mongoid-letsrate 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15e0364db64cb2444b376275ef14f1d1c24ac6e2
4
- data.tar.gz: 240fd5b76501813bd6cde26411bd793e2977ae28
3
+ metadata.gz: 080ce829eec6fb9f49d2a61a939777bfe3883df6
4
+ data.tar.gz: 3069069fb471922c02571a492e6219d90e810e0e
5
5
  SHA512:
6
- metadata.gz: 0163ff14591f75bf48a72774922a9a0c8489dd5d90b4d3516b57f5c5d67ff69f316196f2a2e30955224ebda9759b667ae604b6e62b19611861091fd328ebe554
7
- data.tar.gz: 8fde05c198c4a68665881469ece2b84a2b9777cddb8fdc4df93a8e438c1d3e73dca7dfb99fd51b448c7586025dcf1fb555f224526554b2b636e96fc55dd8289a
6
+ metadata.gz: 198323ec44c96aa741350f90a56020c55c0dbed3b0145f8d94d41dfb83d483308af8f49bc4b6e87648dfa2796a7367c8c530d3c9760f3fd99c9bee92180f28fe
7
+ data.tar.gz: efcf00725a028b178326180af497844ce7552a18b5441a6ddbe578081822445e775fa1fb78f39a789de42c48d11675418f8dd6c7f16b5219747b973fe9f59670
data/.travis.yml CHANGED
@@ -3,6 +3,5 @@ rvm:
3
3
  - "1.9.3"
4
4
  - "2.0.0"
5
5
  - "2.1.0"
6
- - jruby-19mode
7
6
  # uncomment this line if your project needs to run something other than `rake`:
8
7
  # script: bundle exec rspec spec
data/Gemfile.lock CHANGED
@@ -1,83 +1,99 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-letsrate (1.0.14)
4
+ mongoid-letsrate (1.0.15)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- actionpack (3.2.17)
10
- activemodel (= 3.2.17)
11
- activesupport (= 3.2.17)
12
- builder (~> 3.0.0)
9
+ actionpack (4.2.2)
10
+ actionview (= 4.2.2)
11
+ activesupport (= 4.2.2)
12
+ rack (~> 1.6)
13
+ rack-test (~> 0.6.2)
14
+ rails-dom-testing (~> 1.0, >= 1.0.5)
15
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
16
+ actionview (4.2.2)
17
+ activesupport (= 4.2.2)
18
+ builder (~> 3.1)
13
19
  erubis (~> 2.7.0)
14
- journey (~> 1.0.4)
15
- rack (~> 1.4.5)
16
- rack-cache (~> 1.2)
17
- rack-test (~> 0.6.1)
18
- sprockets (~> 2.2.1)
19
- activemodel (3.2.17)
20
- activesupport (= 3.2.17)
21
- builder (~> 3.0.0)
22
- activesupport (3.2.17)
23
- i18n (~> 0.6, >= 0.6.4)
24
- multi_json (~> 1.0)
25
- bson (2.2.1)
26
- builder (3.0.4)
20
+ rails-dom-testing (~> 1.0, >= 1.0.5)
21
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
22
+ activemodel (4.2.2)
23
+ activesupport (= 4.2.2)
24
+ builder (~> 3.1)
25
+ activesupport (4.2.2)
26
+ i18n (~> 0.7)
27
+ json (~> 1.7, >= 1.7.7)
28
+ minitest (~> 5.1)
29
+ thread_safe (~> 0.3, >= 0.3.4)
30
+ tzinfo (~> 1.1)
31
+ bson (3.1.0)
32
+ builder (3.2.2)
33
+ connection_pool (2.2.0)
27
34
  diff-lcs (1.2.5)
28
35
  erubis (2.7.0)
29
- hike (1.2.3)
30
- i18n (0.6.9)
31
- journey (1.0.4)
32
- jquery-rails (3.1.0)
33
- railties (>= 3.0, < 5.0)
36
+ i18n (0.7.0)
37
+ jquery-rails (4.0.4)
38
+ rails-dom-testing (~> 1.0)
39
+ railties (>= 4.2.0)
34
40
  thor (>= 0.14, < 2.0)
35
- json (1.8.1)
36
- mongoid (3.1.6)
37
- activemodel (~> 3.2)
38
- moped (~> 1.4)
39
- origin (~> 1.0)
40
- tzinfo (~> 0.3.29)
41
- mongoid-rspec (1.11.0)
42
- mongoid (~> 3.1.6)
41
+ json (1.8.3)
42
+ loofah (2.0.2)
43
+ nokogiri (>= 1.5.9)
44
+ mini_portile (0.6.2)
45
+ minitest (5.7.0)
46
+ mongoid (4.0.2)
47
+ activemodel (~> 4.0)
48
+ moped (~> 2.0.0)
49
+ origin (~> 2.1)
50
+ tzinfo (>= 0.3.37)
51
+ mongoid-rspec (2.2.0)
52
+ mongoid (~> 4.0.0)
43
53
  rake
44
- rspec (>= 2.14)
45
- moped (1.5.2)
46
- multi_json (1.9.0)
47
- origin (1.1.0)
48
- rack (1.4.5)
49
- rack-cache (1.2)
50
- rack (>= 0.4)
51
- rack-ssl (1.3.3)
52
- rack
53
- rack-test (0.6.2)
54
+ rspec (~> 3.1)
55
+ moped (2.0.6)
56
+ bson (~> 3.0)
57
+ connection_pool (~> 2.0)
58
+ optionable (~> 0.2.0)
59
+ nokogiri (1.6.6.2)
60
+ mini_portile (~> 0.6.0)
61
+ optionable (0.2.0)
62
+ origin (2.1.1)
63
+ rack (1.6.4)
64
+ rack-test (0.6.3)
54
65
  rack (>= 1.0)
55
- railties (3.2.17)
56
- actionpack (= 3.2.17)
57
- activesupport (= 3.2.17)
58
- rack-ssl (~> 1.3.2)
66
+ rails-deprecated_sanitizer (1.0.3)
67
+ activesupport (>= 4.2.0.alpha)
68
+ rails-dom-testing (1.0.6)
69
+ activesupport (>= 4.2.0.beta, < 5.0)
70
+ nokogiri (~> 1.6.0)
71
+ rails-deprecated_sanitizer (>= 1.0.1)
72
+ rails-html-sanitizer (1.0.2)
73
+ loofah (~> 2.0)
74
+ railties (4.2.2)
75
+ actionpack (= 4.2.2)
76
+ activesupport (= 4.2.2)
59
77
  rake (>= 0.8.7)
60
- rdoc (~> 3.4)
61
- thor (>= 0.14.6, < 2.0)
62
- rake (10.1.1)
63
- rdoc (3.12.2)
64
- json (~> 1.4)
65
- rspec (2.14.1)
66
- rspec-core (~> 2.14.0)
67
- rspec-expectations (~> 2.14.0)
68
- rspec-mocks (~> 2.14.0)
69
- rspec-core (2.14.8)
70
- rspec-expectations (2.14.5)
71
- diff-lcs (>= 1.1.3, < 2.0)
72
- rspec-mocks (2.14.6)
73
- sprockets (2.2.2)
74
- hike (~> 1.2)
75
- multi_json (~> 1.0)
76
- rack (~> 1.0)
77
- tilt (~> 1.1, != 1.3.0)
78
- thor (0.18.1)
79
- tilt (1.4.1)
80
- tzinfo (0.3.38)
78
+ thor (>= 0.18.1, < 2.0)
79
+ rake (10.4.2)
80
+ rspec (3.3.0)
81
+ rspec-core (~> 3.3.0)
82
+ rspec-expectations (~> 3.3.0)
83
+ rspec-mocks (~> 3.3.0)
84
+ rspec-core (3.3.1)
85
+ rspec-support (~> 3.3.0)
86
+ rspec-expectations (3.3.0)
87
+ diff-lcs (>= 1.2.0, < 2.0)
88
+ rspec-support (~> 3.3.0)
89
+ rspec-mocks (3.3.1)
90
+ diff-lcs (>= 1.2.0, < 2.0)
91
+ rspec-support (~> 3.3.0)
92
+ rspec-support (3.3.0)
93
+ thor (0.19.1)
94
+ thread_safe (0.3.5)
95
+ tzinfo (1.2.2)
96
+ thread_safe (~> 0.1)
81
97
 
82
98
  PLATFORMS
83
99
  ruby
@@ -1,6 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Mongoid
3
3
  module Letsrate
4
- VERSION = '1.0.14'
4
+ VERSION = '1.0.15'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-letsrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Johann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-11 00:00:00.000000000 Z
12
+ date: 2015-06-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  requirements: []
123
123
  rubyforge_project:
124
- rubygems_version: 2.2.0
124
+ rubygems_version: 2.4.5
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: Provides the best solution to add rating functionality to your models using