pushmeup 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.
@@ -44,7 +44,7 @@ module GCM
44
44
  if !n.collapse_key.nil? && n.time_to_live.nil?
45
45
  raise %q{If you are defining a "colapse key" you need a "time to live"}
46
46
  end
47
- if self.key.is_a?(Hash) && n.identity.nil?
47
+ if @key.is_a?(Hash) && n.identity.nil?
48
48
  raise %{If your key is a hash of keys you'l need to pass a identifier to the notification!}
49
49
  end
50
50
 
@@ -1,3 +1,3 @@
1
1
  module Pushmeup
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushmeup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-11 00:00:00.000000000 Z
12
+ date: 2012-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: 3085707259142359060
123
+ hash: -2951185572715016947
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements:
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: 3085707259142359060
132
+ hash: -2951185572715016947
133
133
  requirements: []
134
134
  rubyforge_project: pushmeup
135
135
  rubygems_version: 1.8.24