Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit ca823bf

Browse files
author
Nowai Matthew
authored
Merge pull request #1 from bonusly/ch10551/updateYardandRake
Updating rake and yard in yam
2 parents 22f07b7 + 7d8f497 commit ca823bf

File tree

3 files changed

+86
-2
lines changed

3 files changed

+86
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.config
55
.yardoc
66
bin/
7-
Gemfile.lock
87
InstalledFiles
98
_yardoc
109
coverage

Gemfile.lock

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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

yam.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
4949
s.add_dependency 'addressable', '~> 2.4'
5050
s.add_dependency 'oauth2-client', '~> 2.0'
5151

52-
s.add_development_dependency 'rake', '~> 0'
52+
s.add_development_dependency 'rake', '~> 13'
5353
s.add_development_dependency 'rspec', '~> 0'
5454
s.add_development_dependency 'simplecov', '~> 0.11.1'
5555
s.add_development_dependency 'webmock', '~> 1.17', '>= 1.17.0'

0 commit comments

Comments
 (0)