--- !ruby/object:Gem::Specification name: epayco version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - Moises Narvaez autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDhTCCAm2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMRYwFAYDVQQDDA1tb2lz ZXNuYXJ2YWV6MRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ FgNjb20wHhcNMTcwMjI2MjMzMDQ3WhcNMTgwMjI2MjMzMDQ3WjBEMRYwFAYDVQQD DA1tb2lzZXNuYXJ2YWV6MRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIkjcm 5lyFRNeFla5fydkP8yjGDnEF9e+Y/5dCTDLm62AloayBZUIE0rMshOgHtjioL9en 2m5bhlVboHemv21z9gZsRWcGvNDCgwH1PDkpM26PWP5EJbzuQxsDZQ7Xp9xIh2vY rcv7iZTzVqG5t7mo62UaLDPwYxeb2s+Ju8+3GMW+d/xBSPRMHDxFkUwtI4POvZpH GyjokHtnnWayh45MDz7jPUf7Y43LNu/WqrcGNoeRbDlujlGQFWdQ86RSctkW6cfV ePZDxGehKUbx1hAIzuJnhqnikIBudwas9FKmH6tjsdsxIAM4pc+axl7a1zGBV6fU yEAiwSGsBqKlXrYRAgMBAAGjgYEwfzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAd BgNVHQ4EFgQUUxJr+CBRr2gEC45LJGBqZaGWJ5owIgYDVR0RBBswGYEXbW9pc2Vz bmFydmFlekBnbWFpbC5jb20wIgYDVR0SBBswGYEXbW9pc2VzbmFydmFlekBnbWFp bC5jb20wDQYJKoZIhvcNAQEFBQADggEBAKbc96Ggj+Sv7jtnJRXnnCDc3PSWF9PE CzCpOm6RzOyvc6VJTQU0sHrcjw5GquzmfjhGsI9c7M2jDSF0z6lvr7XeUuSwQ7BQ CUPCrpy+3C2fErCXOwCJ7WaCGvDo5cTgEx/mzfB6+N4ymEzYXwx19rlSLatdfX6a uVXYJOUAKYALsVlsGzTEySJmN8Q63G2L2T0Y/NhDtHwlC+dabmQfnoFyfBNTCTgR bKmithrsrjrik3pTfgthd6HBlv83o/hX8PuX6YMRkphnOlz+pnSirYuC3kGNtLT/ Kx4MgEy+H9Oi6mctIC1xowFuRuRg5KLKoUpXWPj5uuhw1c+AWfWzmW4= -----END CERTIFICATE----- date: 2017-02-17 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: faraday requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.11.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.11.0 - !ruby/object:Gem::Dependency name: faraday_middleware requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.11.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.11.0.1 - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.12' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.12' - !ruby/object:Gem::Dependency name: hashie requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.5' description: "%q{The EPayCo Gem provides methods to create, process and manage payment.}" email: MoisesNarvaez@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - ".yardopts" - Gemfile - README.md - Rakefile - epayco.gemspec - lib/epayco.rb - lib/epayco/api.rb - lib/epayco/client.rb - lib/epayco/client/charge.rb - lib/epayco/client/customer.rb - lib/epayco/client/plans.rb - lib/epayco/client/subscription.rb - lib/epayco/configuration.rb - lib/epayco/connection.rb - lib/epayco/error.rb - lib/epayco/request.rb - lib/epayco/response.rb - lib/epayco/version.rb - lib/faraday/raise_http_exception.rb - spec/epay_spec.rb - spec/epayco/client/charge_spec.rb - spec/epayco/client/customer_spec.rb - spec/epayco/client/plans_spec.rb - spec/epayco/client/subscription_spec.rb - spec/epayco/client_spec.rb - spec/fixtures/charge_create.json - spec/fixtures/customer_all.json - spec/fixtures/customer_create.json - spec/fixtures/plan_all.json - spec/fixtures/plan_create.json - spec/fixtures/plan_details.json - spec/fixtures/plan_update.json - spec/fixtures/subscription_all.json - spec/fixtures/subscription_cancel.json - spec/fixtures/subscription_create.json - spec/spec_helper.rb homepage: https://github.com/moisesnarvaez/epayco licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.2 signing_key: specification_version: 4 summary: "%q{A Gem to interact with epayco.co API}" test_files: - spec/epay_spec.rb - spec/epayco/client/charge_spec.rb - spec/epayco/client/customer_spec.rb - spec/epayco/client/plans_spec.rb - spec/epayco/client/subscription_spec.rb - spec/epayco/client_spec.rb - spec/fixtures/charge_create.json - spec/fixtures/customer_all.json - spec/fixtures/customer_create.json - spec/fixtures/plan_all.json - spec/fixtures/plan_create.json - spec/fixtures/plan_details.json - spec/fixtures/plan_update.json - spec/fixtures/subscription_all.json - spec/fixtures/subscription_cancel.json - spec/fixtures/subscription_create.json - spec/spec_helper.rb