Sha256: d1617f1157690bdaa4704ee6ca3e51f5cbfd8d0b02f3a1b3e69644ed45914f94
Contents?: true
Size: 905 Bytes
Versions: 3
Compression:
Stored size: 905 Bytes
Contents
# encoding: utf-8 $:.push File.expand_path("../lib", __FILE__) require "papla/version" Gem::Specification.new do |s| s.name = "papla" s.version = Papla::VERSION s.authors = ["Olek Janiszewski"] s.email = ["olek.janiszewski@gmail.com"] s.homepage = "https://github.com/exviva/papla" s.summary = %q{Use Ruby to convert numbers into Polish and English words} s.description = %q{Papla is a Ruby gem that allows you to convert numbers into Polish and English words.} s.rubyforge_project = "papla" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency 'i18n' s.add_development_dependency 'money' s.add_development_dependency 'rspec' s.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
papla-0.2.0 | papla.gemspec |
papla-0.1.2 | papla.gemspec |
papla-0.1.1 | papla.gemspec |