cutlass 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +6 -6
- data/README.md +1 -1
- data/lib/cutlass/app.rb +3 -1
- data/lib/cutlass/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37d5a2eca394ec89a59906c1c5146b73596912198f8eea6e8cc9f97604512907
|
|
4
|
+
data.tar.gz: 46f89fb2766576f84958aa163de11d9fe661829641a9b2c2f814b1aa9b74271d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 634836ec72d9c6e0dd3acbd04c4b9dbcbb678ebfa9245ed9f5b1118096293e574b6e603e748575b02c85fc4d7a7ad81c805f5b6566d66d3bbdc144725cca8e04
|
|
7
|
+
data.tar.gz: 31f373061f0a75ef9efa2eaa2d332f7aa98b856ab7408070bfcb37302f7e38d459b1b96a13566d44ef0ca2c9d3c7b390de77cf6f0453b6b09e90502e0e579e0f
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cutlass (0.1.
|
|
4
|
+
cutlass (0.1.1)
|
|
5
5
|
docker-api (>= 2.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -13,7 +13,7 @@ GEM
|
|
|
13
13
|
docker-api (2.1.0)
|
|
14
14
|
excon (>= 0.47.0)
|
|
15
15
|
multi_json
|
|
16
|
-
excon (0.
|
|
16
|
+
excon (0.80.1)
|
|
17
17
|
multi_json (1.15.0)
|
|
18
18
|
parallel (1.20.1)
|
|
19
19
|
parallel_split_test (0.9.1)
|
|
@@ -38,7 +38,7 @@ GEM
|
|
|
38
38
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
39
|
rspec-support (~> 3.10.0)
|
|
40
40
|
rspec-support (3.10.2)
|
|
41
|
-
rubocop (1.
|
|
41
|
+
rubocop (1.12.1)
|
|
42
42
|
parallel (~> 1.10)
|
|
43
43
|
parser (>= 3.0.0.0)
|
|
44
44
|
rainbow (>= 2.2.2, < 4.0)
|
|
@@ -53,8 +53,8 @@ GEM
|
|
|
53
53
|
rubocop (>= 0.90.0, < 2.0)
|
|
54
54
|
rubocop-ast (>= 0.4.0)
|
|
55
55
|
ruby-progressbar (1.11.0)
|
|
56
|
-
standard (1.0.
|
|
57
|
-
rubocop (= 1.
|
|
56
|
+
standard (1.0.5)
|
|
57
|
+
rubocop (= 1.12.1)
|
|
58
58
|
rubocop-performance (= 1.10.1)
|
|
59
59
|
unicode-display_width (2.0.0)
|
|
60
60
|
yard (0.9.26)
|
|
@@ -74,4 +74,4 @@ DEPENDENCIES
|
|
|
74
74
|
yard
|
|
75
75
|
|
|
76
76
|
BUNDLED WITH
|
|
77
|
-
2.
|
|
77
|
+
2.2.15
|
data/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Cutlass.config do |config|
|
|
|
33
33
|
config.default_builder = "heroku/buildpacks:18"
|
|
34
34
|
|
|
35
35
|
# Where do your test fixtures live?
|
|
36
|
-
config.
|
|
36
|
+
config.default_repo_dirs = [File.join(__dir__, "..", "repos", "ruby_apps")]
|
|
37
37
|
|
|
38
38
|
# Where does your buildpack live?
|
|
39
39
|
# Can be a directory or a Cutlass:LocalBuildpack instance
|
data/lib/cutlass/app.rb
CHANGED
data/lib/cutlass/version.rb
CHANGED