Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commit8ce88cd

Browse files
committed
Some updates for Travis.
1 parentc0c9a07 commit8ce88cd

File tree

5 files changed

+248
-7
lines changed

5 files changed

+248
-7
lines changed

‎.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.vagrant
2-
Berksfile.lock
32
*~
43
*#
54
.#*
@@ -9,7 +8,6 @@ Berksfile.lock
98
/cookbooks
109

1110
# Bundler
12-
Gemfile.lock
1311
bin/*
1412
.bundle/*
1513
.kitchen/

‎.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language:ruby
22
rvm:
3-
-1.9.3
4-
-2.0.0
3+
-1.9.3
4+
-2.0.0
5+
bundler_args:--deployment --binstubs
56
before_script:
6-
-bundle exec berks install
7-
-bundle exec foodcritic -f any .
7+
-./bin/berks install
8+
script:
9+
-./bin/foodcritic -f any .
10+
-./bin/rake

‎Berksfile.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"sources": {
3+
"python": {
4+
"path": "."
5+
},
6+
"minitest-handler": {
7+
"locked_version": "1.1.2"
8+
},
9+
"apt": {
10+
"locked_version": "2.3.4"
11+
},
12+
"yum": {
13+
"locked_version": "3.0.2"
14+
},
15+
"build-essential": {
16+
"locked_version": "1.4.2"
17+
},
18+
"python_test": {
19+
"path": "./test/cookbooks/python_test"
20+
},
21+
"chef_handler": {
22+
"locked_version": "1.1.4"
23+
}
24+
}
25+
}

‎Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source'https://rubygems.org'
22

3-
gem'foodcritic'
3+
gem'foodcritic','>= 3.0.3'
44
gem'berkshelf','~> 2.0'
55
gem'chefspec','~> 3.0'

‎Gemfile.lock

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
GEM
2+
remote:https://rubygems.org/
3+
specs:
4+
activesupport (3.2.16)
5+
i18n (~>0.6,>=0.6.4)
6+
multi_json (~>1.0)
7+
addressable (2.3.5)
8+
akami (1.2.0)
9+
gyoku (>=0.4.0)
10+
nokogiri (>=1.4.0)
11+
berkshelf (2.0.10)
12+
activesupport (~>3.2.0)
13+
addressable (~>2.3.4)
14+
buff-shell_out (~>0.1)
15+
chozo (>=0.6.1)
16+
faraday (>=0.8.5)
17+
hashie (>=2.0.2)
18+
minitar (~>0.5.4)
19+
rbzip2 (~>0.2.0)
20+
retryable (~>1.3.3)
21+
ridley (~>1.5.0)
22+
solve (>=0.5.0)
23+
thor (~>0.18.0)
24+
buff-config (0.4.0)
25+
buff-extensions (~>0.3)
26+
varia_model (~>0.1)
27+
buff-extensions (0.5.0)
28+
buff-ignore (1.1.1)
29+
buff-ruby_engine (0.1.0)
30+
buff-shell_out (0.1.1)
31+
buff-ruby_engine (~>0.1.0)
32+
builder (3.2.2)
33+
celluloid (0.14.1)
34+
timers (>=1.0.0)
35+
celluloid-io (0.14.1)
36+
celluloid (>=0.14.1)
37+
nio4r (>=0.4.5)
38+
chef (11.8.0)
39+
chef-zero (~>1.6,>=1.6.2)
40+
diff-lcs (~>1.2,>=1.2.4)
41+
erubis (~>2.7)
42+
highline (~>1.6,>=1.6.9)
43+
json (>=1.4.4,<=1.7.7)
44+
mime-types (~>1.16)
45+
mixlib-authentication (~>1.3)
46+
mixlib-cli (~>1.3)
47+
mixlib-config (~>2.0)
48+
mixlib-log (~>1.3)
49+
mixlib-shellout (~>1.2)
50+
net-ssh (~>2.6)
51+
net-ssh-multi (~>1.1.0)
52+
ohai (~>6.0)
53+
pry (~>0.9)
54+
puma (~>1.6)
55+
rest-client (>=1.0.4,<1.7.0)
56+
yajl-ruby (~>1.1)
57+
chef-zero (1.7.2)
58+
hashie (~>2.0)
59+
json
60+
mixlib-log (~>1.3)
61+
moneta (<0.7.0)
62+
rack
63+
chefspec (3.0.2)
64+
chef (~>11.0)
65+
fauxhai (~>2.0)
66+
rspec (~>2.14)
67+
chozo (0.6.1)
68+
activesupport (>=3.2.0)
69+
hashie (>=2.0.2)
70+
multi_json (>=1.3.0)
71+
coderay (1.1.0)
72+
diff-lcs (1.2.5)
73+
erubis (2.7.0)
74+
faraday (0.8.8)
75+
multipart-post (~>1.2.0)
76+
fauxhai (2.0.1)
77+
net-ssh
78+
ohai
79+
ffi (1.9.3)
80+
foodcritic (3.0.3)
81+
erubis
82+
gherkin (~>2.11.7)
83+
nokogiri (~>1.5.4)
84+
rake
85+
treetop (~>1.4.10)
86+
yajl-ruby (~>1.1.0)
87+
gherkin (2.11.8)
88+
multi_json (~>1.3)
89+
gssapi (1.0.3)
90+
ffi (>=1.0.1)
91+
gyoku (1.1.0)
92+
builder (>=2.1.2)
93+
hashie (2.0.5)
94+
highline (1.6.20)
95+
httpclient (2.3.4.1)
96+
httpi (0.9.7)
97+
rack
98+
i18n (0.6.9)
99+
ipaddress (0.8.0)
100+
json (1.7.7)
101+
little-plugger (1.1.3)
102+
logging (1.8.1)
103+
little-plugger (>=1.1.3)
104+
multi_json (>=1.3.6)
105+
method_source (0.8.2)
106+
mime-types (1.25.1)
107+
minitar (0.5.4)
108+
mixlib-authentication (1.3.0)
109+
mixlib-log
110+
mixlib-cli (1.4.0)
111+
mixlib-config (2.1.0)
112+
mixlib-log (1.6.0)
113+
mixlib-shellout (1.3.0)
114+
moneta (0.6.0)
115+
multi_json (1.8.2)
116+
multipart-post (1.2.0)
117+
net-http-persistent (2.9)
118+
net-ssh (2.7.0)
119+
net-ssh-gateway (1.2.0)
120+
net-ssh (>=2.6.5)
121+
net-ssh-multi (1.1)
122+
net-ssh (>=2.1.4)
123+
net-ssh-gateway (>=0.99.0)
124+
nio4r (0.5.0)
125+
nokogiri (1.5.11)
126+
nori (1.1.5)
127+
ohai (6.20.0)
128+
ipaddress
129+
mixlib-cli
130+
mixlib-config
131+
mixlib-log
132+
mixlib-shellout
133+
systemu (~>2.5.2)
134+
yajl-ruby
135+
polyglot (0.3.3)
136+
pry (0.9.12.4)
137+
coderay (~>1.0)
138+
method_source (~>0.8)
139+
slop (~>3.4)
140+
puma (1.6.3)
141+
rack (~>1.2)
142+
rack (1.5.2)
143+
rake (10.1.1)
144+
rbzip2 (0.2.0)
145+
rest-client (1.6.7)
146+
mime-types (>=1.16)
147+
retryable (1.3.3)
148+
ridley (1.5.3)
149+
addressable
150+
buff-config (~>0.2)
151+
buff-extensions (~>0.3)
152+
buff-ignore (~>1.1)
153+
buff-shell_out (~>0.1)
154+
celluloid (~>0.14.0)
155+
celluloid-io (~>0.14.0)
156+
erubis
157+
faraday (>=0.8.4)
158+
hashie (>=2.0.2)
159+
json (>=1.7.7)
160+
mixlib-authentication (>=1.3.0)
161+
net-http-persistent (>=2.8)
162+
net-ssh
163+
nio4r (>=0.5.0)
164+
retryable
165+
solve (>=0.4.4)
166+
varia_model (~>0.1)
167+
winrm (~>1.1.0)
168+
rspec (2.14.1)
169+
rspec-core (~>2.14.0)
170+
rspec-expectations (~>2.14.0)
171+
rspec-mocks (~>2.14.0)
172+
rspec-core (2.14.7)
173+
rspec-expectations (2.14.4)
174+
diff-lcs (>=1.1.3,<2.0)
175+
rspec-mocks (2.14.4)
176+
rubyntlm (0.1.1)
177+
savon (0.9.5)
178+
akami (~>1.0)
179+
builder (>=2.1.2)
180+
gyoku (>=0.4.0)
181+
httpi (~>0.9)
182+
nokogiri (>=1.4.0)
183+
nori (~>1.0)
184+
wasabi (~>1.0)
185+
slop (3.4.7)
186+
solve (0.8.2)
187+
systemu (2.5.2)
188+
thor (0.18.1)
189+
timers (1.1.0)
190+
treetop (1.4.15)
191+
polyglot
192+
polyglot (>=0.3.1)
193+
uuidtools (2.1.4)
194+
varia_model (0.2.0)
195+
buff-extensions (~>0.2)
196+
hashie (>=2.0.2)
197+
wasabi (1.0.0)
198+
nokogiri (>=1.4.0)
199+
winrm (1.1.3)
200+
gssapi (~>1.0.0)
201+
httpclient (~>2.2,>=2.2.0.2)
202+
logging (~>1.6,>=1.6.1)
203+
nokogiri (~>1.5)
204+
rubyntlm (~>0.1.1)
205+
savon (=0.9.5)
206+
uuidtools (~>2.1.2)
207+
yajl-ruby (1.1.0)
208+
209+
PLATFORMS
210+
ruby
211+
212+
DEPENDENCIES
213+
berkshelf (~>2.0)
214+
chefspec (~>3.0)
215+
foodcritic (>=3.0.3)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp