Skip to content

Commit

Permalink
fixing borked gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Apr 24, 2009
1 parent 14d9dee commit a5cd599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,8 @@
= Changelog

0.3.1 (April 23rd, 2009)
* fixed borked gemspec

0.3.0 (April 23rd, 2009)
* slight refactor of ActiveSupport tests to better reflect how they actually
exist in ActiveSupport
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -7,6 +7,7 @@ begin
gem.homepage = "http://github.com/brianmario/yajl-ruby"
gem.authors = ["Brian Lopez"]
gem.require_paths = ["ext"]
gem.extensions = ["ext/extconf.rb"]
gem.files.include %w(lib/jeweler/templates/.document lib/jeweler/templates/.gitignore)
# gem.rubyforge_project = "yajl-ruby"
end
Expand Down
5 changes: 3 additions & 2 deletions yajl-ruby.gemspec
Expand Up @@ -2,12 +2,13 @@

Gem::Specification.new do |s|
s.name = %q{yajl-ruby}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Lopez"]
s.date = %q{2009-04-23}
s.date = %q{2009-04-24}
s.email = %q{seniorlopez@gmail.com}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
"README.rdoc"
]
Expand Down

0 comments on commit a5cd599

Please sign in to comment.