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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55109ac523ad2d71ee42ca773c8aa7188098b50d
|
|
4
|
+
data.tar.gz: af231f4180a7edda7921cff18cec9103646b1ca9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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 %>
|
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.
|
|
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-
|
|
11
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|