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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 554569b281ab601e6bb732b38758a16984378643
4
- data.tar.gz: 6134508193528496e7fd5fdc933ba559cb0983fd
3
+ metadata.gz: 9ff1e95d686e8714d540429bec8f49d9c1cd0dff
4
+ data.tar.gz: 6c736c6c3f95ec891b809a55273397b713ec666d
5
5
  SHA512:
6
- metadata.gz: 245f6d5bfa18fc24f4d0addd089d0e94ccd4d3530ab0b7f10cd663fd3a24c187c279a81bd8dedf33160105cec9964cf295279ce54a7d2cea0add374eccdf0169
7
- data.tar.gz: 4f60f939e3c70474ebfab41010413a956a49fd43778a36abf4708415e14a667817b2ebaa3ad4ea660cb0cd90c13adf2dd4bedf4631c1890dcc6a4069cf0b3298
6
+ metadata.gz: aa0e2ab2925ca069ffedb4df5d9b8451c05ec955fa88ae2d2ce8d05a9236e8372595a90d999d7e7f8da9e17f865b54d6b6c015365e273f5e21e87e953e6eb6f9
7
+ data.tar.gz: 600d2eb7eb5e1e8b0e9d3630a0b015b271a57ae5cc5b61bfee3efc4fda3130dc3aeae7b2c6c20db731c96e99602fe64103973fad8bde8764cb0687385faef5eb
@@ -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]}`
@@ -1,3 +1,3 @@
1
1
  module Soaring
2
- VERSION = "0.1.19"
2
+ VERSION = "0.1.20"
3
3
  end
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.19
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-18 00:00:00.000000000 Z
11
+ date: 2016-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler