firebell 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6394b4f7cb61bbe7f7c8c3d0c3b8c2c8302a0cb1
4
- data.tar.gz: 58d67944ba3d390cfadf214a72dbe7dd971d5dce
3
+ metadata.gz: 90003d78353451ba926e468b53be0a456c81ede8
4
+ data.tar.gz: 0f7e58c610f22decc28bd817e804bb7222f4fbb8
5
5
  SHA512:
6
- metadata.gz: e21ee46e48bef37d7b02c7a62d6310e377760ff0f28679a26602887a1d0f70f721166190f0d79bc86c1c48e7f37bed84eb71cce2ffe315d5ec35ba9225746b9d
7
- data.tar.gz: 03e59ac23a816ea4842fd70c3989fc858bdc487aeb2d60952ae05c57efc6b8ea07c03e35c14d5790a50ec5332bf9f4faaabeb0f3e15d013049dbb2b945b7ecca
6
+ metadata.gz: e7e3172a62f55f54f9edb945db983753287193b7527b32dd0cc0d9cb285aad958ade6425b10976f14f29ae3fda9b0a82d6326943b36588b4479e1979af2513c7
7
+ data.tar.gz: cbde1569b9e2b1d61f1a42ff03bf377dd2ddefe8bcac4ff9490f5f217788a5c8ab507ac659defab6b1db99ed7bf019227ad4543f0959abb8e9a946d23868b4a8
data/firebell.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Luke Carpenter"]
10
10
  spec.email = ["x@rubynerd.net"]
11
11
  spec.summary = %q{Push notifications as a service}
12
- spec.description = %q{A ruby client for Firebell, push notifications as a service}
12
+ spec.description = %q{A ruby client for https://firebellapp.com - push notifications as a service}
13
13
  spec.homepage = "https://github.com/ghostworks/firebell"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Firebell
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firebell
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
  - Luke Carpenter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-20 00:00:00.000000000 Z
11
+ date: 2014-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: A ruby client for Firebell, push notifications as a service
69
+ description: A ruby client for https://firebellapp.com - push notifications as a service
70
70
  email:
71
71
  - x@rubynerd.net
72
72
  executables: []