Skip to content

Commit

Permalink
update gemspec (rake build sucks) - issue technoweenie#7
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitehorn committed Apr 25, 2014
1 parent f043072 commit 0e0516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_versioned_jw.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = "Active Record model versioning"
s.email = "[email protected]"
s.extra_rdoc_files = ["README.md", "lib/acts_as_versioned.rb"]
s.files = ["Gemfile", "Gemfile.lock", "MIT-LICENSE", "Manifest", "README.md", "RUNNING_UNIT_TESTS", "Rakefile", "acts_as_versioned.gemspec", "init.rb", "lib/acts_as_versioned.rb", "acts_as_versioned_jw.gemspec"]
s.files = ["Gemfile", "Gemfile.lock", "MIT-LICENSE", "Manifest", "README.md", "RUNNING_UNIT_TESTS", "Rakefile", "acts_as_versioned_jw.gemspec", "init.rb", "lib/acts_as_versioned.rb"]
s.homepage = "http://github.com/jwhitehorn/acts_as_versioned"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Acts_as_versioned_jw", "--main", "README.md"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 0e0516a

Please sign in to comment.