voteable_mongoid 0.7.5 → 0.7.6
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/lib/voteable_mongoid/version.rb +1 -1
- data/voteable_mongoid.gemspec +1 -1
- metadata +2 -2
data/voteable_mongoid.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Alex Nguyen"]
|
|
10
10
|
s.email = ["alex@vinova.sg"]
|
|
11
|
-
s.homepage = "https://github.com/vinova/
|
|
11
|
+
s.homepage = "https://github.com/vinova/voteable_mongo"
|
|
12
12
|
s.summary = %q{Add Up / Down Voting for Mongoid}
|
|
13
13
|
s.description = %q{Renamed to voteable_mongo to support both Mongoid and MongoMapper.}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: voteable_mongoid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.7.
|
|
5
|
+
version: 0.7.6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Alex Nguyen
|
|
@@ -82,7 +82,7 @@ files:
|
|
|
82
82
|
- spec/voteable_mongoid/voteable_spec.rb
|
|
83
83
|
- spec/voteable_mongoid/voter_spec.rb
|
|
84
84
|
- voteable_mongoid.gemspec
|
|
85
|
-
homepage: https://github.com/vinova/
|
|
85
|
+
homepage: https://github.com/vinova/voteable_mongo
|
|
86
86
|
licenses: []
|
|
87
87
|
|
|
88
88
|
post_install_message:
|