soaring 0.1.18 → 0.1.19

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: 91f3db3f3699654ab86dfd0b4c525f2af47a6fff
4
- data.tar.gz: c7f25974430839bcdf163a6377e19a8ad21a552c
3
+ metadata.gz: 554569b281ab601e6bb732b38758a16984378643
4
+ data.tar.gz: 6134508193528496e7fd5fdc933ba559cb0983fd
5
5
  SHA512:
6
- metadata.gz: 4c814065b0f343aeaf9ff8adea5fd768c5d87c380d48d5f6de7c3a85b163edda6d4f30f453830d77b9cdf31e4fe70c1d2ce5389cbc798d65bbb2f4d0b146b1c7
7
- data.tar.gz: 1d528e82a2170f9c2bb092c0b05ac051d436e936e0254cfa4ab1c9bbaeab0edbc23a51dc74ea20687d9381365755d62652c1775a98a4d19dcaa5ebe8bde71bfb
6
+ metadata.gz: 245f6d5bfa18fc24f4d0addd089d0e94ccd4d3530ab0b7f10cd663fd3a24c187c279a81bd8dedf33160105cec9964cf295279ce54a7d2cea0add374eccdf0169
7
+ data.tar.gz: 4f60f939e3c70474ebfab41010413a956a49fd43778a36abf4708415e14a667817b2ebaa3ad4ea660cb0cd90c13adf2dd4bedf4631c1890dcc6a4069cf0b3298
@@ -12,7 +12,7 @@ module Soaring
12
12
  build_output_location = generate_build_output_location(@options[:project_root])
13
13
  update_project_release_information
14
14
  `mkdir -p #{@options[:project_root]}/build`
15
- `zip -r #{build_output_location} * .ebextensions --exclude=build/* --exclude=config/environment.yml`
15
+ `zip -r #{build_output_location} * .release_information .ebextensions --exclude=docker/* --exclude=jewels/* --exclude=spec/* --exclude=build/* --exclude=coverage/* --exclude=config/environment.yml`
16
16
  puts "Build packaged at #{build_output_location}"
17
17
  end
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module Soaring
2
- VERSION = "0.1.18"
2
+ VERSION = "0.1.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soaring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barney de Villiers