Sha256: 5164f438034bd33a86540016c2324cae7fc78ee784794cdafa0810daeee086f8

Contents?: true

Size: 859 Bytes

Versions: 1

Compression:

Stored size: 859 Bytes

Contents

Gem::Specification.new do |s|

  s.name = 'munemo'

  s.version = File.read(
    File.expand_path('../lib/munemo.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/munemo'
  s.rubyforge_project = 'rufus'
  s.license = 'MIT'
  s.summary = 'turns integer into somewhat japanese sounding strings'

  s.description = %{
Turns integer into somewhat japanese sounding strings.
A successor to rufus-mnemo.
  }.strip

  #s.files = `git ls-files`.split("\n")
  s.files = Dir[
    'Rakefile',
    'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb',
    '*.gemspec', '*.txt', '*.rdoc', '*.md'
  ]

  #s.add_runtime_dependency 'tzinfo'

  s.add_development_dependency 'rspec', '3.4.0'

  s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
munemo-1.0.1 munemo.gemspec