Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit b5b3a24

Browse files
committed
updates
1 parent bd0145c commit b5b3a24

File tree

4 files changed

+59
-53
lines changed

4 files changed

+59
-53
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ script: "./script/cibuild"
33
gemfile: "this/does/not/exist"
44
rvm:
55
- "1.8.7"
6+
- "2.0.0"

Gemfile

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

3-
gem "cardboard", "~> 1.0"
3+
gem "cardboard", "~> 2.1"

Gemfile.lock

Lines changed: 56 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,80 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.3.5)
4+
CFPropertyList (2.2.8)
5+
addressable (2.3.6)
56
ansi (1.4.3)
6-
boxen (1.5.2)
7+
boxen (2.6.0)
78
ansi (~> 1.4)
89
hiera (~> 1.0)
910
highline (~> 1.6)
1011
json_pure (>= 1.7.7, < 2.0)
11-
librarian-puppet (~> 0.9.10)
12-
octokit (~> 1.15)
12+
librarian-puppet (~> 1.0.0)
13+
octokit (~> 2.7, >= 2.7.1)
1314
puppet (~> 3.0)
14-
cardboard (1.0.4)
15-
boxen (~> 1.0)
15+
cardboard (2.1.0)
16+
boxen (~> 2.1)
1617
puppet-lint (~> 0.3)
1718
puppetlabs_spec_helper (~> 0.4)
18-
rspec-puppet (~> 0.1)
19-
diff-lcs (1.2.4)
20-
facter (1.7.2)
21-
faraday (0.8.7)
22-
multipart-post (~> 1.1)
23-
faraday_middleware (0.9.0)
24-
faraday (>= 0.7.4, < 0.9)
25-
hashie (2.0.5)
26-
hiera (1.2.1)
19+
rspec-puppet (~> 1.0)
20+
diff-lcs (1.2.5)
21+
facter (2.0.2)
22+
CFPropertyList (~> 2.2.6)
23+
faraday (0.9.0)
24+
multipart-post (>= 1.2, < 3)
25+
hiera (1.3.4)
2726
json_pure
28-
highline (1.6.19)
29-
json (1.8.0)
30-
json_pure (1.8.0)
31-
librarian-puppet (0.9.10)
32-
json
27+
highline (1.6.21)
28+
json (1.8.1)
29+
json_pure (1.8.1)
30+
librarian (0.1.2)
31+
highline
3332
thor (~> 0.15)
34-
metaclass (0.0.1)
35-
mocha (0.14.0)
33+
librarian-puppet (1.0.3)
34+
json
35+
librarian (>= 0.1.2)
36+
metaclass (0.0.4)
37+
mocha (1.1.0)
3638
metaclass (~> 0.0.1)
37-
multi_json (1.7.7)
38-
multipart-post (1.2.0)
39-
netrc (0.7.7)
40-
octokit (1.25.0)
41-
addressable (~> 2.2)
42-
faraday (~> 0.8)
43-
faraday_middleware (~> 0.9)
44-
hashie (~> 2.0)
45-
multi_json (~> 1.3)
46-
netrc (~> 0.7.7)
47-
puppet (3.2.3)
48-
facter (~> 1.6)
39+
multipart-post (2.0.0)
40+
octokit (2.7.2)
41+
sawyer (~> 0.5.2)
42+
puppet (3.6.2)
43+
facter (> 1.6, < 3)
4944
hiera (~> 1.0)
45+
json_pure
5046
rgen (~> 0.6.5)
5147
puppet-lint (0.3.2)
52-
puppetlabs_spec_helper (0.4.1)
53-
mocha (>= 0.10.5)
48+
puppetlabs_spec_helper (0.5.1)
49+
mocha
50+
puppet
51+
puppet-lint
5452
rake
55-
rspec (>= 2.9.0)
56-
rspec-puppet (>= 0.1.1)
57-
rake (10.1.0)
58-
rgen (0.6.5)
59-
rspec (2.14.1)
60-
rspec-core (~> 2.14.0)
61-
rspec-expectations (~> 2.14.0)
62-
rspec-mocks (~> 2.14.0)
63-
rspec-core (2.14.4)
64-
rspec-expectations (2.14.0)
65-
diff-lcs (>= 1.1.3, < 2.0)
66-
rspec-mocks (2.14.1)
67-
rspec-puppet (0.1.6)
6853
rspec
69-
thor (0.18.1)
54+
rspec-puppet
55+
rake (10.3.2)
56+
rgen (0.6.6)
57+
rspec (3.0.0)
58+
rspec-core (~> 3.0.0)
59+
rspec-expectations (~> 3.0.0)
60+
rspec-mocks (~> 3.0.0)
61+
rspec-core (3.0.0)
62+
rspec-support (~> 3.0.0)
63+
rspec-expectations (3.0.0)
64+
diff-lcs (>= 1.2.0, < 2.0)
65+
rspec-support (~> 3.0.0)
66+
rspec-mocks (3.0.1)
67+
rspec-support (~> 3.0.0)
68+
rspec-puppet (1.0.1)
69+
rspec
70+
rspec-support (3.0.0)
71+
sawyer (0.5.4)
72+
addressable (~> 2.3.5)
73+
faraday (~> 0.8, < 0.10)
74+
thor (0.19.1)
7075

7176
PLATFORMS
7277
ruby
7378

7479
DEPENDENCIES
75-
cardboard (~> 1.0)
80+
cardboard (~> 2.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Squirrel Puppet Module for Boxen
22
[![Build
3-
Status](https://travis-ci.org/fundon/puppet-squirrel.png?branch=master)](https://travis-ci.org/fundon/puppet-squirrel)
3+
Status](https://travis-ci.org/boxen/puppet-squirrel.svg?branch=master)](https://travis-ci.org/boxen/puppet-squirrel)
44

55
Install [Squirrel](https://github.com/lotem/squirrel), 【鼠鬚管】輸入法.
66

0 commit comments

Comments
 (0)