mongoid-letsrate 1.0.15 → 1.0.16

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: 080ce829eec6fb9f49d2a61a939777bfe3883df6
4
- data.tar.gz: 3069069fb471922c02571a492e6219d90e810e0e
3
+ metadata.gz: bb2a23833d872dba0f7d1f9cfd3908e1449b5bd4
4
+ data.tar.gz: bd1ea674c7f1c4a3b1e5d5f82edff24603725c3e
5
5
  SHA512:
6
- metadata.gz: 198323ec44c96aa741350f90a56020c55c0dbed3b0145f8d94d41dfb83d483308af8f49bc4b6e87648dfa2796a7367c8c530d3c9760f3fd99c9bee92180f28fe
7
- data.tar.gz: efcf00725a028b178326180af497844ce7552a18b5441a6ddbe578081822445e775fa1fb78f39a789de42c48d11675418f8dd6c7f16b5219747b973fe9f59670
6
+ metadata.gz: 4d33ebf51a4aeca1995335e80f2009360ad8e4c1b85ce16fe51f13a9eeab331f4e826daf4290e02934f536ea0dbdb04eaa279e4d36b8045863bc4f236d41629a
7
+ data.tar.gz: 10f3e5fdf4d6ee02afeb77efccfba86ffaeb172669589f4505fa2690284874091ab3143bb3f21331573f3e6cf881f2d5d3c1f64954667ff0785168ffa5e7e673
data/.travis.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - "1.9.3"
4
- - "2.0.0"
5
3
  - "2.1.0"
4
+ - "2.2.4"
5
+ - "2.3.0"
6
6
  # uncomment this line if your project needs to run something other than `rake`:
7
- # script: bundle exec rspec spec
7
+ # script: bundle exec rspec spec
data/Gemfile.lock CHANGED
@@ -1,95 +1,91 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-letsrate (1.0.15)
4
+ mongoid-letsrate (1.0.16)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- actionpack (4.2.2)
10
- actionview (= 4.2.2)
11
- activesupport (= 4.2.2)
9
+ actionpack (4.2.6)
10
+ actionview (= 4.2.6)
11
+ activesupport (= 4.2.6)
12
12
  rack (~> 1.6)
13
13
  rack-test (~> 0.6.2)
14
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)
15
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
16
+ actionview (4.2.6)
17
+ activesupport (= 4.2.6)
18
18
  builder (~> 3.1)
19
19
  erubis (~> 2.7.0)
20
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)
21
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
22
+ activemodel (4.2.6)
23
+ activesupport (= 4.2.6)
24
24
  builder (~> 3.1)
25
- activesupport (4.2.2)
25
+ activesupport (4.2.6)
26
26
  i18n (~> 0.7)
27
27
  json (~> 1.7, >= 1.7.7)
28
28
  minitest (~> 5.1)
29
29
  thread_safe (~> 0.3, >= 0.3.4)
30
30
  tzinfo (~> 1.1)
31
- bson (3.1.0)
31
+ bson (4.1.0)
32
32
  builder (3.2.2)
33
- connection_pool (2.2.0)
34
33
  diff-lcs (1.2.5)
35
34
  erubis (2.7.0)
36
35
  i18n (0.7.0)
37
- jquery-rails (4.0.4)
38
- rails-dom-testing (~> 1.0)
36
+ jquery-rails (4.1.1)
37
+ rails-dom-testing (>= 1, < 3)
39
38
  railties (>= 4.2.0)
40
39
  thor (>= 0.14, < 2.0)
41
40
  json (1.8.3)
42
- loofah (2.0.2)
41
+ loofah (2.0.3)
43
42
  nokogiri (>= 1.5.9)
44
- mini_portile (0.6.2)
45
- minitest (5.7.0)
46
- mongoid (4.0.2)
43
+ mini_portile2 (2.0.0)
44
+ minitest (5.8.4)
45
+ mongo (2.2.4)
46
+ bson (~> 4.0)
47
+ mongoid (5.1.3)
47
48
  activemodel (~> 4.0)
48
- moped (~> 2.0.0)
49
- origin (~> 2.1)
49
+ mongo (~> 2.1)
50
+ origin (~> 2.2)
50
51
  tzinfo (>= 0.3.37)
51
- mongoid-rspec (2.2.0)
52
- mongoid (~> 4.0.0)
52
+ mongoid-rspec (3.0.0)
53
+ mongoid (~> 5.0)
53
54
  rake
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)
55
+ rspec (~> 3.3)
56
+ nokogiri (1.6.7.2)
57
+ mini_portile2 (~> 2.0.0.rc2)
58
+ origin (2.2.0)
63
59
  rack (1.6.4)
64
60
  rack-test (0.6.3)
65
61
  rack (>= 1.0)
66
62
  rails-deprecated_sanitizer (1.0.3)
67
63
  activesupport (>= 4.2.0.alpha)
68
- rails-dom-testing (1.0.6)
64
+ rails-dom-testing (1.0.7)
69
65
  activesupport (>= 4.2.0.beta, < 5.0)
70
66
  nokogiri (~> 1.6.0)
71
67
  rails-deprecated_sanitizer (>= 1.0.1)
72
- rails-html-sanitizer (1.0.2)
68
+ rails-html-sanitizer (1.0.3)
73
69
  loofah (~> 2.0)
74
- railties (4.2.2)
75
- actionpack (= 4.2.2)
76
- activesupport (= 4.2.2)
70
+ railties (4.2.6)
71
+ actionpack (= 4.2.6)
72
+ activesupport (= 4.2.6)
77
73
  rake (>= 0.8.7)
78
74
  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)
75
+ rake (11.1.2)
76
+ rspec (3.4.0)
77
+ rspec-core (~> 3.4.0)
78
+ rspec-expectations (~> 3.4.0)
79
+ rspec-mocks (~> 3.4.0)
80
+ rspec-core (3.4.4)
81
+ rspec-support (~> 3.4.0)
82
+ rspec-expectations (3.4.0)
87
83
  diff-lcs (>= 1.2.0, < 2.0)
88
- rspec-support (~> 3.3.0)
89
- rspec-mocks (3.3.1)
84
+ rspec-support (~> 3.4.0)
85
+ rspec-mocks (3.4.1)
90
86
  diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.3.0)
92
- rspec-support (3.3.0)
87
+ rspec-support (~> 3.4.0)
88
+ rspec-support (3.4.1)
93
89
  thor (0.19.1)
94
90
  thread_safe (0.3.5)
95
91
  tzinfo (1.2.2)
@@ -106,3 +102,6 @@ DEPENDENCIES
106
102
  mongoid-letsrate!
107
103
  mongoid-rspec
108
104
  rspec
105
+
106
+ BUNDLED WITH
107
+ 1.11.2
@@ -1,6 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Mongoid
3
3
  module Letsrate
4
- VERSION = '1.0.15'
4
+ VERSION = '1.0.16'
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.15
4
+ version: 1.0.16
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: 2015-06-23 00:00:00.000000000 Z
12
+ date: 2016-04-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec