From 0e0516a0232c6dcf9125dcc06bd5973402d7e3f2 Mon Sep 17 00:00:00 2001 From: Jason Whitehorn Date: Fri, 25 Apr 2014 09:14:06 -0500 Subject: [PATCH] update gemspec (rake build sucks) - issue #7 --- acts_as_versioned_jw.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acts_as_versioned_jw.gemspec b/acts_as_versioned_jw.gemspec index bd84743..120aa79 100644 --- a/acts_as_versioned_jw.gemspec +++ b/acts_as_versioned_jw.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.description = "Active Record model versioning" s.email = "jason.whitehorn@gmail.com" 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"]