Sha256: 9c920c5845b0217d035e1fcb46c286c962d0b9423ecb88f916b3a2bc5d25fc51

Contents?: true

Size: 1.29 KB

Versions: 17

Compression:

Stored size: 1.29 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "active_zuora/version"
authors = {
  "Ed Lebert" => "edlebert@gmail.com",
  "Andy Fleener" => "andy.fleener@sportngin.com",
}
Gem::Specification.new do |s|
  s.name             = "active_zuora"
  s.version          = ActiveZuora::VERSION.to_s
  s.platform         = Gem::Platform::RUBY
  s.authors          = authors.keys
  s.email            = authors.values
  s.homepage         = "https://github.com/sportngin/active_zuora"
  s.summary          = %q{ActiveZuora - Zuora API that looks and feels like ActiveRecord.}
  s.description      = %q{ActiveZuora - Zuora API based on ActiveModel and auto-generated from your zuora.wsdl.}
  s.files            = `git ls-files`.split("\n")
  s.test_files       = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables      = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths    = ["lib"]
  s.license          = "MIT"
  s.extra_rdoc_files = [ "README.md" ]

  s.add_runtime_dependency('savon', ["~> 1.2.0"])
  s.add_runtime_dependency('activesupport', [">= 3.0.0", "< 5.0.0"])
  s.add_runtime_dependency('activemodel', [">= 3.0.0", "< 5.0.0"])

  s.add_development_dependency('rake', [">= 0.8.7"])
  s.add_development_dependency('rspec', [">= 3.0.0"])
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
active_zuora-2.4.1 active_zuora.gemspec
active_zuora-2.4.0 active_zuora.gemspec
active_zuora-2.3.1 active_zuora.gemspec
active_zuora-2.3.0 active_zuora.gemspec
active_zuora-2.2.7 active_zuora.gemspec
active_zuora-2.2.6 active_zuora.gemspec
active_zuora-2.2.5 active_zuora.gemspec
active_zuora-2.2.4 active_zuora.gemspec
active_zuora-2.2.3 active_zuora.gemspec
active_zuora-2.2.2 active_zuora.gemspec
active_zuora-2.2.1 active_zuora.gemspec
active_zuora-2.2.0 active_zuora.gemspec
active_zuora-2.1.4 active_zuora.gemspec
active_zuora-2.1.3 active_zuora.gemspec
active_zuora-2.1.2 active_zuora.gemspec
active_zuora-2.1.1 active_zuora.gemspec
active_zuora-2.1.0 active_zuora.gemspec