voteable_mongoid 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module VoteableMongoid
2
- VERSION = '0.7.5'
2
+ VERSION = '0.7.6'
3
3
  end
@@ -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/voteable_mongoid"
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
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/voteable_mongoid
85
+ homepage: https://github.com/vinova/voteable_mongo
86
86
  licenses: []
87
87
 
88
88
  post_install_message: