egads 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac15e32883ac5e8a495f069f8a1a83858fad803d
4
- data.tar.gz: 3863e69ecf255560002a5f1a688e41af9cdc15c7
3
+ metadata.gz: 37e1fd020a9d28870ef833d93bd276c14550c0f8
4
+ data.tar.gz: ecaa1a3ffd459bde6121a6cab1a2d74c1abbf75c
5
5
  SHA512:
6
- metadata.gz: 603931347b4b909a10c72a98f1e576104ea2bf0b48f2c908cc0ad60debd0b9a63dfcf887af2fbb54fbc3bd0ea248516ddedf1655b97fa8f0698e546e69c9f322
7
- data.tar.gz: d50a3dbafa63734aac3cc5b104174938758979c75b6f2e44c5de1c4c657ca80fbacdcb4ca1b7328281f309b55a131696c2b811c10ce9e4dc22532e7fad300109
6
+ metadata.gz: ae11430a823ac2e4d0d3e25d6d9a780027f731914632c0680586fec49d82f91c1df2a024786878556261724a05e37f8372176e03e37ecd075ad987c8cc52f17c
7
+ data.tar.gz: 030626a7e708937b55f1f81d63f1f9899fc9245f34692c657abe5c45479104d5066c62759ea24129c6ca04b69ceecc77dda7bdc450f642b9f7a9b78a2d6c9bb9
@@ -33,7 +33,7 @@ Capistrano::Configuration.instance.load do
33
33
 
34
34
  desc "Checks that a deployable tarball is on S3; creates it if missing"
35
35
  task :upload do
36
- `bundle exec egads build`
36
+ `bundle exec egads build #{full_sha}`
37
37
  abort "Failed to upload build" if $?.exitstatus != 0
38
38
  end
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module Egads
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egads
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Suggs