framingham.gemspec in framingham-0.1.20130712221655 vs framingham.gemspec in framingham-0.1.20130719170918

- old
+ new

@@ -20,10 +20,10 @@ _.version = Framingham::VERSION _.author = "3PoundHealth" _.homepage = "https://github.com/3poundhealth/framingham#framingham" _.summary = "Gem to implement Framingham Heart Study calculators" _.license = "MIT" - _.files = `git ls-files`.split($/) + _.files = `git ls-files`.split($/).push("framingham/version.rb") _.executables = _.files.grep(%r{^/}) { |f| File.basename(f) } _.test_files = _.files.grep(%r{^(test|spec|features)/}) _.require_path = "." _.add_development_dependency "bundler", "~> 1.3" _.add_development_dependency "rake"