oauth2 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +7 -0
- data/.ruby-version +1 -0
- data/.travis.yml +38 -17
- data/CHANGELOG.md +13 -8
- data/Gemfile +1 -2
- data/README.md +14 -10
- data/gemfiles/jruby_1.7.gemfile +6 -6
- data/gemfiles/jruby_9.0.gemfile +2 -8
- data/gemfiles/jruby_9.1.gemfile +0 -14
- data/gemfiles/jruby_9.2.gemfile +0 -14
- data/gemfiles/jruby_head.gemfile +0 -14
- data/gemfiles/ruby_1.9.gemfile +2 -7
- data/gemfiles/ruby_2.0.gemfile +1 -12
- data/gemfiles/ruby_2.1.gemfile +1 -14
- data/gemfiles/ruby_2.2.gemfile +0 -14
- data/gemfiles/ruby_2.3.gemfile +0 -14
- data/gemfiles/ruby_2.4.gemfile +0 -14
- data/gemfiles/ruby_2.5.gemfile +0 -14
- data/gemfiles/ruby_2.6.gemfile +9 -0
- data/gemfiles/ruby_head.gemfile +2 -10
- data/gemfiles/truffleruby.gemfile +3 -0
- data/lib/oauth2/version.rb +6 -6
- data/oauth2.gemspec +6 -2
- metadata +66 -19
- data/gemfiles/jruby_1.7.gemfile.lock +0 -81
- data/gemfiles/jruby_9.1.gemfile.lock +0 -112
- data/gemfiles/jruby_9.2.gemfile.lock +0 -112
- data/gemfiles/ruby_1.9.gemfile.lock +0 -85
- data/gemfiles/ruby_2.0.gemfile.lock +0 -90
- data/gemfiles/ruby_2.1.gemfile.lock +0 -109
- data/gemfiles/ruby_2.2.gemfile.lock +0 -108
- data/gemfiles/ruby_2.3.gemfile.lock +0 -108
- data/gemfiles/ruby_2.4.gemfile.lock +0 -108
- data/gemfiles/ruby_2.5.gemfile.lock +0 -108
- data/gemfiles/ruby_head.gemfile.lock +0 -108
@@ -1,85 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
oauth2 (1.4.0)
|
5
|
-
faraday (>= 0.8, < 0.16.0)
|
6
|
-
jwt (>= 1.0, < 3.0)
|
7
|
-
multi_json (~> 1.3)
|
8
|
-
multi_xml (~> 0.5)
|
9
|
-
rack (>= 1.2, < 3)
|
10
|
-
|
11
|
-
GEM
|
12
|
-
remote: https://rubygems.org/
|
13
|
-
specs:
|
14
|
-
addressable (2.4.0)
|
15
|
-
backports (3.11.4)
|
16
|
-
coveralls (0.8.22)
|
17
|
-
json (>= 1.8, < 3)
|
18
|
-
simplecov (~> 0.16.1)
|
19
|
-
term-ansicolor (~> 1.3)
|
20
|
-
thor (~> 0.19.4)
|
21
|
-
tins (~> 1.6)
|
22
|
-
diff-lcs (1.3)
|
23
|
-
docile (1.3.1)
|
24
|
-
faraday (0.9.2)
|
25
|
-
multipart-post (>= 1.2, < 3)
|
26
|
-
json (1.8.6)
|
27
|
-
jwt (1.5.6)
|
28
|
-
multi_json (1.13.1)
|
29
|
-
multi_xml (0.6.0)
|
30
|
-
multipart-post (2.0.0)
|
31
|
-
rack (1.6.10)
|
32
|
-
rake (12.2.1)
|
33
|
-
rdoc (5.1.0)
|
34
|
-
rspec (3.8.0)
|
35
|
-
rspec-core (~> 3.8.0)
|
36
|
-
rspec-expectations (~> 3.8.0)
|
37
|
-
rspec-mocks (~> 3.8.0)
|
38
|
-
rspec-core (3.8.0)
|
39
|
-
rspec-support (~> 3.8.0)
|
40
|
-
rspec-expectations (3.8.2)
|
41
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.8.0)
|
43
|
-
rspec-mocks (3.8.0)
|
44
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.8.0)
|
46
|
-
rspec-pending_for (0.1.13)
|
47
|
-
rspec-core
|
48
|
-
ruby_engine (~> 1.0)
|
49
|
-
ruby_version (~> 1.0)
|
50
|
-
rspec-support (3.8.0)
|
51
|
-
ruby_engine (1.0.1)
|
52
|
-
ruby_version (1.0.1)
|
53
|
-
simplecov (0.16.1)
|
54
|
-
docile (~> 1.1)
|
55
|
-
json (>= 1.8, < 3)
|
56
|
-
simplecov-html (~> 0.10.0)
|
57
|
-
simplecov-html (0.10.2)
|
58
|
-
term-ansicolor (1.3.2)
|
59
|
-
tins (~> 1.0)
|
60
|
-
thor (0.19.4)
|
61
|
-
tins (1.6.0)
|
62
|
-
wwtd (1.3.0)
|
63
|
-
|
64
|
-
PLATFORMS
|
65
|
-
ruby
|
66
|
-
|
67
|
-
DEPENDENCIES
|
68
|
-
addressable (~> 2.3)
|
69
|
-
backports (~> 3.11)
|
70
|
-
bundler (~> 1.16)
|
71
|
-
coveralls (~> 0.8)
|
72
|
-
faraday (= 0.9.2)
|
73
|
-
json (< 2.0)
|
74
|
-
oauth2!
|
75
|
-
rack (~> 1.2)
|
76
|
-
rake
|
77
|
-
rdoc (>= 5.0, < 7)
|
78
|
-
rspec
|
79
|
-
rspec-pending_for
|
80
|
-
term-ansicolor (< 1.4.0)
|
81
|
-
tins (< 1.7)
|
82
|
-
wwtd
|
83
|
-
|
84
|
-
BUNDLED WITH
|
85
|
-
1.16.2
|
@@ -1,90 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
oauth2 (1.4.0)
|
5
|
-
faraday (>= 0.8, < 0.16.0)
|
6
|
-
jwt (>= 1.0, < 3.0)
|
7
|
-
multi_json (~> 1.3)
|
8
|
-
multi_xml (~> 0.5)
|
9
|
-
rack (>= 1.2, < 3)
|
10
|
-
|
11
|
-
GEM
|
12
|
-
remote: https://rubygems.org/
|
13
|
-
specs:
|
14
|
-
addressable (2.5.2)
|
15
|
-
public_suffix (>= 2.0.2, < 4.0)
|
16
|
-
backports (3.11.4)
|
17
|
-
coderay (1.1.2)
|
18
|
-
coveralls (0.8.22)
|
19
|
-
json (>= 1.8, < 3)
|
20
|
-
simplecov (~> 0.16.1)
|
21
|
-
term-ansicolor (~> 1.3)
|
22
|
-
thor (~> 0.19.4)
|
23
|
-
tins (~> 1.6)
|
24
|
-
diff-lcs (1.3)
|
25
|
-
docile (1.3.1)
|
26
|
-
faraday (0.9.2)
|
27
|
-
multipart-post (>= 1.2, < 3)
|
28
|
-
json (2.1.0)
|
29
|
-
jwt (1.5.6)
|
30
|
-
method_source (0.9.0)
|
31
|
-
multi_json (1.13.1)
|
32
|
-
multi_xml (0.6.0)
|
33
|
-
multipart-post (2.0.0)
|
34
|
-
pry (0.11.3)
|
35
|
-
coderay (~> 1.1.0)
|
36
|
-
method_source (~> 0.9.0)
|
37
|
-
public_suffix (2.0.5)
|
38
|
-
rack (1.6.10)
|
39
|
-
rake (12.3.1)
|
40
|
-
rdoc (5.1.0)
|
41
|
-
rspec (3.8.0)
|
42
|
-
rspec-core (~> 3.8.0)
|
43
|
-
rspec-expectations (~> 3.8.0)
|
44
|
-
rspec-mocks (~> 3.8.0)
|
45
|
-
rspec-core (3.8.0)
|
46
|
-
rspec-support (~> 3.8.0)
|
47
|
-
rspec-expectations (3.8.2)
|
48
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
49
|
-
rspec-support (~> 3.8.0)
|
50
|
-
rspec-mocks (3.8.0)
|
51
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
52
|
-
rspec-support (~> 3.8.0)
|
53
|
-
rspec-pending_for (0.1.13)
|
54
|
-
rspec-core
|
55
|
-
ruby_engine (~> 1.0)
|
56
|
-
ruby_version (~> 1.0)
|
57
|
-
rspec-support (3.8.0)
|
58
|
-
ruby_engine (1.0.1)
|
59
|
-
ruby_version (1.0.1)
|
60
|
-
simplecov (0.16.1)
|
61
|
-
docile (~> 1.1)
|
62
|
-
json (>= 1.8, < 3)
|
63
|
-
simplecov-html (~> 0.10.0)
|
64
|
-
simplecov-html (0.10.2)
|
65
|
-
term-ansicolor (1.6.0)
|
66
|
-
tins (~> 1.0)
|
67
|
-
thor (0.19.4)
|
68
|
-
tins (1.16.3)
|
69
|
-
wwtd (1.3.0)
|
70
|
-
|
71
|
-
PLATFORMS
|
72
|
-
ruby
|
73
|
-
|
74
|
-
DEPENDENCIES
|
75
|
-
addressable (~> 2.3)
|
76
|
-
backports (~> 3.11)
|
77
|
-
bundler (~> 1.16)
|
78
|
-
coveralls (~> 0.8)
|
79
|
-
faraday (= 0.9.2)
|
80
|
-
oauth2!
|
81
|
-
pry
|
82
|
-
rack (~> 1.2)
|
83
|
-
rake
|
84
|
-
rdoc (>= 5.0, < 7)
|
85
|
-
rspec
|
86
|
-
rspec-pending_for
|
87
|
-
wwtd
|
88
|
-
|
89
|
-
BUNDLED WITH
|
90
|
-
1.16.2
|
@@ -1,109 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
oauth2 (1.4.0)
|
5
|
-
faraday (>= 0.8, < 0.16.0)
|
6
|
-
jwt (>= 1.0, < 3.0)
|
7
|
-
multi_json (~> 1.3)
|
8
|
-
multi_xml (~> 0.5)
|
9
|
-
rack (>= 1.2, < 3)
|
10
|
-
|
11
|
-
GEM
|
12
|
-
remote: https://rubygems.org/
|
13
|
-
specs:
|
14
|
-
addressable (2.5.2)
|
15
|
-
public_suffix (>= 2.0.2, < 4.0)
|
16
|
-
ast (2.4.0)
|
17
|
-
backports (3.11.4)
|
18
|
-
coderay (1.1.2)
|
19
|
-
coveralls (0.8.22)
|
20
|
-
json (>= 1.8, < 3)
|
21
|
-
simplecov (~> 0.16.1)
|
22
|
-
term-ansicolor (~> 1.3)
|
23
|
-
thor (~> 0.19.4)
|
24
|
-
tins (~> 1.6)
|
25
|
-
diff-lcs (1.3)
|
26
|
-
docile (1.3.1)
|
27
|
-
faraday (0.9.2)
|
28
|
-
multipart-post (>= 1.2, < 3)
|
29
|
-
json (2.1.0)
|
30
|
-
jwt (2.1.0)
|
31
|
-
method_source (0.9.0)
|
32
|
-
multi_json (1.13.1)
|
33
|
-
multi_xml (0.6.0)
|
34
|
-
multipart-post (2.0.0)
|
35
|
-
parallel (1.12.1)
|
36
|
-
parser (2.5.1.2)
|
37
|
-
ast (~> 2.4.0)
|
38
|
-
powerpack (0.1.2)
|
39
|
-
pry (0.11.3)
|
40
|
-
coderay (~> 1.1.0)
|
41
|
-
method_source (~> 0.9.0)
|
42
|
-
public_suffix (3.0.3)
|
43
|
-
rack (1.6.10)
|
44
|
-
rainbow (3.0.0)
|
45
|
-
rake (12.3.1)
|
46
|
-
rdoc (5.1.0)
|
47
|
-
rspec (3.8.0)
|
48
|
-
rspec-core (~> 3.8.0)
|
49
|
-
rspec-expectations (~> 3.8.0)
|
50
|
-
rspec-mocks (~> 3.8.0)
|
51
|
-
rspec-core (3.8.0)
|
52
|
-
rspec-support (~> 3.8.0)
|
53
|
-
rspec-expectations (3.8.2)
|
54
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.8.0)
|
56
|
-
rspec-mocks (3.8.0)
|
57
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.8.0)
|
59
|
-
rspec-pending_for (0.1.13)
|
60
|
-
rspec-core
|
61
|
-
ruby_engine (~> 1.0)
|
62
|
-
ruby_version (~> 1.0)
|
63
|
-
rspec-support (3.8.0)
|
64
|
-
rubocop (0.53.0)
|
65
|
-
parallel (~> 1.10)
|
66
|
-
parser (>= 2.5)
|
67
|
-
powerpack (~> 0.1)
|
68
|
-
rainbow (>= 2.2.2, < 4.0)
|
69
|
-
ruby-progressbar (~> 1.7)
|
70
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
71
|
-
rubocop-rspec (1.24.0)
|
72
|
-
rubocop (>= 0.53.0)
|
73
|
-
ruby-progressbar (1.10.0)
|
74
|
-
ruby_engine (1.0.1)
|
75
|
-
ruby_version (1.0.1)
|
76
|
-
simplecov (0.16.1)
|
77
|
-
docile (~> 1.1)
|
78
|
-
json (>= 1.8, < 3)
|
79
|
-
simplecov-html (~> 0.10.0)
|
80
|
-
simplecov-html (0.10.2)
|
81
|
-
term-ansicolor (1.6.0)
|
82
|
-
tins (~> 1.0)
|
83
|
-
thor (0.19.4)
|
84
|
-
tins (1.16.3)
|
85
|
-
unicode-display_width (1.4.0)
|
86
|
-
wwtd (1.3.0)
|
87
|
-
|
88
|
-
PLATFORMS
|
89
|
-
ruby
|
90
|
-
|
91
|
-
DEPENDENCIES
|
92
|
-
addressable (~> 2.3)
|
93
|
-
backports (~> 3.11)
|
94
|
-
bundler (~> 1.16)
|
95
|
-
coveralls (~> 0.8)
|
96
|
-
faraday (= 0.9.2)
|
97
|
-
oauth2!
|
98
|
-
pry
|
99
|
-
rack (~> 1.2)
|
100
|
-
rake
|
101
|
-
rdoc (>= 5.0, < 7)
|
102
|
-
rspec
|
103
|
-
rspec-pending_for
|
104
|
-
rubocop (~> 0.53.0)
|
105
|
-
rubocop-rspec (~> 1.24.0)
|
106
|
-
wwtd
|
107
|
-
|
108
|
-
BUNDLED WITH
|
109
|
-
1.16.2
|
@@ -1,108 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
oauth2 (1.4.0)
|
5
|
-
faraday (>= 0.8, < 0.16.0)
|
6
|
-
jwt (>= 1.0, < 3.0)
|
7
|
-
multi_json (~> 1.3)
|
8
|
-
multi_xml (~> 0.5)
|
9
|
-
rack (>= 1.2, < 3)
|
10
|
-
|
11
|
-
GEM
|
12
|
-
remote: https://rubygems.org/
|
13
|
-
specs:
|
14
|
-
addressable (2.5.2)
|
15
|
-
public_suffix (>= 2.0.2, < 4.0)
|
16
|
-
ast (2.4.0)
|
17
|
-
backports (3.11.4)
|
18
|
-
coderay (1.1.2)
|
19
|
-
coveralls (0.8.22)
|
20
|
-
json (>= 1.8, < 3)
|
21
|
-
simplecov (~> 0.16.1)
|
22
|
-
term-ansicolor (~> 1.3)
|
23
|
-
thor (~> 0.19.4)
|
24
|
-
tins (~> 1.6)
|
25
|
-
diff-lcs (1.3)
|
26
|
-
docile (1.3.1)
|
27
|
-
faraday (0.9.2)
|
28
|
-
multipart-post (>= 1.2, < 3)
|
29
|
-
json (2.1.0)
|
30
|
-
jwt (2.1.0)
|
31
|
-
method_source (0.9.0)
|
32
|
-
multi_json (1.13.1)
|
33
|
-
multi_xml (0.6.0)
|
34
|
-
multipart-post (2.0.0)
|
35
|
-
parallel (1.12.1)
|
36
|
-
parser (2.5.1.2)
|
37
|
-
ast (~> 2.4.0)
|
38
|
-
powerpack (0.1.2)
|
39
|
-
pry (0.11.3)
|
40
|
-
coderay (~> 1.1.0)
|
41
|
-
method_source (~> 0.9.0)
|
42
|
-
public_suffix (3.0.3)
|
43
|
-
rack (2.0.5)
|
44
|
-
rainbow (3.0.0)
|
45
|
-
rake (12.3.1)
|
46
|
-
rdoc (6.0.4)
|
47
|
-
rspec (3.8.0)
|
48
|
-
rspec-core (~> 3.8.0)
|
49
|
-
rspec-expectations (~> 3.8.0)
|
50
|
-
rspec-mocks (~> 3.8.0)
|
51
|
-
rspec-core (3.8.0)
|
52
|
-
rspec-support (~> 3.8.0)
|
53
|
-
rspec-expectations (3.8.2)
|
54
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.8.0)
|
56
|
-
rspec-mocks (3.8.0)
|
57
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.8.0)
|
59
|
-
rspec-pending_for (0.1.13)
|
60
|
-
rspec-core
|
61
|
-
ruby_engine (~> 1.0)
|
62
|
-
ruby_version (~> 1.0)
|
63
|
-
rspec-support (3.8.0)
|
64
|
-
rubocop (0.53.0)
|
65
|
-
parallel (~> 1.10)
|
66
|
-
parser (>= 2.5)
|
67
|
-
powerpack (~> 0.1)
|
68
|
-
rainbow (>= 2.2.2, < 4.0)
|
69
|
-
ruby-progressbar (~> 1.7)
|
70
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
71
|
-
rubocop-rspec (1.24.0)
|
72
|
-
rubocop (>= 0.53.0)
|
73
|
-
ruby-progressbar (1.10.0)
|
74
|
-
ruby_engine (1.0.1)
|
75
|
-
ruby_version (1.0.1)
|
76
|
-
simplecov (0.16.1)
|
77
|
-
docile (~> 1.1)
|
78
|
-
json (>= 1.8, < 3)
|
79
|
-
simplecov-html (~> 0.10.0)
|
80
|
-
simplecov-html (0.10.2)
|
81
|
-
term-ansicolor (1.6.0)
|
82
|
-
tins (~> 1.0)
|
83
|
-
thor (0.19.4)
|
84
|
-
tins (1.16.3)
|
85
|
-
unicode-display_width (1.4.0)
|
86
|
-
wwtd (1.3.0)
|
87
|
-
|
88
|
-
PLATFORMS
|
89
|
-
ruby
|
90
|
-
|
91
|
-
DEPENDENCIES
|
92
|
-
addressable (~> 2.3)
|
93
|
-
backports (~> 3.11)
|
94
|
-
bundler (~> 1.16)
|
95
|
-
coveralls (~> 0.8)
|
96
|
-
faraday (= 0.9.2)
|
97
|
-
oauth2!
|
98
|
-
pry
|
99
|
-
rake
|
100
|
-
rdoc (>= 5.0, < 7)
|
101
|
-
rspec
|
102
|
-
rspec-pending_for
|
103
|
-
rubocop (~> 0.53.0)
|
104
|
-
rubocop-rspec (~> 1.24.0)
|
105
|
-
wwtd
|
106
|
-
|
107
|
-
BUNDLED WITH
|
108
|
-
1.16.2
|
@@ -1,108 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
oauth2 (1.4.0)
|
5
|
-
faraday (>= 0.8, < 0.16.0)
|
6
|
-
jwt (>= 1.0, < 3.0)
|
7
|
-
multi_json (~> 1.3)
|
8
|
-
multi_xml (~> 0.5)
|
9
|
-
rack (>= 1.2, < 3)
|
10
|
-
|
11
|
-
GEM
|
12
|
-
remote: https://rubygems.org/
|
13
|
-
specs:
|
14
|
-
addressable (2.5.2)
|
15
|
-
public_suffix (>= 2.0.2, < 4.0)
|
16
|
-
ast (2.4.0)
|
17
|
-
backports (3.11.4)
|
18
|
-
coderay (1.1.2)
|
19
|
-
coveralls (0.8.22)
|
20
|
-
json (>= 1.8, < 3)
|
21
|
-
simplecov (~> 0.16.1)
|
22
|
-
term-ansicolor (~> 1.3)
|
23
|
-
thor (~> 0.19.4)
|
24
|
-
tins (~> 1.6)
|
25
|
-
diff-lcs (1.3)
|
26
|
-
docile (1.3.1)
|
27
|
-
faraday (0.9.2)
|
28
|
-
multipart-post (>= 1.2, < 3)
|
29
|
-
json (2.1.0)
|
30
|
-
jwt (2.1.0)
|
31
|
-
method_source (0.9.0)
|
32
|
-
multi_json (1.13.1)
|
33
|
-
multi_xml (0.6.0)
|
34
|
-
multipart-post (2.0.0)
|
35
|
-
parallel (1.12.1)
|
36
|
-
parser (2.5.1.2)
|
37
|
-
ast (~> 2.4.0)
|
38
|
-
powerpack (0.1.2)
|
39
|
-
pry (0.11.3)
|
40
|
-
coderay (~> 1.1.0)
|
41
|
-
method_source (~> 0.9.0)
|
42
|
-
public_suffix (3.0.3)
|
43
|
-
rack (2.0.5)
|
44
|
-
rainbow (3.0.0)
|
45
|
-
rake (12.3.1)
|
46
|
-
rdoc (6.0.4)
|
47
|
-
rspec (3.8.0)
|
48
|
-
rspec-core (~> 3.8.0)
|
49
|
-
rspec-expectations (~> 3.8.0)
|
50
|
-
rspec-mocks (~> 3.8.0)
|
51
|
-
rspec-core (3.8.0)
|
52
|
-
rspec-support (~> 3.8.0)
|
53
|
-
rspec-expectations (3.8.2)
|
54
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.8.0)
|
56
|
-
rspec-mocks (3.8.0)
|
57
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.8.0)
|
59
|
-
rspec-pending_for (0.1.13)
|
60
|
-
rspec-core
|
61
|
-
ruby_engine (~> 1.0)
|
62
|
-
ruby_version (~> 1.0)
|
63
|
-
rspec-support (3.8.0)
|
64
|
-
rubocop (0.53.0)
|
65
|
-
parallel (~> 1.10)
|
66
|
-
parser (>= 2.5)
|
67
|
-
powerpack (~> 0.1)
|
68
|
-
rainbow (>= 2.2.2, < 4.0)
|
69
|
-
ruby-progressbar (~> 1.7)
|
70
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
71
|
-
rubocop-rspec (1.24.0)
|
72
|
-
rubocop (>= 0.53.0)
|
73
|
-
ruby-progressbar (1.10.0)
|
74
|
-
ruby_engine (1.0.1)
|
75
|
-
ruby_version (1.0.1)
|
76
|
-
simplecov (0.16.1)
|
77
|
-
docile (~> 1.1)
|
78
|
-
json (>= 1.8, < 3)
|
79
|
-
simplecov-html (~> 0.10.0)
|
80
|
-
simplecov-html (0.10.2)
|
81
|
-
term-ansicolor (1.6.0)
|
82
|
-
tins (~> 1.0)
|
83
|
-
thor (0.19.4)
|
84
|
-
tins (1.16.3)
|
85
|
-
unicode-display_width (1.4.0)
|
86
|
-
wwtd (1.3.0)
|
87
|
-
|
88
|
-
PLATFORMS
|
89
|
-
ruby
|
90
|
-
|
91
|
-
DEPENDENCIES
|
92
|
-
addressable (~> 2.3)
|
93
|
-
backports (~> 3.11)
|
94
|
-
bundler (~> 1.16)
|
95
|
-
coveralls (~> 0.8)
|
96
|
-
faraday (= 0.9.2)
|
97
|
-
oauth2!
|
98
|
-
pry
|
99
|
-
rake
|
100
|
-
rdoc (>= 5.0, < 7)
|
101
|
-
rspec
|
102
|
-
rspec-pending_for
|
103
|
-
rubocop (~> 0.53.0)
|
104
|
-
rubocop-rspec (~> 1.24.0)
|
105
|
-
wwtd
|
106
|
-
|
107
|
-
BUNDLED WITH
|
108
|
-
1.16.2
|