voteable_mongo 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.9.1
2
+ * Update gem description
3
+
1
4
  == 0.9.0
2
5
  * Add MongoMapper support
3
6
  * Simplify voting algorithm
data/TODO CHANGED
@@ -1,8 +1,3 @@
1
- * Use mongo_ruby_driver as much as possible
2
- * Move mongoid dependency to a separate module
3
- * Learn from other gems how they manage and support multiple adaptors
4
- - https://github.com/pluginaweek/state_machine/tree/master/lib/state_machine/integrations
5
- - https://github.com/ianwhite/orm_adapter
6
- * Add support for mongo_mapper
7
1
  * Add options hash validations
8
2
  * Refactor specs
3
+ * More test cases for Tasks module
@@ -1,3 +1,3 @@
1
1
  module VoteableMongo
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ['alex@vinova.sg']
11
11
  s.homepage = 'https://github.com/vinova/voteable_mongo'
12
12
  s.summary = %q{Add Up / Down Voting for Mongoid and MongoMapper}
13
- s.description = %q{Built for speed by using only one database request per collection to validate, update, and retrieve updated data}
13
+ s.description = %q{Add Up / Down Voting for Mongoid and MongoMapper. Built for speed by using only one database request per collection to validate, update, and retrieve updated data.}
14
14
 
15
15
  s.add_development_dependency 'rspec', '~> 2.5.0'
16
16
  s.add_development_dependency 'mongoid', '~> 2.0.0'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: voteable_mongo
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.0
5
+ version: 0.9.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Nguyen
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: 1.3.0
57
57
  type: :development
58
58
  version_requirements: *id004
59
- description: Built for speed by using only one database request per collection to validate, update, and retrieve updated data
59
+ description: Add Up / Down Voting for Mongoid and MongoMapper. Built for speed by using only one database request per collection to validate, update, and retrieve updated data.
60
60
  email:
61
61
  - alex@vinova.sg
62
62
  executables: []