first version
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'openexchangerates'
|
||||
s.version = '0.0.1'
|
||||
s.date = '2012-12-06'
|
||||
s.summary = 'Implementation API openexchangerates.org on Ruby'
|
||||
s.description = 'Implementation API openexchangerates.org on Ruby'
|
||||
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
|
||||
Reference in New Issue
Block a user