Skip to content

Commit

Permalink
History.txt and gemspec update for 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 20, 2011
1 parent 5bbc92f commit 900b6ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 0.0.9 / 2011-03-20

* Fix MethodMirror to expose "parameter_types" to match JRuby's JavaClass

=== 0.0.8 / 2011-03-05

* Support parsing of generic signatures
Expand Down
2 changes: 1 addition & 1 deletion bitescript.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{bitescript}
s.version = "0.0.8"
s.version = "0.0.9"
s.authors = ["Charles Oliver Nutter", "Ryan Brown"]
s.date = Time.now.strftime('YYYY-MM-DD')
s.description = %q{BiteScript is a Ruby DSL for generating Java bytecode and classes.}
Expand Down

0 comments on commit 900b6ae

Please sign in to comment.