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 +4 -4
- data/firebell.gemspec +1 -1
- data/lib/firebell/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90003d78353451ba926e468b53be0a456c81ede8
|
4
|
+
data.tar.gz: 0f7e58c610f22decc28bd817e804bb7222f4fbb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|
data/lib/firebell/version.rb
CHANGED
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.
|
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-
|
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
|
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: []
|