Sha256: f90564924e5ebf27818ccbb2d64ce33e7afc6e7c1dd595fb61a013fb314f5973
Contents?: true
Size: 825 Bytes
Versions: 2
Compression:
Stored size: 825 Bytes
Contents
Gem::Specification.new do |s| s.name = 'ect' s.version = File.read( File.expand_path('../lib/ect.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/ect' s.license = 'MIT' s.summary = 'Methods ending in ect' s.description = %{ Methods ending in ect. Mostly a joke. }.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 'raabro', '>= 1.1.3' s.add_development_dependency 'rspec', '~> 3.6' s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ect-1.1.0 | ect.gemspec |
ect-1.0.0 | ect.gemspec |