gcm_rails_mongo_mapper 0.0.2 → 0.0.3
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/gcm_rails_mongo_mapper.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
|
@@ -21,7 +21,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
21
21
|
gem.description = %Q{gcm_rails_mongo_mapper is a Ruby on Rails gem based on dondeng's gcm_on_rails gem (https://github.com/dondeng/gcm_on_rails). Same funcionality except this gem works with MongoMapper. This is my first gem so any feedback is greatly appreciated!}
|
|
22
22
|
gem.email = "kkelani@gmail.com"
|
|
23
23
|
gem.authors = ["Kevin Kelani"]
|
|
24
|
-
gem.version = "0.0.
|
|
24
|
+
gem.version = "0.0.3"
|
|
25
25
|
# dependencies defined in Gemfile
|
|
26
26
|
end
|
|
27
27
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|