houston 0.2.2 → 0.2.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
- data/Gemfile.lock +3 -3
- data/README.md +1 -2
- data/bin/apn +1 -1
- data/houston-0.2.2.gem +0 -0
- data/lib/houston.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0360680125f946fdb78c54e0a424c759b4f5023f
|
|
4
|
+
data.tar.gz: 25dff412f742d445e8a55d9c321c3edba77e7aa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b3bd5a5652df5aa38881bb829079be1e22a54dc8e4aac541c5f027ba4167d49b2dfd70bd149a368c42c83f83409359ceb8b4ca697f7852a3489b760763ef76c
|
|
7
|
+
data.tar.gz: cdea2d646a61ddc61c31f3a62b418bbb09dba4f1b288b1b0934a90f451b3899be06d17c6161e2d73c7c217d1646bbb66f8f055c81e3350fc0c6581f5434e9cb6
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
houston (0.2.
|
|
4
|
+
houston (0.2.3)
|
|
5
5
|
commander (~> 4.1)
|
|
6
6
|
json
|
|
7
7
|
|
|
@@ -10,8 +10,8 @@ GEM
|
|
|
10
10
|
specs:
|
|
11
11
|
commander (4.1.3)
|
|
12
12
|
highline (~> 1.6.11)
|
|
13
|
-
highline (1.6.
|
|
14
|
-
json (1.
|
|
13
|
+
highline (1.6.19)
|
|
14
|
+
json (1.8.0)
|
|
15
15
|
rake (0.9.2.2)
|
|
16
16
|
rspec (0.6.4)
|
|
17
17
|
|
data/README.md
CHANGED
data/bin/apn
CHANGED
|
@@ -76,7 +76,7 @@ command :push do |c|
|
|
|
76
76
|
notification.alert = @alert if @alert
|
|
77
77
|
notification.badge = @badge if @badge
|
|
78
78
|
notification.sound = @sound if @sound
|
|
79
|
-
notification.content_available = @
|
|
79
|
+
notification.content_available = @content_available if @content_available
|
|
80
80
|
|
|
81
81
|
@notifications << notification
|
|
82
82
|
end
|
data/houston-0.2.2.gem
ADDED
|
Binary file
|
data/lib/houston.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: houston
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattt Thompson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|
|
@@ -78,6 +78,7 @@ files:
|
|
|
78
78
|
- ./Gemfile
|
|
79
79
|
- ./Gemfile.lock
|
|
80
80
|
- ./houston-0.2.1.gem
|
|
81
|
+
- ./houston-0.2.2.gem
|
|
81
82
|
- ./houston.gemspec
|
|
82
83
|
- ./lib/houston/client.rb
|
|
83
84
|
- ./lib/houston/connection.rb
|