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.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/dashy4r.gemspec +2 -2
  5. 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
- data.tar.gz: bdc6ba3c0a8cb06dfaf81653db6f46d144385e059ff534c69e866dcb5b988406d49dcfb15fde57c5ff86ca75a379370f6c5ad6c367be5d527da5bf77827afc14
7
- metadata.gz: 98efbe0e69f00098da65bd5062b04df457ebd410e4130c5d3f955922381ab9ecdac8969661b1b04538332e483f6bf081f8d29aa556f29ae0456c378e5dfe4923
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/fabiopereira/dashy4r"
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
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.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/fabiopereira/dashy4r"
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.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/fabiopereira/dashy4r
96
+ homepage: http://github.com/thoughtworks/dashy4r
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}