soaring 0.1.19 → 0.1.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/soaring/initializer.rb +1 -0
- data/lib/soaring/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ff1e95d686e8714d540429bec8f49d9c1cd0dff
|
4
|
+
data.tar.gz: 6c736c6c3f95ec891b809a55273397b713ec666d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa0e2ab2925ca069ffedb4df5d9b8451c05ec955fa88ae2d2ce8d05a9236e8372595a90d999d7e7f8da9e17f865b54d6b6c015365e273f5e21e87e953e6eb6f9
|
7
|
+
data.tar.gz: 600d2eb7eb5e1e8b0e9d3630a0b015b271a57ae5cc5b61bfee3efc4fda3130dc3aeae7b2c6c20db731c96e99602fe64103973fad8bde8764cb0687385faef5eb
|
data/lib/soaring/initializer.rb
CHANGED
@@ -20,6 +20,7 @@ module Soaring
|
|
20
20
|
`yes | cp -rf #{temporary_soar_sc_folder}/config #{@options[:project_root]}`
|
21
21
|
`yes | cp -rf #{temporary_soar_sc_folder}/docker #{@options[:project_root]}`
|
22
22
|
`yes | cp -rf #{temporary_soar_sc_folder}/lib #{@options[:project_root]}`
|
23
|
+
`yes | cp -rf #{temporary_soar_sc_folder}/spec #{@options[:project_root]}`
|
23
24
|
`yes | cp -rf #{temporary_soar_sc_folder}/smaak #{@options[:project_root]}`
|
24
25
|
`yes | cp -rf #{temporary_soar_sc_folder}/config.ru #{@options[:project_root]}`
|
25
26
|
`yes | cp -rf #{temporary_soar_sc_folder}/Gemfile #{@options[:project_root]}`
|
data/lib/soaring/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: soaring
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Barney de Villiers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|