Sha256: fa2c4a3f4676998827f37a831318fd0d13fa52490a5cacdec202105c7fa56b8e
Contents?: true
Size: 886 Bytes
Versions: 1
Compression:
Stored size: 886 Bytes
Contents
Gem::Specification.new do |s| s.name = 'tresse' s.version = File.read( File.expand_path('../lib/tresse.rb', __FILE__) ).match(/ VERSION *= *['"]([^'"]+)/)[1] s.platform = Gem::Platform::RUBY s.authors = [ 'John Mettraux' ] s.email = [ 'jmettraux@gmail.com' ] s.homepage = 'http://github.com/jmettraux/tresse' #s.rubyforge_project = 'rufus' s.license = 'MIT' s.summary = 'a stupid each+map+reduce thing' s.description = %{ a poorly thought out and stupid each+map+reduce contraption }.strip #s.files = `git ls-files`.split("\n") s.files = Dir[ 'README.{md,txt}', 'CHANGELOG.{md,txt}', 'CREDITS.{md,txt}', 'LICENSE.{md,txt}', 'Makefile', 'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb', "#{s.name}.gemspec", ] #s.add_runtime_dependency 'tzinfo' s.add_development_dependency 'rspec', '~> 3.8' s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tresse-0.1.0 | tresse.gemspec |