houston 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 601337973b7324c434f6b47e5ed2ace4146c0fed
4
- data.tar.gz: 29531ef75c6009a69268d969e9177ef3dd02af9f
3
+ metadata.gz: 0360680125f946fdb78c54e0a424c759b4f5023f
4
+ data.tar.gz: 25dff412f742d445e8a55d9c321c3edba77e7aa5
5
5
  SHA512:
6
- metadata.gz: 4f961aab88ab247bda590f79cad03ff48e397233219ceb83239b1f4699e5bc08ee8025537c9ec8d610157c4ee19d498f84375c783d2c6f54546f477bcb0c6845
7
- data.tar.gz: 6b723519ed7b15a5c52f71cc2f8505ada1e03ccc30a062a2634e618cf654da5dbc55421d4a202d2559d926b50fddcde0c3ecd4411409bec363db085f8796d17b
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.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.18)
14
- json (1.7.7)
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
@@ -1,5 +1,4 @@
1
- # Houston
2
- **Apple Push Notifications. No Dirigible Required**
1
+ ![Houston](https://raw.github.com/mattt/nomad-cli.com/assets/houston-banner.png)
3
2
 
4
3
  Push Notifications don't have to be difficult.
5
4
 
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 = @newsstand if @newsstand
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
@@ -1,5 +1,5 @@
1
1
  module Houston
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
4
4
 
5
5
  require 'houston/client'
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.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-04-30 00:00:00.000000000 Z
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