zuora_api 1.7.66 → 1.11.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock DELETED
@@ -1,117 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- zuora_api (1.7.66)
5
- httparty
6
- nokogiri
7
- railties (>= 4.1.0, < 6)
8
- rubyzip
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- actionpack (5.2.4.3)
14
- actionview (= 5.2.4.3)
15
- activesupport (= 5.2.4.3)
16
- rack (~> 2.0, >= 2.0.8)
17
- rack-test (>= 0.6.3)
18
- rails-dom-testing (~> 2.0)
19
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
20
- actionview (5.2.4.3)
21
- activesupport (= 5.2.4.3)
22
- builder (~> 3.1)
23
- erubi (~> 1.4)
24
- rails-dom-testing (~> 2.0)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
- activesupport (5.2.4.3)
27
- concurrent-ruby (~> 1.0, >= 1.0.2)
28
- i18n (>= 0.7, < 2)
29
- minitest (~> 5.1)
30
- tzinfo (~> 1.1)
31
- addressable (2.5.2)
32
- public_suffix (>= 2.0.2, < 4.0)
33
- builder (3.2.4)
34
- concurrent-ruby (1.1.6)
35
- crack (0.4.3)
36
- safe_yaml (~> 1.0.0)
37
- crass (1.0.6)
38
- diff-lcs (1.3)
39
- docile (1.3.1)
40
- erubi (1.9.0)
41
- hashdiff (0.3.7)
42
- httparty (0.18.0)
43
- mime-types (~> 3.0)
44
- multi_xml (>= 0.5.2)
45
- i18n (1.8.2)
46
- concurrent-ruby (~> 1.0)
47
- json (2.1.0)
48
- loofah (2.5.0)
49
- crass (~> 1.0.2)
50
- nokogiri (>= 1.5.9)
51
- method_source (1.0.0)
52
- mime-types (3.3.1)
53
- mime-types-data (~> 3.2015)
54
- mime-types-data (3.2020.0512)
55
- mini_portile2 (2.4.0)
56
- minitest (5.14.1)
57
- multi_xml (0.6.0)
58
- nokogiri (1.10.9)
59
- mini_portile2 (~> 2.4.0)
60
- public_suffix (3.0.3)
61
- rack (2.2.2)
62
- rack-test (1.1.0)
63
- rack (>= 1.0, < 3)
64
- rails-dom-testing (2.0.3)
65
- activesupport (>= 4.2.0)
66
- nokogiri (>= 1.6)
67
- rails-html-sanitizer (1.3.0)
68
- loofah (~> 2.3)
69
- railties (5.2.4.3)
70
- actionpack (= 5.2.4.3)
71
- activesupport (= 5.2.4.3)
72
- method_source
73
- rake (>= 0.8.7)
74
- thor (>= 0.19.0, < 2.0)
75
- rake (10.5.0)
76
- rspec (3.8.0)
77
- rspec-core (~> 3.8.0)
78
- rspec-expectations (~> 3.8.0)
79
- rspec-mocks (~> 3.8.0)
80
- rspec-core (3.8.0)
81
- rspec-support (~> 3.8.0)
82
- rspec-expectations (3.8.1)
83
- diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.8.0)
85
- rspec-mocks (3.8.0)
86
- diff-lcs (>= 1.2.0, < 2.0)
87
- rspec-support (~> 3.8.0)
88
- rspec-support (3.8.0)
89
- rubyzip (2.3.0)
90
- safe_yaml (1.0.4)
91
- simplecov (0.16.1)
92
- docile (~> 1.1)
93
- json (>= 1.8, < 3)
94
- simplecov-html (~> 0.10.0)
95
- simplecov-html (0.10.2)
96
- thor (1.0.1)
97
- thread_safe (0.3.6)
98
- tzinfo (1.2.7)
99
- thread_safe (~> 0.1)
100
- webmock (3.4.2)
101
- addressable (>= 2.3.6)
102
- crack (>= 0.3.2)
103
- hashdiff
104
-
105
- PLATFORMS
106
- ruby
107
-
108
- DEPENDENCIES
109
- bundler (~> 1.12)
110
- rake (~> 10.0)
111
- rspec (~> 3.0)
112
- simplecov
113
- webmock
114
- zuora_api!
115
-
116
- BUNDLED WITH
117
- 1.17.3
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "zuora"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/zuora_api.gemspec DELETED
@@ -1,30 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'zuora_api/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "zuora_api"
8
- spec.version = ZuoraAPI::VERSION
9
- spec.authors = ["Zuora Strategic Solutions Group"]
10
- spec.email = ["connect@zuora.com"]
11
-
12
- spec.summary = %q{Gem that provides easy integration to Zuora}
13
- spec.description = %q{Gem that provides easy integration to Zuora}
14
- spec.homepage = "https://connect.zuora.com"
15
-
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
- spec.bindir = "exe"
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.12"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_development_dependency "rspec", "~> 3.0"
24
- spec.add_development_dependency("webmock")
25
- spec.add_development_dependency("simplecov")
26
- spec.add_dependency("nokogiri")
27
- spec.add_dependency("httparty")
28
- spec.add_dependency("rubyzip")
29
- spec.add_dependency("railties", ">= 4.1.0", "< 6")
30
- end