eye-notify-hipchat 0.0.1 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 729b3cf5e5adcde7511288a53fb3e14d20150548
4
- data.tar.gz: 680dbe389f705f6f61a689f76b9f64f3988565c7
3
+ metadata.gz: 7384e389bf69072aa0259e736a115e9315adeca0
4
+ data.tar.gz: 4fad6ec2f6ae492b1262addd06674e53a6629093
5
5
  SHA512:
6
- metadata.gz: a695f1964ae2536b9d4f66aaeca57d3bb85c6f9520ee546ecfb62b84469223a859f0cfac4c3e089c03f52772fde977becf18de54fff8274d39f35c543ab03402
7
- data.tar.gz: 67dea0e2ad5994fbe147bbb89c12b0f936da4c444222c3f0025cedbce997b1bbbc1b2aedfeda2426894fdaf96aef8c20f11499200e4676507d7da2f733314656
6
+ metadata.gz: e2c0efd29544a072a7ac49cdfa4819ff3964704f1693327509c7b43ac8ff86a722bbac6e76a92a57886269832286fe725cfba3d82444a98050be9bc2f2a95b92
7
+ data.tar.gz: 8504a2e4f4adf9df04432977783a5c635dbaa75be2b8e6772747b29259490422eade1a886b6110d69faf49bde337b33dd86012f39d668dae441c602e5c13ebbd
data/.gitignore CHANGED
@@ -20,3 +20,5 @@ tmp
20
20
  *.o
21
21
  *.a
22
22
  mkmf.log
23
+ .ruby-version
24
+ .ruby-gemset
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Ryan Schlesinger"]
10
10
  spec.email = ["ryan@aceofsales.com"]
11
11
  spec.summary = %q{Adds a hipchat notifier to eye}
12
+ spec.homepage = 'https://github.com/aceofsales/eye-notify-hipchat'
12
13
  spec.license = "MIT"
13
14
 
14
15
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,7 +1,7 @@
1
1
  module Eye
2
2
  class Notify
3
3
  class Hipchat
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eye-notify-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Schlesinger
@@ -67,7 +67,7 @@ files:
67
67
  - eye-notify-hipchat.gemspec
68
68
  - lib/eye/notify/hipchat.rb
69
69
  - lib/eye/notify/hipchat/version.rb
70
- homepage:
70
+ homepage: https://github.com/aceofsales/eye-notify-hipchat
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}