Sha256: c257a12fb78978e3c58948b95c778537276d9a83b138828b1e2df5c7e9feec3d
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'currency_units/version' Gem::Specification.new do |spec| spec.name = "currency_units" spec.version = CurrencyUnits::VERSION spec.authors = ["Sayuj Othayoth"] spec.email = ["sayuj@othayoth.in"] spec.summary = %q{A ruby gem to convert currencies to different units.} spec.description = %q{A ruby gem to convert currencies to different units.} spec.homepage = "https://github.com/sayuj/currency_units" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
currency_units-0.1.6 | currency_units.gemspec |