Sha256: 7213a19aa660fc841ce20e4d75fb2adc5f274e3c2b697906553a24029efcd107

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "xero_gateway-float"
  s.version  = "2.1.4"
  s.date     = "2012-01-22"
  s.summary  = "Enables ruby based applications to communicate with the Xero API"
  s.email    = "tim@connorsoftware.com"
  s.homepage = "http://github.com/latentflip/xero_gateway"
  s.description = "Enables ruby based applications to communicate with the Xero API"
  s.has_rdoc = false
  s.authors  = ["Tim Connor", "Nik Wakelin", "Philip Roberts"]
  s.files = ["Gemfile", "LICENSE", "Rakefile", "README.textile", "xero_gateway.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt']
  s.add_dependency('builder', '>= 2.1.2')
  s.add_dependency('oauth', '>= 0.3.6')
  s.add_dependency('activesupport', '>= 3.0.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xero_gateway-float-2.1.4 xero_gateway.gemspec