Sha256: 827f428248d5bbedd694e52342f46b601172edadae48411e0fd167fe1f3bd749

Contents?: true

Size: 890 Bytes

Versions: 6

Compression:

Stored size: 890 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 source+map+reduce thing'

  s.description = %{
a poorly thought out and stupid source+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

6 entries across 6 versions & 1 rubygems

Version Path
tresse-1.2.0 tresse.gemspec
tresse-1.1.3 tresse.gemspec
tresse-1.1.2 tresse.gemspec
tresse-1.1.1 tresse.gemspec
tresse-1.1.0 tresse.gemspec
tresse-1.0.0 tresse.gemspec