Gem::Specification.new do |s| s.name = 'contrived' s.summary = 'contrived' s.description = 'contrived' s.version = '0.0.1' s.platform = Gem::Platform::RUBY s.files = ['contrived.rb'] s.require_path = '.' s.author = 'Barry Allard' s.email = 'barry.allard@gmail.com' s.license = 'MIT' s.homepage = 'https://gist.github.com/steakknife/b80fe32305890c2a8286' s.add_dependency('array_range', [">= 0.0.1", '< 1']) end