grocer 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/grocer.gemspec +12 -2
  3. data/lib/grocer/version.rb +1 -1
  4. metadata +18 -13
data/README.md CHANGED
@@ -8,7 +8,7 @@ Service](http://developer.apple.com/library/mac/#documentation/NetworkingInterne
8
8
  to send push notifications to iOS devices.
9
9
 
10
10
  There are other gems out there to do this, but *grocer* plans to be the
11
- cleanest, most extensible, and best maintained.
11
+ cleanest, most extensible, and friendliest.
12
12
 
13
13
  ## Installation
14
14
 
data/grocer.gemspec CHANGED
@@ -4,8 +4,18 @@ require File.expand_path('../lib/grocer/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ['Andy Lindeman', 'Steven Harman', 'Patrick Van Stee']
6
6
  gem.email = ['andy@highgroove.com', 'steven@highgroove.com', 'vanstee@highgroove.com']
7
- gem.description = %q{Pushing your Apple notifications since 2012.}
8
- gem.summary = %q{Pushing your Apple notifications since 2012.}
7
+ gem.summary = %q{Pushing Apple notifications since 2012.}
8
+ gem.description = <<-DESC
9
+ Grocer interfaces with the Apple Push
10
+ Notification Service to send push
11
+ notifications to iOS devices and collect
12
+ notification feedback via the Feedback
13
+ Service.
14
+
15
+ There are other gems out there to do this,
16
+ but Grocer plans to be the cleanest, most
17
+ extensible, and friendliest.
18
+ DESC
9
19
  gem.homepage = 'https://github.com/highgroove/grocer'
10
20
 
11
21
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Grocer
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grocer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ date: 2012-03-31 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rspec
18
- requirement: &70193834218040 !ruby/object:Gem::Requirement
18
+ requirement: &70197978198360 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ~>
@@ -23,10 +23,10 @@ dependencies:
23
23
  version: 2.9.0
24
24
  type: :development
25
25
  prerelease: false
26
- version_requirements: *70193834218040
26
+ version_requirements: *70197978198360
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
- requirement: &70193834216820 !ruby/object:Gem::Requirement
29
+ requirement: &70197978197120 !ruby/object:Gem::Requirement
30
30
  none: false
31
31
  requirements:
32
32
  - - ~>
@@ -34,10 +34,10 @@ dependencies:
34
34
  version: 0.9.8
35
35
  type: :development
36
36
  prerelease: false
37
- version_requirements: *70193834216820
37
+ version_requirements: *70197978197120
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: mocha
40
- requirement: &70193834216380 !ruby/object:Gem::Requirement
40
+ requirement: &70197978196740 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ! '>='
@@ -45,10 +45,10 @@ dependencies:
45
45
  version: '0'
46
46
  type: :development
47
47
  prerelease: false
48
- version_requirements: *70193834216380
48
+ version_requirements: *70197978196740
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: bourne
51
- requirement: &70193834215860 !ruby/object:Gem::Requirement
51
+ requirement: &70197978196160 !ruby/object:Gem::Requirement
52
52
  none: false
53
53
  requirements:
54
54
  - - ! '>='
@@ -56,10 +56,10 @@ dependencies:
56
56
  version: '0'
57
57
  type: :development
58
58
  prerelease: false
59
- version_requirements: *70193834215860
59
+ version_requirements: *70197978196160
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: rake
62
- requirement: &70193834215440 !ruby/object:Gem::Requirement
62
+ requirement: &70197978195740 !ruby/object:Gem::Requirement
63
63
  none: false
64
64
  requirements:
65
65
  - - ! '>='
@@ -67,8 +67,13 @@ dependencies:
67
67
  version: '0'
68
68
  type: :development
69
69
  prerelease: false
70
- version_requirements: *70193834215440
71
- description: Pushing your Apple notifications since 2012.
70
+ version_requirements: *70197978195740
71
+ description: ! " Grocer interfaces with the Apple Push\n
72
+ \ Notification Service to send push\n notifications
73
+ to iOS devices and collect\n notification feedback via
74
+ the Feedback\n Service.\n\n There
75
+ are other gems out there to do this,\n but Grocer plans
76
+ to be the cleanest, most\n extensible, and friendliest.\n"
72
77
  email:
73
78
  - andy@highgroove.com
74
79
  - steven@highgroove.com
@@ -136,7 +141,7 @@ rubyforge_project:
136
141
  rubygems_version: 1.8.17
137
142
  signing_key:
138
143
  specification_version: 3
139
- summary: Pushing your Apple notifications since 2012.
144
+ summary: Pushing Apple notifications since 2012.
140
145
  test_files:
141
146
  - spec/fixtures/example.cer
142
147
  - spec/fixtures/example.key