framingham.gemspec in framingham-0.1.20130710222706 vs framingham.gemspec in framingham-0.1.20130711193533
- old
+ new
@@ -9,17 +9,18 @@
File.open('framingham/version.rb','w'){ |_|
_.puts "module Framingham"
_.puts " VERSION = \"" + version + "\""
_.puts "end"
}
-FileUtils.ln_sf "framingham-" + version + ".gem", "framingham.gem"
+FileUtils.ln_sf "pkg/framingham-" + version + ".gem", "framingham.gem"
require 'version'
Gem::Specification.new{ |_|
_.name = "framingham"
_.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($/)
_.executables = _.files.grep(%r{^/}) { |f| File.basename(f) }
_.test_files = _.files.grep(%r{^(test|spec|features)/})