mongoid_rateable 0.3.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/.ruby-version +1 -0
- data/.travis.yml +16 -1
- data/Appraisals +15 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile +9 -7
- data/README.rdoc +12 -7
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/gemfiles/mongoid_3.gemfile +16 -0
- data/gemfiles/mongoid_3.gemfile.lock +119 -0
- data/gemfiles/mongoid_4.gemfile +16 -0
- data/gemfiles/mongoid_4.gemfile.lock +130 -0
- data/gemfiles/mongoid_5.gemfile +16 -0
- data/gemfiles/mongoid_5.gemfile.lock +126 -0
- data/gemfiles/mongoid_6.gemfile +16 -0
- data/gemfiles/mongoid_6.gemfile.lock +122 -0
- data/lib/mongoid_rateable.rb +0 -1
- data/lib/mongoid_rateable/rateable.rb +21 -12
- data/lib/mongoid_rateable/rating.rb +1 -1
- data/mongoid_rateable.gemspec +52 -38
- data/spec/models/post.rb +1 -0
- data/spec/models/user.rb +1 -0
- data/spec/rateable_spec.rb +40 -36
- data/spec/spec_helper.rb +20 -10
- data/spec/support/database_cleaner.rb +36 -0
- metadata +72 -36
- data/.rvmrc +0 -2
- data/Gemfile.lock +0 -85
- data/lib/mongoid_rateable/version.rb +0 -3
data/.rvmrc
DELETED
data/Gemfile.lock
DELETED
@@ -1,85 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: http://rubygems.org/
|
3
|
-
specs:
|
4
|
-
activemodel (3.2.18)
|
5
|
-
activesupport (= 3.2.18)
|
6
|
-
builder (~> 3.0.0)
|
7
|
-
activesupport (3.2.18)
|
8
|
-
i18n (~> 0.6, >= 0.6.4)
|
9
|
-
multi_json (~> 1.0)
|
10
|
-
addressable (2.3.6)
|
11
|
-
builder (3.0.4)
|
12
|
-
database_cleaner (0.9.1)
|
13
|
-
diff-lcs (1.2.5)
|
14
|
-
docile (1.1.5)
|
15
|
-
faraday (0.8.9)
|
16
|
-
multipart-post (~> 1.2.0)
|
17
|
-
git (1.2.7)
|
18
|
-
github_api (0.10.1)
|
19
|
-
addressable
|
20
|
-
faraday (~> 0.8.1)
|
21
|
-
hashie (>= 1.2)
|
22
|
-
multi_json (~> 1.4)
|
23
|
-
nokogiri (~> 1.5.2)
|
24
|
-
oauth2
|
25
|
-
hashie (3.0.0)
|
26
|
-
highline (1.6.21)
|
27
|
-
i18n (0.6.9)
|
28
|
-
jeweler (1.8.8)
|
29
|
-
builder
|
30
|
-
bundler (~> 1.0)
|
31
|
-
git (>= 1.2.5)
|
32
|
-
github_api (= 0.10.1)
|
33
|
-
highline (>= 1.6.15)
|
34
|
-
nokogiri (= 1.5.10)
|
35
|
-
rake
|
36
|
-
rdoc
|
37
|
-
json (1.8.1)
|
38
|
-
jwt (1.0.0)
|
39
|
-
mongoid (3.1.6)
|
40
|
-
activemodel (~> 3.2)
|
41
|
-
moped (~> 1.4)
|
42
|
-
origin (~> 1.0)
|
43
|
-
tzinfo (~> 0.3.29)
|
44
|
-
moped (1.5.2)
|
45
|
-
multi_json (1.10.1)
|
46
|
-
multi_xml (0.5.5)
|
47
|
-
multipart-post (1.2.0)
|
48
|
-
nokogiri (1.5.10)
|
49
|
-
oauth2 (0.9.4)
|
50
|
-
faraday (>= 0.8, < 0.10)
|
51
|
-
jwt (~> 1.0)
|
52
|
-
multi_json (~> 1.3)
|
53
|
-
multi_xml (~> 0.5)
|
54
|
-
rack (~> 1.2)
|
55
|
-
origin (1.1.0)
|
56
|
-
rack (1.5.2)
|
57
|
-
rake (10.3.2)
|
58
|
-
rdoc (3.12.2)
|
59
|
-
json (~> 1.4)
|
60
|
-
rspec (2.99.0)
|
61
|
-
rspec-core (~> 2.99.0)
|
62
|
-
rspec-expectations (~> 2.99.0)
|
63
|
-
rspec-mocks (~> 2.99.0)
|
64
|
-
rspec-core (2.99.1)
|
65
|
-
rspec-expectations (2.99.1)
|
66
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
67
|
-
rspec-mocks (2.99.1)
|
68
|
-
simplecov (0.8.2)
|
69
|
-
docile (~> 1.1.0)
|
70
|
-
multi_json
|
71
|
-
simplecov-html (~> 0.8.0)
|
72
|
-
simplecov-html (0.8.0)
|
73
|
-
tzinfo (0.3.39)
|
74
|
-
|
75
|
-
PLATFORMS
|
76
|
-
ruby
|
77
|
-
|
78
|
-
DEPENDENCIES
|
79
|
-
bundler (~> 1)
|
80
|
-
database_cleaner (~> 0)
|
81
|
-
jeweler (~> 1.6)
|
82
|
-
mongoid (~> 3.0)
|
83
|
-
rdoc (~> 3)
|
84
|
-
rspec (~> 2.0)
|
85
|
-
simplecov (~> 0.4)
|