simplecheck.gemspec in simplecheck-1.0 vs simplecheck.gemspec in simplecheck-2.0

- old
+ new

@@ -1,20 +1,20 @@ # -*- encoding: utf-8 -*- $:.unshift File.expand_path('../lib', __FILE__) require 'simplecheck/version' Gem::Specification.new do |s| - s.name = 'simplecheck' - s.version = Simplecheck::VERSION - s.platform = Gem::Platform::RUBY - s.authors = ['Farrel Lifson'] - s.email = ['farrel.lifson@aimred.com'] - s.homepage = 'http://github.com/farrel/simplecheck' - s.summary = 'Simple property checking for Ruby' - s.description = 'Simple property checking for Ruby' - - s.rubyforge_project = 'rcap' - + s.name = 'simplecheck' + s.version = Simplecheck::VERSION + s.platform = Gem::Platform::RUBY + s.authors = ['Farrel Lifson'] + s.email = ['farrel.lifson@aimred.com'] + s.homepage = 'http://github.com/farrel/simplecheck' + s.summary = 'Simple property checking for Ruby' + s.description = 'Simple property checking for Ruby' + s.license = 'BSD 2-Clause' + s.required_ruby_version = '>= 2.0.0' + s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.require_paths = ['lib'] s.extra_rdoc_files = ['README.md','CHANGELOG.md']