themockerpush 1.0.0 → 1.0.1
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.
- data/README.md +1 -1
- data/lib/themockerpush/version.rb +1 -1
- data/themockerpush.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Themockerpush - iPhone push notifications as a service
|
|
2
2
|
|
|
3
3
|
**TheMockerPush** aims to be easy iphone notifications pushing.
|
|
4
|
-
This gems is a wrapper of the [REST API provided](http://www.themockerpush.com/documentation) by themockerpush.
|
|
4
|
+
This gems is a wrapper of the [REST API provided](http://www.themockerpush.com/documentation) by [themockerpush](http://www.themockerpush.com/).
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
data/themockerpush.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["laurent@11factory.fr"]
|
|
11
11
|
gem.description = %q{iPhone push notifications as a service - client}
|
|
12
12
|
gem.summary = %q{iPhone push notifications as a service - client}
|
|
13
|
-
gem.homepage = "
|
|
13
|
+
gem.homepage = "https://github.com/11factory/themockerpush-gem"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: themockerpush
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
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:
|
|
12
|
+
date: 2013-01-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: iPhone push notifications as a service - client
|
|
15
15
|
email:
|
|
@@ -32,7 +32,7 @@ files:
|
|
|
32
32
|
- test/notification_test.rb
|
|
33
33
|
- test/test_helper.rb
|
|
34
34
|
- themockerpush.gemspec
|
|
35
|
-
homepage:
|
|
35
|
+
homepage: https://github.com/11factory/themockerpush-gem
|
|
36
36
|
licenses: []
|
|
37
37
|
post_install_message:
|
|
38
38
|
rdoc_options: []
|