dashy4r 0.1.1 → 0.1.2
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 +5 -5
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/dashy4r.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
SHA1:
|
|
3
|
-
data.tar.gz: 71e4a504166eb347e8cb2367a2f5bed0f9be911c
|
|
4
|
-
metadata.gz: 8e732abf1d6bc6035790ecb6c3539f7bb66314cb
|
|
5
2
|
SHA512:
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
metadata.gz: 0482fc0cf879e7107c6029a587b337585af5ca7fa57d55c01a89451074f2c9b01b27b92bf1b24570cbdf5452cc6872057cfe9802f1c9920d8c8d46ee66d397c3
|
|
4
|
+
data.tar.gz: 186720facbc6181ea25006fc8e6de009c1bd1ff655970c96a4140cf4e5074ebfec85f7527433037538fb571a632c32180bcbb9020a86ac7fcddd8c89b1463dad
|
|
5
|
+
SHA1:
|
|
6
|
+
metadata.gz: 7c3075e4b40103c02ec8ba498941419bf03c55af
|
|
7
|
+
data.tar.gz: df5ae3f89aaedec648a90025f472af82bff87e2c
|
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
|
17
17
|
gem.name = "dashy4r"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/thoughtworks/dashy4r"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = "dashy4r is a gem that helps you use ruby to integrate with [Dashy](https://github.com/thoughtworks/dashy)"
|
|
21
21
|
gem.description = "Intercept endpoint calls to notify a Dash server about endpoint status"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/dashy4r.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "dashy4r"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["ThoughtWorks"]
|
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
"lib/dashy/runner.rb",
|
|
31
31
|
"lib/dashy4r.rb"
|
|
32
32
|
]
|
|
33
|
-
s.homepage = "http://github.com/
|
|
33
|
+
s.homepage = "http://github.com/thoughtworks/dashy4r"
|
|
34
34
|
s.licenses = ["MIT"]
|
|
35
35
|
s.require_paths = ["lib"]
|
|
36
36
|
s.required_ruby_version = Gem::Requirement.new("~> 1.8.7")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dashy4r
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ThoughtWorks
|
|
@@ -93,7 +93,7 @@ files:
|
|
|
93
93
|
- lib/dashy/rest_interface.rb
|
|
94
94
|
- lib/dashy/runner.rb
|
|
95
95
|
- lib/dashy4r.rb
|
|
96
|
-
homepage: http://github.com/
|
|
96
|
+
homepage: http://github.com/thoughtworks/dashy4r
|
|
97
97
|
licenses:
|
|
98
98
|
- MIT
|
|
99
99
|
metadata: {}
|