mongoid_rateable 0.3.3 → 0.4.0

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/.rvmrc DELETED
@@ -1,2 +0,0 @@
1
- rvm_gemset_create_on_use_flag=1
2
- rvm use 1.9.3@mongoid_rateable
@@ -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)
@@ -1,3 +0,0 @@
1
- module MongoidRateable
2
- VERSION = '0.3.3'
3
- end