Skip to content

Commit

Permalink
still learning the ways of jeweler, version bump so C file was includ…
Browse files Browse the repository at this point in the history
…ed in the gem
  • Loading branch information
brianmario committed Apr 24, 2009
1 parent 6011cf2 commit 5ec2bb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Rakefile
Expand Up @@ -7,6 +7,16 @@ begin
gem.homepage = "http://github.com/brianmario/yajl-ruby"
gem.authors = ["Brian Lopez"]
gem.require_paths = ["ext"]
gem.extra_rdoc_files = [
"README.rdoc"
]
gem.files = [
"CHANGELOG.rdoc",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"ext/yajl.c"
]
gem.extensions = ["ext/extconf.rb"]
gem.files.include %w(lib/jeweler/templates/.document lib/jeweler/templates/.gitignore)
# gem.rubyforge_project = "yajl-ruby"
Expand Down
5 changes: 3 additions & 2 deletions yajl-ruby.gemspec
Expand Up @@ -2,7 +2,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Lopez"]
Expand All @@ -16,7 +16,8 @@ Gem::Specification.new do |s|
"CHANGELOG.rdoc",
"README.rdoc",
"Rakefile",
"VERSION.yml"
"VERSION.yml",
"ext/yajl.c"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/brianmario/yajl-ruby}
Expand Down

0 comments on commit 5ec2bb3

Please sign in to comment.