routemaster-client 1.3.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bb45b1a23c8a5e90938bc4f7fb6d66593fd9dc3
4
- data.tar.gz: e544d4fe87d288d07221d7d9822c853580a6ef31
3
+ metadata.gz: 1ee29c57b725f321cc404fba4ac361d7ba277d1a
4
+ data.tar.gz: 707c11f90c92de25d0b7a40ed6b452e61b2016af
5
5
  SHA512:
6
- metadata.gz: 2e10653bef8d65abbe10354a791dc27b444d0808ac789e24bda7cba5671f317e2fe2ba16c559b7e1335047651e6c17cddfcc08882a05072c16755be018d0d40e
7
- data.tar.gz: 02af484562d4ab336398e83cdc5ee9843357d14b866f048cb23a457babbde5abd0e316f86795ab679cb2ac6e6b957b79009200bd60c7c02f71bc1628cf373dc0
6
+ metadata.gz: b63264e4bf56e517980d49716a4f7b4f5e7abfd0f8a0c6ccb0c95d22284e7ce13263182483ac9cac081e4f4fcc70c4fa7325c19d1660ac4aec47fea59c3ec195
7
+ data.tar.gz: 8d67555f4b949ba7245340ac46a4ad85d9fb307a6f829755e783f20e83018db0d218aedd34db719998522009e787ca1b910fcb77ff01f7a1ad1a2703fed80df4
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  .bundle/
2
2
  pkg/
3
- tmp
3
+ tmp/
4
+ coverage/
data/.travis.yml CHANGED
@@ -1,12 +1,11 @@
1
1
  language: ruby
2
2
  cache: bundler
3
3
  rvm:
4
- - 2.0.0
5
- - 2.1.9
6
4
  - 2.2.5
7
5
  - 2.3.1
8
6
  script:
9
7
  - bundle exec rspec
8
+ - bundle exec codeclimate-test-reporter
10
9
  addons:
11
10
  code_climate:
12
11
  repo_token: b1d80c686f42ee5eb66895c4b0ac5c0d978e964d4700eae35aa0138f5a650c02
data/Gemfile CHANGED
@@ -11,7 +11,8 @@ gem 'bundler'
11
11
  gem 'rake'
12
12
  gem 'guard-rspec'
13
13
  gem 'webmock'
14
- gem 'pry-nav'
14
+ gem 'pry-byebug'
15
15
  gem 'rack-test'
16
+ gem 'simplecov'
16
17
  gem 'codeclimate-test-reporter', require: nil
17
18
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- routemaster-client (1.3.1)
4
+ routemaster-client (2.0.0)
5
5
  faraday (>= 0.9.0)
6
6
  oj (~> 2.17)
7
7
  typhoeus (~> 1.1)
@@ -10,19 +10,21 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.4.0)
14
- codeclimate-test-reporter (0.6.0)
15
- simplecov (>= 0.7.1, < 1.0.0)
13
+ addressable (2.5.0)
14
+ public_suffix (~> 2.0, >= 2.0.2)
15
+ byebug (9.0.6)
16
+ codeclimate-test-reporter (1.0.3)
17
+ simplecov
16
18
  coderay (1.1.1)
17
19
  crack (0.4.3)
18
20
  safe_yaml (~> 1.0.0)
19
21
  diff-lcs (1.2.5)
20
22
  docile (1.1.5)
21
- ethon (0.9.1)
23
+ ethon (0.10.1)
22
24
  ffi (>= 1.3.0)
23
- faraday (0.9.2)
25
+ faraday (0.10.0)
24
26
  multipart-post (>= 1.2, < 3)
25
- ffi (1.9.12)
27
+ ffi (1.9.14)
26
28
  formatador (0.2.5)
27
29
  guard (2.14.0)
28
30
  formatador (>= 0.2.4)
@@ -34,13 +36,13 @@ GEM
34
36
  shellany (~> 0.0)
35
37
  thor (>= 0.18.1)
36
38
  guard-compat (1.2.1)
37
- guard-rspec (4.7.2)
39
+ guard-rspec (4.7.3)
38
40
  guard (~> 2.1)
39
41
  guard-compat (~> 1.1)
40
42
  rspec (>= 2.99.0, < 4.0)
41
- hashdiff (0.3.0)
43
+ hashdiff (0.3.1)
42
44
  json (2.0.2)
43
- listen (3.0.8)
45
+ listen (3.1.5)
44
46
  rb-fsevent (~> 0.9, >= 0.9.4)
45
47
  rb-inotify (~> 0.9, >= 0.9.7)
46
48
  ruby_dep (~> 1.2)
@@ -48,29 +50,31 @@ GEM
48
50
  method_source (0.8.2)
49
51
  multipart-post (2.0.0)
50
52
  nenv (0.3.0)
51
- notiffany (0.1.0)
53
+ notiffany (0.1.1)
52
54
  nenv (~> 0.1)
53
55
  shellany (~> 0.0)
54
- oj (2.17.4)
55
- pry (0.10.3)
56
+ oj (2.18.0)
57
+ pry (0.10.4)
56
58
  coderay (~> 1.1.0)
57
59
  method_source (~> 0.8.1)
58
60
  slop (~> 3.4)
59
- pry-nav (0.2.4)
60
- pry (>= 0.9.10, < 0.11.0)
61
- psych (2.1.0)
62
- rack (1.6.4)
61
+ pry-byebug (3.4.1)
62
+ byebug (~> 9.0)
63
+ pry (~> 0.10)
64
+ psych (2.2.1)
65
+ public_suffix (2.0.4)
66
+ rack (2.0.1)
63
67
  rack-test (0.6.3)
64
68
  rack (>= 1.0)
65
- rake (11.2.2)
66
- rb-fsevent (0.9.7)
69
+ rake (11.3.0)
70
+ rb-fsevent (0.9.8)
67
71
  rb-inotify (0.9.7)
68
72
  ffi (>= 0.5.0)
69
73
  rspec (3.5.0)
70
74
  rspec-core (~> 3.5.0)
71
75
  rspec-expectations (~> 3.5.0)
72
76
  rspec-mocks (~> 3.5.0)
73
- rspec-core (3.5.0)
77
+ rspec-core (3.5.4)
74
78
  rspec-support (~> 3.5.0)
75
79
  rspec-expectations (3.5.0)
76
80
  diff-lcs (>= 1.2.0, < 2.0)
@@ -79,7 +83,7 @@ GEM
79
83
  diff-lcs (>= 1.2.0, < 2.0)
80
84
  rspec-support (~> 3.5.0)
81
85
  rspec-support (3.5.0)
82
- ruby_dep (1.3.1)
86
+ ruby_dep (1.5.0)
83
87
  safe_yaml (1.0.4)
84
88
  shellany (0.0.1)
85
89
  simplecov (0.12.0)
@@ -88,10 +92,10 @@ GEM
88
92
  simplecov-html (~> 0.10.0)
89
93
  simplecov-html (0.10.0)
90
94
  slop (3.6.0)
91
- thor (0.19.1)
92
- typhoeus (1.1.0)
95
+ thor (0.19.4)
96
+ typhoeus (1.1.2)
93
97
  ethon (>= 0.9.0)
94
- webmock (2.1.0)
98
+ webmock (2.3.1)
95
99
  addressable (>= 2.3.6)
96
100
  crack (>= 0.3.2)
97
101
  hashdiff
@@ -104,12 +108,13 @@ DEPENDENCIES
104
108
  bundler
105
109
  codeclimate-test-reporter
106
110
  guard-rspec
107
- pry-nav
111
+ pry-byebug
108
112
  psych
109
113
  rack-test
110
114
  rake
111
115
  routemaster-client!
116
+ simplecov
112
117
  webmock
113
118
 
114
119
  BUNDLED WITH
115
- 1.12.5
120
+ 1.13.6
@@ -1,5 +1,5 @@
1
1
  module Routemaster
2
2
  class Client
3
- VERSION = '1.3.1'
3
+ VERSION = '2.0.0'
4
4
  end
5
5
  end
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
- require "codeclimate-test-reporter"
2
- CodeClimate::TestReporter.start
1
+ require 'simplecov'
2
+ SimpleCov.start
3
3
 
4
4
  # This file was generated by the `rspec --init` command. Conventionally, all
5
5
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: routemaster-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Letessier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-17 00:00:00.000000000 Z
11
+ date: 2016-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -80,7 +80,6 @@ files:
80
80
  - ".travis.yml"
81
81
  - Gemfile
82
82
  - Gemfile.lock
83
- - Gemfile.lock.updated
84
83
  - Guardfile
85
84
  - LICENSE.txt
86
85
  - README.md
data/Gemfile.lock.updated DELETED
@@ -1,100 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- routemaster-client (1.2.1)
5
- faraday (>= 0.9.0)
6
- net-http-persistent
7
- wisper (>= 1.4.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- addressable (2.4.0)
13
- coderay (1.1.1)
14
- crack (0.4.3)
15
- safe_yaml (~> 1.0.0)
16
- diff-lcs (1.2.5)
17
- faraday (0.9.2)
18
- multipart-post (>= 1.2, < 3)
19
- ffi (1.9.12)
20
- formatador (0.2.5)
21
- guard (2.14.0)
22
- formatador (>= 0.2.4)
23
- listen (>= 2.7, < 4.0)
24
- lumberjack (~> 1.0)
25
- nenv (~> 0.1)
26
- notiffany (~> 0.0)
27
- pry (>= 0.9.12)
28
- shellany (~> 0.0)
29
- thor (>= 0.18.1)
30
- guard-compat (1.2.1)
31
- guard-rspec (4.7.2)
32
- guard (~> 2.1)
33
- guard-compat (~> 1.1)
34
- rspec (>= 2.99.0, < 4.0)
35
- hashdiff (0.3.0)
36
- listen (3.1.5)
37
- rb-fsevent (~> 0.9, >= 0.9.4)
38
- rb-inotify (~> 0.9, >= 0.9.7)
39
- ruby_dep (~> 1.2)
40
- lumberjack (1.0.10)
41
- method_source (0.8.2)
42
- multipart-post (2.0.0)
43
- nenv (0.3.0)
44
- net-http-persistent (2.9.4)
45
- notiffany (0.1.0)
46
- nenv (~> 0.1)
47
- shellany (~> 0.0)
48
- pry (0.10.3)
49
- coderay (~> 1.1.0)
50
- method_source (~> 0.8.1)
51
- slop (~> 3.4)
52
- pry-nav (0.2.4)
53
- pry (>= 0.9.10, < 0.11.0)
54
- psych (2.1.0)
55
- rack (2.0.1)
56
- rack-test (0.6.3)
57
- rack (>= 1.0)
58
- rake (11.2.2)
59
- rb-fsevent (0.9.7)
60
- rb-inotify (0.9.7)
61
- ffi (>= 0.5.0)
62
- rspec (3.5.0)
63
- rspec-core (~> 3.5.0)
64
- rspec-expectations (~> 3.5.0)
65
- rspec-mocks (~> 3.5.0)
66
- rspec-core (3.5.0)
67
- rspec-support (~> 3.5.0)
68
- rspec-expectations (3.5.0)
69
- diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.5.0)
71
- rspec-mocks (3.5.0)
72
- diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.5.0)
74
- rspec-support (3.5.0)
75
- ruby_dep (1.3.1)
76
- safe_yaml (1.0.4)
77
- shellany (0.0.1)
78
- slop (3.6.0)
79
- thor (0.19.1)
80
- webmock (2.1.0)
81
- addressable (>= 2.3.6)
82
- crack (>= 0.3.2)
83
- hashdiff
84
- wisper (1.6.1)
85
-
86
- PLATFORMS
87
- ruby
88
-
89
- DEPENDENCIES
90
- bundler
91
- guard-rspec
92
- pry-nav
93
- psych
94
- rack-test
95
- rake
96
- routemaster-client!
97
- webmock
98
-
99
- BUNDLED WITH
100
- 1.12.5