Sha256: 22e083a2e74e5540ad5743cf43ecd055696b42b24063a966f15ecc3e1437e9ee
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
Gem::Specification.new do |s| s.name = "xero_gateway-n8vision" s.version = "2.0.20" s.date = "2012-07-13" s.summary = "Enables ruby based applications to communicate with the Xero API" s.email = "tim@connorsoftware.com" s.homepage = "http://github.com/tlconnor/xero_gateway" s.description = "Enables ruby based applications to communicate with the Xero API" s.has_rdoc = false s.authors = ["Tim Connor", "Nik Wakelin"] s.files = ["Gemfile", "LICENSE", "Rakefile", "README.textile", "xero_gateway-n8vision.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt'] s.add_dependency('builder', '>= 2.1.2') s.add_dependency('oauth', '= 0.4.5') s.add_dependency('activesupport') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xero_gateway-n8vision-2.0.20 | xero_gateway-n8vision.gemspec |