solano_notify_and_deploy 0.0.4.3 → 0.0.4.4

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: 351bba74c96acccdea61dd7e821b39f9c35ca568
4
- data.tar.gz: 07de14f09120a537e3e910fdf19aa7458aa82e70
3
+ metadata.gz: 55109ac523ad2d71ee42ca773c8aa7188098b50d
4
+ data.tar.gz: af231f4180a7edda7921cff18cec9103646b1ca9
5
5
  SHA512:
6
- metadata.gz: 6d59318c367f67e82af24096e76a6068f69e4c5e453782981af0e58220086511bc634b9985522f1b7b2e5805dd0568bf3d645f4f98bf4a0d24ea8047163303ae
7
- data.tar.gz: 834b43c7d64832bfe1d553221dea458d870b6ad2fc8e9d8127d578d553415333a6787e7ebbd27b44303f6e29d3645ade3fa77880d08d911891ee033bcc2a4758
6
+ metadata.gz: 7044aced1a32d40b18ad046f7bc2edcdd2b246fe34fae1e39a4399712c4b68c86c3e9a45fa818a3150268232c085943c07481827ec5ee4097689ade0a5a6217d
7
+ data.tar.gz: e2e5c8fd56f958d5505fa5172958a66055984452ea4b3f54135355dd14917e6a56bc8f20fed05c02b7bc8171ad0eaf2479f38834cd7e041fe6d17ea5cf0ec239
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  :hooks:
3
3
  :worker_setup: RAILS_ENV=test bundle exec rake db:test:prepare
4
- :pre_setup: bundle exec rake solano:notify:build_start
4
+ #:pre_setup: bundle exec rake solano:notify:build_start # uncomment this line to get notified at the start of the ci run
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.3'
2
+ VERSION = '0.0.4.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.3
4
+ version: 0.0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nic Pillinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-17 00:00:00.000000000 Z
11
+ date: 2014-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler