2013-12-06 06:22:46 +04:00
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = 'openexchangerates'
|
2013-12-06 06:47:08 +04:00
|
|
|
s.version = '0.1.0'
|
2013-12-06 06:22:46 +04:00
|
|
|
s.date = '2012-12-06'
|
|
|
|
s.summary = 'Implementation API openexchangerates.org on Ruby'
|
2013-12-06 06:47:08 +04:00
|
|
|
s.description = '...'
|
2013-12-06 06:22:46 +04:00
|
|
|
s.authors = ['Alexander Popov']
|
|
|
|
s.email = ['iiiypuk@iiiypuk.me']
|
|
|
|
s.homepage = 'https://github.com/IIIypuk/openexchangerates'
|
|
|
|
s.license = 'MIT'
|
|
|
|
|
|
|
|
s.files = `git ls-files`.split("\n")
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
end
|