Rakefile in jruby-hornetq-0.3.1 vs Rakefile in jruby-hornetq-0.3.2

- old
+ new

@@ -7,10 +7,10 @@ desc "Build gem" task :gem do |t| gemspec = Gem::Specification.new do |s| s.name = 'jruby-hornetq' - s.version = '0.3.1' + s.version = '0.3.2' s.authors = ['Reid Morrison', 'Brad Pardee'] s.email = ['rubywmq@gmail.com', 'bpardee@gmail.com'] s.homepage = 'https://github.com/ClarityServices/jruby-hornetq' s.date = Date.today.to_s s.description = 'JRuby-HornetQ is a Java and Ruby library that exposes the HornetQ Java API in a ruby friendly way. For JRuby only.'