vertebrae 0.2.11 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +42 -28
- data/Rakefile +9 -6
- data/VERSION +1 -1
- data/lib/configuration.rb +5 -1
- data/lib/connection.rb +2 -2
- data/spec/api_spec.rb +5 -5
- data/spec/configuration_spec.rb +20 -4
- data/spec/logger_spec.rb +5 -5
- data/spec/request_spec.rb +35 -35
- data/vertebrae.gemspec +9 -9
- metadata +31 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66681bd5a28cd8a756c12d3c06b03a0534aa5f62
|
4
|
+
data.tar.gz: a0869a74347720678db034f85aecf679a22d2132
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a50a353163fc47da628bd596a422a2ba8dd47270380587da1e20be974528599427db980c9eab714ed3faa3f3645b03894507abfa99c148a9e23653d6e5f1299
|
7
|
+
data.tar.gz: f5628a99c3d66c80a045fe5128c736321f3a113a35afc75cc574d6004df242738fa05108e53c4c5f8946f75e33d0ef77db991914ff7040762e4d6fb3415a3792
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.2.4
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -7,9 +7,9 @@ GEM
|
|
7
7
|
minitest (~> 5.1)
|
8
8
|
thread_safe (~> 0.1)
|
9
9
|
tzinfo (~> 1.1)
|
10
|
-
addressable (2.
|
10
|
+
addressable (2.4.0)
|
11
11
|
builder (3.2.2)
|
12
|
-
crack (0.4.
|
12
|
+
crack (0.4.3)
|
13
13
|
safe_yaml (~> 1.0.0)
|
14
14
|
descendants_tracker (0.0.4)
|
15
15
|
thread_safe (~> 0.3, >= 0.3.1)
|
@@ -18,8 +18,8 @@ GEM
|
|
18
18
|
multipart-post (>= 1.2, < 3)
|
19
19
|
faraday_middleware (0.9.1)
|
20
20
|
faraday (>= 0.7.4, < 0.10)
|
21
|
-
git (1.
|
22
|
-
github_api (0.12.
|
21
|
+
git (1.3.0)
|
22
|
+
github_api (0.12.1)
|
23
23
|
addressable (~> 2.3)
|
24
24
|
descendants_tracker (~> 0.0.4)
|
25
25
|
faraday (~> 0.8, < 0.10)
|
@@ -27,10 +27,12 @@ GEM
|
|
27
27
|
multi_json (>= 1.7.5, < 2.0)
|
28
28
|
nokogiri (~> 1.6.3)
|
29
29
|
oauth2
|
30
|
+
hashdiff (0.3.0)
|
30
31
|
hashie (3.2.0)
|
31
|
-
highline (1.
|
32
|
+
highline (1.7.8)
|
32
33
|
i18n (0.6.11)
|
33
|
-
|
34
|
+
json (1.8.1)
|
35
|
+
juwelier (2.1.2)
|
34
36
|
builder
|
35
37
|
bundler (>= 1.0)
|
36
38
|
git (>= 1.2.5)
|
@@ -39,43 +41,52 @@ GEM
|
|
39
41
|
nokogiri (>= 1.5.10)
|
40
42
|
rake
|
41
43
|
rdoc
|
42
|
-
|
43
|
-
jwt (1.
|
44
|
-
|
44
|
+
semver
|
45
|
+
jwt (1.5.4)
|
46
|
+
mini_portile2 (2.1.0)
|
45
47
|
minitest (5.4.0)
|
46
|
-
multi_json (1.
|
48
|
+
multi_json (1.12.1)
|
47
49
|
multi_xml (0.5.5)
|
48
50
|
multipart-post (2.0.0)
|
49
|
-
nokogiri (1.6.
|
50
|
-
|
51
|
-
|
51
|
+
nokogiri (1.6.8)
|
52
|
+
mini_portile2 (~> 2.1.0)
|
53
|
+
pkg-config (~> 1.1.7)
|
54
|
+
oauth2 (1.2.0)
|
52
55
|
faraday (>= 0.8, < 0.10)
|
53
56
|
jwt (~> 1.0)
|
54
57
|
multi_json (~> 1.3)
|
55
58
|
multi_xml (~> 0.5)
|
56
|
-
rack (
|
57
|
-
|
58
|
-
|
59
|
-
|
59
|
+
rack (>= 1.2, < 3)
|
60
|
+
pkg-config (1.1.7)
|
61
|
+
rack (2.0.1)
|
62
|
+
rake (11.2.2)
|
63
|
+
rdoc (4.2.2)
|
60
64
|
json (~> 1.4)
|
61
|
-
rspec (
|
62
|
-
rspec-core (~>
|
63
|
-
rspec-expectations (~>
|
64
|
-
rspec-mocks (~>
|
65
|
-
rspec-core (
|
66
|
-
|
67
|
-
|
65
|
+
rspec (3.3.0)
|
66
|
+
rspec-core (~> 3.3.0)
|
67
|
+
rspec-expectations (~> 3.3.0)
|
68
|
+
rspec-mocks (~> 3.3.0)
|
69
|
+
rspec-core (3.3.2)
|
70
|
+
rspec-support (~> 3.3.0)
|
71
|
+
rspec-expectations (3.3.1)
|
72
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
73
|
+
rspec-support (~> 3.3.0)
|
68
74
|
rspec-its (1.0.1)
|
69
75
|
rspec-core (>= 2.99.0.beta1)
|
70
76
|
rspec-expectations (>= 2.99.0.beta1)
|
71
|
-
rspec-mocks (
|
72
|
-
|
77
|
+
rspec-mocks (3.3.2)
|
78
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
79
|
+
rspec-support (~> 3.3.0)
|
80
|
+
rspec-support (3.3.0)
|
81
|
+
safe_yaml (1.0.4)
|
82
|
+
semver (1.0.1)
|
73
83
|
thread_safe (0.3.4)
|
74
84
|
tzinfo (1.2.1)
|
75
85
|
thread_safe (~> 0.1)
|
76
|
-
webmock (1.
|
86
|
+
webmock (2.1.0)
|
77
87
|
addressable (>= 2.3.6)
|
78
88
|
crack (>= 0.3.2)
|
89
|
+
hashdiff
|
79
90
|
|
80
91
|
PLATFORMS
|
81
92
|
ruby
|
@@ -86,7 +97,10 @@ DEPENDENCIES
|
|
86
97
|
faraday
|
87
98
|
faraday_middleware
|
88
99
|
hashie
|
89
|
-
|
100
|
+
juwelier (~> 2.1.0)
|
90
101
|
rspec
|
91
102
|
rspec-its
|
92
103
|
webmock
|
104
|
+
|
105
|
+
BUNDLED WITH
|
106
|
+
1.12.5
|
data/Rakefile
CHANGED
@@ -11,8 +11,9 @@ rescue Bundler::BundlerError => e
|
|
11
11
|
end
|
12
12
|
require 'rake'
|
13
13
|
|
14
|
-
require '
|
15
|
-
|
14
|
+
require 'juwelier'
|
15
|
+
Juwelier::Tasks.new do |gem|
|
16
|
+
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
16
17
|
gem.name = "vertebrae"
|
17
18
|
gem.homepage = "http://github.com/controlshift/vertebrae"
|
18
19
|
gem.license = "MIT"
|
@@ -20,9 +21,10 @@ Jeweler::Tasks.new do |gem|
|
|
20
21
|
gem.description = %Q{A set of low level infrastructure and reusable code for building API clients}
|
21
22
|
gem.email = "nathan@controlshiftlabs.com"
|
22
23
|
gem.authors = ["Nathan Woodhull"]
|
24
|
+
|
23
25
|
# dependencies defined in Gemfile
|
24
26
|
end
|
25
|
-
|
27
|
+
Juwelier::RubygemsDotOrgTasks.new
|
26
28
|
|
27
29
|
require 'rspec/core'
|
28
30
|
require 'rspec/core/rake_task'
|
@@ -30,9 +32,10 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
|
|
30
32
|
spec.pattern = FileList['spec/**/*_spec.rb']
|
31
33
|
end
|
32
34
|
|
33
|
-
|
34
|
-
|
35
|
-
|
35
|
+
desc "Code coverage detail"
|
36
|
+
task :simplecov do
|
37
|
+
ENV['COVERAGE'] = "true"
|
38
|
+
Rake::Task['spec'].execute
|
36
39
|
end
|
37
40
|
|
38
41
|
task :default => :spec
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/lib/configuration.rb
CHANGED
@@ -16,6 +16,7 @@ module Vertebrae
|
|
16
16
|
:connection_options,
|
17
17
|
:content_type,
|
18
18
|
:scheme,
|
19
|
+
:port
|
19
20
|
].freeze
|
20
21
|
|
21
22
|
# Other adapters are :typhoeus, :patron, :em_synchrony, :excon, :test
|
@@ -27,6 +28,9 @@ module Vertebrae
|
|
27
28
|
# The default SSL configuration
|
28
29
|
DEFAULT_SSL = {}
|
29
30
|
|
31
|
+
# by default do not set a port so that it is not specified on endpoint
|
32
|
+
DEFAULT_PORT = nil
|
33
|
+
|
30
34
|
# By default the <tt>Accept</tt> header will make a request for <tt>JSON</tt>
|
31
35
|
DEFAULT_MIME_TYPE = :json
|
32
36
|
|
@@ -108,7 +112,7 @@ module Vertebrae
|
|
108
112
|
|
109
113
|
|
110
114
|
def endpoint
|
111
|
-
"#{self.scheme}://#{self.host}#{self.prefix}"
|
115
|
+
"#{self.scheme}://#{self.host}#{self.port.present? ? ":#{self.port}" : ''}#{self.prefix}"
|
112
116
|
end
|
113
117
|
end
|
114
118
|
end
|
data/lib/connection.rb
CHANGED
@@ -56,9 +56,9 @@ module Vertebrae
|
|
56
56
|
def stack(&block)
|
57
57
|
@stack ||= begin
|
58
58
|
if block_given?
|
59
|
-
Faraday::
|
59
|
+
Faraday::RackBuilder.new(&block)
|
60
60
|
else
|
61
|
-
Faraday::
|
61
|
+
Faraday::RackBuilder.new(&default_middleware)
|
62
62
|
end
|
63
63
|
end
|
64
64
|
end
|
data/spec/api_spec.rb
CHANGED
@@ -3,11 +3,11 @@ require 'spec_helper'
|
|
3
3
|
describe Vertebrae::API do
|
4
4
|
subject { described_class.new(options) }
|
5
5
|
|
6
|
-
it { described_class.included_modules.
|
6
|
+
it { expect(described_class.included_modules).to include Vertebrae::Request }
|
7
7
|
|
8
8
|
describe 'initialize' do
|
9
9
|
before(:each) do
|
10
|
-
Vertebrae::API.
|
10
|
+
allow_any_instance_of(Vertebrae::API).to receive(:default_options).and_return({content_type: 'foo'})
|
11
11
|
end
|
12
12
|
|
13
13
|
context 'with an empty hash' do
|
@@ -23,8 +23,8 @@ describe Vertebrae::API do
|
|
23
23
|
|
24
24
|
describe 'dummy' do
|
25
25
|
describe 'should delegate to the client class' do
|
26
|
-
specify{ Dummy.new.
|
27
|
-
specify{ Dummy.
|
26
|
+
specify { expect(Dummy.new).to respond_to(:api) }
|
27
|
+
specify { expect(Dummy).to respond_to(:api) }
|
28
28
|
end
|
29
29
|
end
|
30
|
-
end
|
30
|
+
end
|
data/spec/configuration_spec.rb
CHANGED
@@ -38,9 +38,25 @@ describe Vertebrae::Configuration do
|
|
38
38
|
end
|
39
39
|
|
40
40
|
describe 'endpoint' do
|
41
|
-
|
41
|
+
context 'with no port specification' do
|
42
|
+
subject { Vertebrae::Configuration.new({host: 'test.com', prefix: ''}) }
|
42
43
|
|
43
|
-
|
44
|
-
|
44
|
+
specify { expect(subject.host).to eq('test.com') }
|
45
|
+
specify { expect(subject.endpoint).to eq('https://test.com')}
|
46
|
+
end
|
47
|
+
|
48
|
+
context 'with port specification' do
|
49
|
+
subject { Vertebrae::Configuration.new({host: 'test.com', prefix: '', port: 8080}) }
|
50
|
+
|
51
|
+
specify { expect(subject.port).to eq(8080) }
|
52
|
+
specify { expect(subject.endpoint).to eq('https://test.com:8080')}
|
53
|
+
|
54
|
+
context 'with prefix' do
|
55
|
+
subject { Vertebrae::Configuration.new({host: 'test.com', prefix: '/api/v1', port: 8080}) }
|
56
|
+
|
57
|
+
specify { expect(subject.prefix).to eq('/api/v1') }
|
58
|
+
specify { expect(subject.endpoint).to eq('https://test.com:8080/api/v1')}
|
59
|
+
end
|
60
|
+
end
|
45
61
|
end
|
46
|
-
end
|
62
|
+
end
|
data/spec/logger_spec.rb
CHANGED
@@ -2,17 +2,17 @@ require 'spec_helper'
|
|
2
2
|
|
3
3
|
describe 'logging' do
|
4
4
|
it "should have a logger" do
|
5
|
-
Dummy.respond_to
|
5
|
+
expect(Dummy).to respond_to(:logger)
|
6
6
|
end
|
7
7
|
|
8
8
|
it "should be able to log debug methods" do
|
9
|
-
Dummy.logger.respond_to
|
9
|
+
expect(Dummy.logger).to respond_to(:debug)
|
10
10
|
end
|
11
11
|
|
12
12
|
it "should be settable" do
|
13
|
-
Dummy.respond_to
|
14
|
-
log = double
|
13
|
+
expect(Dummy).to respond_to(:logger=)
|
14
|
+
log = double
|
15
15
|
Dummy.logger = log
|
16
|
-
Dummy.logger.
|
16
|
+
expect(Dummy.logger).to eq(log)
|
17
17
|
end
|
18
18
|
end
|
data/spec/request_spec.rb
CHANGED
@@ -7,22 +7,22 @@ describe Vertebrae::Request do
|
|
7
7
|
let(:options) { {} }
|
8
8
|
|
9
9
|
it "knows how to make get request" do
|
10
|
-
vb.
|
10
|
+
expect(vb).to receive(:request).with(:get, path, params, options)
|
11
11
|
vb.get_request path, params, options
|
12
12
|
end
|
13
13
|
|
14
14
|
it "knows how to make patch request" do
|
15
|
-
vb.
|
15
|
+
expect(vb).to receive(:request).with(:patch, path, params, options)
|
16
16
|
vb.patch_request path, params, options
|
17
17
|
end
|
18
18
|
|
19
19
|
it "knows how to make post request" do
|
20
|
-
vb.
|
20
|
+
expect(vb).to receive(:request).with(:post, path, params, options)
|
21
21
|
vb.post_request path, params, options
|
22
22
|
end
|
23
23
|
|
24
24
|
it "knows how to make put request" do
|
25
|
-
vb.
|
25
|
+
expect(vb).to receive(:request).with(:put, path, params, options)
|
26
26
|
vb.put_request path, params, options
|
27
27
|
end
|
28
28
|
|
@@ -32,46 +32,46 @@ describe Vertebrae::Request do
|
|
32
32
|
end
|
33
33
|
|
34
34
|
describe 'it should result in an appropriately configured connection object when it comes time to run transactions' do
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
35
|
+
before(:each) do
|
36
|
+
logger = double
|
37
|
+
logger.stub(:debug).and_return(true)
|
38
|
+
allow(Vertebrae::Base).to receive(:logger).and_return(logger)
|
39
|
+
allow_any_instance_of(Vertebrae::API).to receive(:default_options).and_return({host: 'test.com'})
|
40
|
+
end
|
41
41
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
end
|
42
|
+
context 'with an empty hash' do
|
43
|
+
let(:options) { {} }
|
44
|
+
it 'should make the request to the default host' do
|
45
|
+
stub_request(:get, 'https://test.com/path')
|
46
|
+
vb.request(:get, '/path', {}, options)
|
48
47
|
end
|
48
|
+
end
|
49
49
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
end
|
50
|
+
context 'with a different host' do
|
51
|
+
let(:options) { {host: 'test2.com'} }
|
52
|
+
it 'should make the request to the default host' do
|
53
|
+
stub_request(:get, 'https://test2.com/path')
|
54
|
+
vb.request(:get, '/path', {}, options)
|
56
55
|
end
|
56
|
+
end
|
57
57
|
|
58
|
-
|
59
|
-
|
58
|
+
context 'with host specified at client initiation time' do
|
59
|
+
let(:options) { {} }
|
60
60
|
|
61
|
-
|
61
|
+
let(:vb) { Vertebrae::API.new host: 'test3.com' }
|
62
62
|
|
63
|
+
it 'should make the request to the default host' do
|
64
|
+
stub_request(:get, 'https://test3.com/path')
|
65
|
+
vb.request(:get, '/path', {}, options)
|
66
|
+
end
|
67
|
+
|
68
|
+
context 'with a different host' do
|
69
|
+
let(:options) { {host: 'test2.com'} }
|
63
70
|
it 'should make the request to the default host' do
|
64
|
-
stub_request(:get, 'https://
|
71
|
+
stub_request(:get, 'https://test2.com/path')
|
65
72
|
vb.request(:get, '/path', {}, options)
|
66
73
|
end
|
67
|
-
|
68
|
-
context 'with a different host' do
|
69
|
-
let(:options) { {host: 'test2.com'} }
|
70
|
-
it 'should make the request to the default host' do
|
71
|
-
stub_request(:get, 'https://test2.com/path')
|
72
|
-
vb.request(:get, '/path', {}, options)
|
73
|
-
end
|
74
|
-
end
|
75
74
|
end
|
76
75
|
end
|
77
|
-
end
|
76
|
+
end
|
77
|
+
end
|
data/vertebrae.gemspec
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
# Generated by
|
1
|
+
# Generated by juwelier
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit
|
3
|
+
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: vertebrae 0.
|
5
|
+
# stub: vertebrae 0.3.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "vertebrae"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.3.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Nathan Woodhull"]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2016-08-03"
|
15
15
|
s.description = "A set of low level infrastructure and reusable code for building API clients"
|
16
16
|
s.email = "nathan@controlshiftlabs.com"
|
17
17
|
s.extra_rdoc_files = [
|
@@ -54,7 +54,7 @@ Gem::Specification.new do |s|
|
|
54
54
|
]
|
55
55
|
s.homepage = "http://github.com/controlshift/vertebrae"
|
56
56
|
s.licenses = ["MIT"]
|
57
|
-
s.rubygems_version = "2.
|
57
|
+
s.rubygems_version = "2.4.8"
|
58
58
|
s.summary = "API Client Infrastructure"
|
59
59
|
|
60
60
|
if s.respond_to? :specification_version then
|
@@ -69,7 +69,7 @@ Gem::Specification.new do |s|
|
|
69
69
|
s.add_development_dependency(%q<bundler>, [">= 0"])
|
70
70
|
s.add_development_dependency(%q<webmock>, [">= 0"])
|
71
71
|
s.add_development_dependency(%q<rspec-its>, [">= 0"])
|
72
|
-
s.add_development_dependency(%q<
|
72
|
+
s.add_development_dependency(%q<juwelier>, ["~> 2.1.0"])
|
73
73
|
else
|
74
74
|
s.add_dependency(%q<activesupport>, [">= 0"])
|
75
75
|
s.add_dependency(%q<faraday>, [">= 0"])
|
@@ -79,7 +79,7 @@ Gem::Specification.new do |s|
|
|
79
79
|
s.add_dependency(%q<bundler>, [">= 0"])
|
80
80
|
s.add_dependency(%q<webmock>, [">= 0"])
|
81
81
|
s.add_dependency(%q<rspec-its>, [">= 0"])
|
82
|
-
s.add_dependency(%q<
|
82
|
+
s.add_dependency(%q<juwelier>, ["~> 2.1.0"])
|
83
83
|
end
|
84
84
|
else
|
85
85
|
s.add_dependency(%q<activesupport>, [">= 0"])
|
@@ -90,7 +90,7 @@ Gem::Specification.new do |s|
|
|
90
90
|
s.add_dependency(%q<bundler>, [">= 0"])
|
91
91
|
s.add_dependency(%q<webmock>, [">= 0"])
|
92
92
|
s.add_dependency(%q<rspec-its>, [">= 0"])
|
93
|
-
s.add_dependency(%q<
|
93
|
+
s.add_dependency(%q<juwelier>, ["~> 2.1.0"])
|
94
94
|
end
|
95
95
|
end
|
96
96
|
|
metadata
CHANGED
@@ -1,141 +1,141 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vertebrae
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Woodhull
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: faraday
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: faraday_middleware
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: hashie
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rspec
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: bundler
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: webmock
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - ">="
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- -
|
108
|
+
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: rspec-its
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- -
|
115
|
+
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- -
|
122
|
+
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
|
-
name:
|
126
|
+
name: juwelier
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
|
-
- - ~>
|
129
|
+
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 2.
|
131
|
+
version: 2.1.0
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
|
-
- - ~>
|
136
|
+
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 2.
|
138
|
+
version: 2.1.0
|
139
139
|
description: A set of low level infrastructure and reusable code for building API
|
140
140
|
clients
|
141
141
|
email: nathan@controlshiftlabs.com
|
@@ -145,11 +145,11 @@ extra_rdoc_files:
|
|
145
145
|
- LICENSE.txt
|
146
146
|
- README.rdoc
|
147
147
|
files:
|
148
|
-
- .document
|
149
|
-
- .rspec
|
150
|
-
- .ruby-gemset
|
151
|
-
- .ruby-version
|
152
|
-
- .travis.yml
|
148
|
+
- ".document"
|
149
|
+
- ".rspec"
|
150
|
+
- ".ruby-gemset"
|
151
|
+
- ".ruby-version"
|
152
|
+
- ".travis.yml"
|
153
153
|
- Gemfile
|
154
154
|
- Gemfile.lock
|
155
155
|
- LICENSE.txt
|
@@ -187,17 +187,17 @@ require_paths:
|
|
187
187
|
- lib
|
188
188
|
required_ruby_version: !ruby/object:Gem::Requirement
|
189
189
|
requirements:
|
190
|
-
- -
|
190
|
+
- - ">="
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '0'
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
194
194
|
requirements:
|
195
|
-
- -
|
195
|
+
- - ">="
|
196
196
|
- !ruby/object:Gem::Version
|
197
197
|
version: '0'
|
198
198
|
requirements: []
|
199
199
|
rubyforge_project:
|
200
|
-
rubygems_version: 2.
|
200
|
+
rubygems_version: 2.4.8
|
201
201
|
signing_key:
|
202
202
|
specification_version: 4
|
203
203
|
summary: API Client Infrastructure
|