mina-newrelic 0.0.1.rc → 0.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 +4 -4
- data/README.md +4 -1
- data/lib/mina/newrelic/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a31fd9badcb413bc01a60f535bbdf270af1f571
|
|
4
|
+
data.tar.gz: 08ca1281a03a081977f25f4c902d8fb7a5fc2fa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d02334f82509546663b2eb43e6a8a06f378096d6bb21522b25abcdc534c968c1fc7fc2f5be62d8fdecb272b3150f72cda885bae77558527ee4b9277c8451d994
|
|
7
|
+
data.tar.gz: 42567a13ce877029bba302654c4f5b1b978185a7e2070451162f3ff00b02dcefb5e42a26d56532633de41e2e9045c82f780a2f4024e88765cf1cd200b1f70df6
|
data/README.md
CHANGED
|
@@ -23,7 +23,10 @@ Or install it yourself as:
|
|
|
23
23
|
|
|
24
24
|
Add this to your `config/deploy.rb` file:
|
|
25
25
|
|
|
26
|
-
require 'mina/
|
|
26
|
+
require 'mina/newrelic'
|
|
27
|
+
|
|
28
|
+
_WARNING_: Invoking the task through the mina `deploy.rb` file as shown below will cause the notification to happen
|
|
29
|
+
before any of the other tasks are run due to the way mina evaluates the tasks. Hopefully this should be fixed soon.
|
|
27
30
|
|
|
28
31
|
Then either invoke the task as part of the deployment process:
|
|
29
32
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mina-newrelic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Navin Peiris
|
|
@@ -97,9 +97,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
version: '0'
|
|
98
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
|
-
- - '
|
|
100
|
+
- - '>='
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version:
|
|
102
|
+
version: '0'
|
|
103
103
|
requirements: []
|
|
104
104
|
rubyforge_project:
|
|
105
105
|
rubygems_version: 2.0.14
|