solano_notify_and_deploy 0.0.4.2 → 0.0.4.3

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: d6f25f9af568a973adcf8a758342b2354dfd20f7
4
- data.tar.gz: 2dd9f37674edaf3b41c8d862aa73b523345e7b7b
3
+ metadata.gz: 351bba74c96acccdea61dd7e821b39f9c35ca568
4
+ data.tar.gz: 07de14f09120a537e3e910fdf19aa7458aa82e70
5
5
  SHA512:
6
- metadata.gz: 7dd8014221924920d85e2da4008ae63b040b1e04fb79c8b94b7798e155c95e1e5153b8a2b7649d8682d43ad47a35cc1d226d544b5722d4995390789f42a13ff9
7
- data.tar.gz: 66ad8d2c113e721205e75677c780d7206815870628fa10fa16db80c0ff3055dc834d28358f15b0b7f702ad757b5690918395eafbe1ff250ba49f0873698c4be9
6
+ metadata.gz: 6d59318c367f67e82af24096e76a6068f69e4c5e453782981af0e58220086511bc634b9985522f1b7b2e5805dd0568bf3d645f4f98bf4a0d24ea8047163303ae
7
+ data.tar.gz: 834b43c7d64832bfe1d553221dea458d870b6ad2fc8e9d8127d578d553415333a6787e7ebbd27b44303f6e29d3645ade3fa77880d08d911891ee033bcc2a4758
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  :hooks:
3
3
  :worker_setup: RAILS_ENV=test bundle exec rake db:test:prepare
4
- :early: bundle exec rake solano:notify:build_start
4
+ :pre_setup: bundle exec rake solano:notify:build_start
5
5
  <%- if deploy_hook_url.nil? %>
6
6
  :post_build: bundle exec rake solano:notify:build_complete
7
7
  <%- else %>
@@ -1,3 +1,3 @@
1
1
  module SolanoNotifyAndDeploy
2
- VERSION = '0.0.4.2'
2
+ VERSION = '0.0.4.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solano_notify_and_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.2
4
+ version: 0.0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nic Pillinger