This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree 3 files changed +86
-2
lines changed
3 files changed +86
-2
lines changed Original file line number Diff line number Diff line change 4
4
.config
5
5
.yardoc
6
6
bin /
7
- Gemfile.lock
8
7
InstalledFiles
9
8
_yardoc
10
9
coverage
Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ yam (2.5.0 )
5
+ addressable (~> 2.4 )
6
+ multi_json (~> 1.8 )
7
+ oauth2-client (~> 2.0 )
8
+ oj (~> 2.14 )
9
+ rest-client
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ addressable (2.7.0 )
15
+ public_suffix (>= 2.0.2 , < 5.0 )
16
+ bcrypt (3.1.16 )
17
+ bcrypt-ruby (3.1.5 )
18
+ bcrypt (>= 3.1.3 )
19
+ coveralls (0.7.2 )
20
+ multi_json (~> 1.3 )
21
+ rest-client (= 1.6.7 )
22
+ simplecov (>= 0.7 )
23
+ term-ansicolor (= 1.2.2 )
24
+ thor (= 0.18.1 )
25
+ crack (0.4.5 )
26
+ rexml
27
+ diff-lcs (1.4.4 )
28
+ docile (1.4.0 )
29
+ hashdiff (1.0.1 )
30
+ mime-types (3.3.1 )
31
+ mime-types-data (~> 3.2015 )
32
+ mime-types-data (3.2021.0225 )
33
+ multi_json (1.15.0 )
34
+ oauth2-client (2.0.0 )
35
+ addressable (~> 2.3 )
36
+ bcrypt-ruby (~> 3.0 )
37
+ oj (2.18.5 )
38
+ public_suffix (4.0.6 )
39
+ rake (13.0.3 )
40
+ rest-client (1.6.7 )
41
+ mime-types (>= 1.16 )
42
+ rexml (3.2.5 )
43
+ rspec (3.10.0 )
44
+ rspec-core (~> 3.10.0 )
45
+ rspec-expectations (~> 3.10.0 )
46
+ rspec-mocks (~> 3.10.0 )
47
+ rspec-core (3.10.1 )
48
+ rspec-support (~> 3.10.0 )
49
+ rspec-expectations (3.10.1 )
50
+ diff-lcs (>= 1.2.0 , < 2.0 )
51
+ rspec-support (~> 3.10.0 )
52
+ rspec-mocks (3.10.2 )
53
+ diff-lcs (>= 1.2.0 , < 2.0 )
54
+ rspec-support (~> 3.10.0 )
55
+ rspec-support (3.10.2 )
56
+ simplecov (0.21.2 )
57
+ docile (~> 1.1 )
58
+ simplecov-html (~> 0.11 )
59
+ simplecov_json_formatter (~> 0.1 )
60
+ simplecov-html (0.12.3 )
61
+ simplecov_json_formatter (0.1.3 )
62
+ term-ansicolor (1.2.2 )
63
+ tins (~> 0.8 )
64
+ thor (0.18.1 )
65
+ tins (0.13.2 )
66
+ webmock (3.13.0 )
67
+ addressable (>= 2.3.6 )
68
+ crack (>= 0.3.2 )
69
+ hashdiff (>= 0.4.0 , < 2.0.0 )
70
+ yard (0.9.26 )
71
+
72
+ PLATFORMS
73
+ ruby
74
+
75
+ DEPENDENCIES
76
+ coveralls
77
+ rake (~> 13 )
78
+ rspec (>= 2.11 )
79
+ simplecov
80
+ webmock (>= 1.22.0 )
81
+ yam !
82
+ yard (~> 0.8 , >= 0.8.7 )
83
+
84
+ BUNDLED WITH
85
+ 2.1.4
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
49
s . add_dependency 'addressable' , '~> 2.4'
50
50
s . add_dependency 'oauth2-client' , '~> 2.0'
51
51
52
- s . add_development_dependency 'rake' , '~> 0 '
52
+ s . add_development_dependency 'rake' , '~> 13 '
53
53
s . add_development_dependency 'rspec' , '~> 0'
54
54
s . add_development_dependency 'simplecov' , '~> 0.11.1'
55
55
s . add_development_dependency 'webmock' , '~> 1.17' , '>= 1.17.0'
You can’t perform that action at this time.
0 commit comments