Skip to content

Commit

Permalink
updated the gemspec (bundler and jeweler versions -- so they work wit…
Browse files Browse the repository at this point in the history
…h older versions of rubygems) and bumped the version, linux compatibility -- reading the exact number of bytes from the socket
  • Loading branch information
PRXci committed Jan 4, 2011
1 parent e06e388 commit 5327611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
3 changes: 2 additions & 1 deletion apn_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{apn_on_rails}
s.version = "0.4.1"
s.version = "0.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["markbates", "Rebecca Nesson"]
Expand Down Expand Up @@ -43,6 +43,7 @@ easily add Apple Push Notification (iPhone) support to your Rails application.
"generators/templates/apn_migrations/009_create_pull_notifications.rb",
"generators/templates/apn_migrations/010_alter_apn_notifications.rb",
"generators/templates/apn_migrations/011_make_device_token_index_nonunique.rb",
"generators/templates/apn_migrations/012_add_launch_notification_to_apn_pull_notifications.rb",
"lib/apn_on_rails.rb",
"lib/apn_on_rails/apn_on_rails.rb",
"lib/apn_on_rails/app/models/apn/app.rb",
Expand Down

0 comments on commit 5327611

Please sign in to comment.