themockerpush 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
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
 
@@ -1,3 +1,3 @@
1
1
  module Themockerpush
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -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 = "http://www.themockerpush.com"
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.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: 2012-12-17 00:00:00.000000000 Z
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: http://www.themockerpush.com
35
+ homepage: https://github.com/11factory/themockerpush-gem
36
36
  licenses: []
37
37
  post_install_message:
38
38
  rdoc_options: []