notifiable-apns-grocer 0.9.1 → 0.9.2

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: 81729dc0fc60be1069aadd8c321ffb3d51fd2904
4
- data.tar.gz: 811ae14c2a604c90acf5605e49ad16d477de56c2
3
+ metadata.gz: 3c93d207045d385543328378c3b2a8599d3263dd
4
+ data.tar.gz: 216667de8a48363778d2c8d9bba91d1856e1ed56
5
5
  SHA512:
6
- metadata.gz: 8097aaff2dfc5971b0bfc994938404cfff294d83d734ad9b6db7dbc5452145fcadf71721cdeb751146bd6fe4deb7c96a9eaadf2ad3f000ed93dda2307df0a36e
7
- data.tar.gz: 1435d4d30d38b2129788a7ed6c7aa02ca584bfb51566fd86933a4c707fcf895d447b47cf25828cd170d67bcf6c42efa27d973d12f397e8633137474b2dfe891c
6
+ metadata.gz: 88bf1a0ec973d3cd9b3424ae411d35a7c572e887ee217c524e892a49fdae609b12c8de9f5e68ccdb64c92a35a0061d0d28ae1382d0085e717796e17f595472b5
7
+ data.tar.gz: 5c0d1c890ef904da91a93c66bef085171eb2202dca140644b5276af46fb6fb74772e1e0509c8141513ea184b422ab9ee5f226a318e557bacdf1f7e0bc71bced9
data/README.md CHANGED
@@ -1,3 +1,29 @@
1
1
  # Notifiable::Apns::Grocer
2
2
 
3
- Please refer to the [notifiable-rails](https://github.com/FutureWorkshops/notifiable-rails) Readme for further information.
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'notifiable-apns-grocer'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install notifiable-apns-grocer
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create new Pull Request
@@ -44,11 +44,11 @@ module Notifiable
44
44
  process_feedback unless self.test_env?
45
45
  end
46
46
 
47
- private
48
- def sandbox?
49
- self.sandbox.eql? "1"
50
- end
51
-
47
+ def sandbox?
48
+ self.sandbox.eql? "1"
49
+ end
50
+
51
+ private
52
52
  def gateway_config
53
53
  {
54
54
  certificate: self.certificate,
@@ -1,7 +1,7 @@
1
1
  module Notifiable
2
2
  module Apns
3
3
  module Grocer
4
- VERSION = "0.9.1"
4
+ VERSION = "0.9.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-apns-grocer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Kocemba