Skip to content

Commit

Permalink
gemspec updated: now at version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Oct 30, 2008
1 parent 288a021 commit 290ecfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rswing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "rswing"
s.summary = "RSwing - Ruby-ish wrapper of Swing GUI-Framework for JRuby"
s.description = %q{RSwing is a wrapper of the Swing GUI-Framework of the Java Platform for JRuby. The goal is to provide a ruby-ish wrapper library to Swing, which makes it feel more like an actual ruby library rather than just a plain interface to the java classes.}
s.version = "0.1.4"
s.version = "0.1.5"
s.date = "2008-10-30"
s.author = "Christopher Bertels"
s.email = "bakkdoor@flasht.de"
Expand All @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
"lib/rswing/components/panel.rb",
"lib/rswing/components/text_field.rb",
"lib/rswing/components/window.rb",
"lib/rswing/components/events/event.rb",
"lib/rswing/components/events/focus_events.rb",
"lib/rswing/components/events/key_events.rb",
"lib/rswing/components/events/mouse_events.rb"]
Expand Down

0 comments on commit 290ecfa

Please sign in to comment.