librato-rake-deploytrack 0.0.2 → 0.0.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 +4 -4
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ef482207a5f8679208323559a351356c221b69a
|
|
4
|
+
data.tar.gz: e246ba1ca977a511018c2e4fd17309f57bc9883d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 361391e66a2adb956201fd3e4643a92edd408d05071f05542fd736a98a169644d630cb14d8d447ed887a76d07afc824c92397727587d1ac0292c538437931888
|
|
7
|
+
data.tar.gz: 69b3af5de99e0c2b5342ba61bf912f005346af8c06a8eab47c95e21eee22f79dfb6e9c90648de13da0a37301bf11b5f748630ca5fec62afa92b3773491835456
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: librato-rake-deploytrack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ole Michaelis
|
|
@@ -14,32 +14,33 @@ dependencies:
|
|
|
14
14
|
name: rake
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '10.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '10.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: librato-metrics
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '1.3'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '1.3'
|
|
41
41
|
description: Rake tasks to keep track of your deploys in Librato Metrics, using the
|
|
42
|
-
Annotationstreams!
|
|
42
|
+
Annotationstreams! Librato Rake Deploytrack is a collection of raketasks. So you
|
|
43
|
+
should be able to include them in every application utilizing rake.
|
|
43
44
|
email: Ole.Michaelis@googlemail.com
|
|
44
45
|
executables: []
|
|
45
46
|
extensions: []
|