mongoid-embedded-errors 2.1.1 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
- #
4
- # This file was generated by Bundler.
5
- #
6
- # The application '_guard-core' is installed as part of a gem, and
7
- # this file is here to facilitate running it.
8
- #
9
-
10
- require "pathname"
11
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12
- Pathname.new(__FILE__).realpath)
13
-
14
- require "rubygems"
15
- require "bundler/setup"
16
-
17
- load Gem.bin_path("guard", "_guard-core")
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
- #
4
- # This file was generated by Bundler.
5
- #
6
- # The application 'appraisal' is installed as part of a gem, and
7
- # this file is here to facilitate running it.
8
- #
9
-
10
- require "pathname"
11
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12
- Pathname.new(__FILE__).realpath)
13
-
14
- require "rubygems"
15
- require "bundler/setup"
16
-
17
- load Gem.bin_path("appraisal", "appraisal")
data/bin/guard DELETED
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
- #
4
- # This file was generated by Bundler.
5
- #
6
- # The application 'guard' is installed as part of a gem, and
7
- # this file is here to facilitate running it.
8
- #
9
-
10
- require "pathname"
11
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12
- Pathname.new(__FILE__).realpath)
13
-
14
- require "rubygems"
15
- require "bundler/setup"
16
-
17
- load Gem.bin_path("guard", "guard")
data/bin/rake DELETED
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
- #
4
- # This file was generated by Bundler.
5
- #
6
- # The application 'rake' is installed as part of a gem, and
7
- # this file is here to facilitate running it.
8
- #
9
-
10
- require "pathname"
11
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12
- Pathname.new(__FILE__).realpath)
13
-
14
- require "rubygems"
15
- require "bundler/setup"
16
-
17
- load Gem.bin_path("rake", "rake")
data/bin/rspec DELETED
@@ -1,17 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
- #
4
- # This file was generated by Bundler.
5
- #
6
- # The application 'rspec' is installed as part of a gem, and
7
- # this file is here to facilitate running it.
8
- #
9
-
10
- require "pathname"
11
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12
- Pathname.new(__FILE__).realpath)
13
-
14
- require "rubygems"
15
- require "bundler/setup"
16
-
17
- load Gem.bin_path("rspec-core", "rspec")
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rspec"
6
- gem "database_cleaner"
7
- gem "guard-rspec"
8
- gem "appraisal"
9
- gem "mongoid", "~> 3.0"
10
-
11
- gemspec :path => "../"
@@ -1,98 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- mongoid-embedded-errors (2.0.1)
5
- mongoid (>= 3.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (3.2.22.5)
11
- activesupport (= 3.2.22.5)
12
- builder (~> 3.0.0)
13
- activesupport (3.2.22.5)
14
- i18n (~> 0.6, >= 0.6.4)
15
- multi_json (~> 1.0)
16
- appraisal (2.1.0)
17
- bundler
18
- rake
19
- thor (>= 0.14.0)
20
- builder (3.0.4)
21
- coderay (1.1.1)
22
- database_cleaner (1.5.3)
23
- diff-lcs (1.2.5)
24
- ffi (1.9.14)
25
- formatador (0.2.5)
26
- guard (2.14.0)
27
- formatador (>= 0.2.4)
28
- listen (>= 2.7, < 4.0)
29
- lumberjack (~> 1.0)
30
- nenv (~> 0.1)
31
- notiffany (~> 0.0)
32
- pry (>= 0.9.12)
33
- shellany (~> 0.0)
34
- thor (>= 0.18.1)
35
- guard-compat (1.2.1)
36
- guard-rspec (4.7.3)
37
- guard (~> 2.1)
38
- guard-compat (~> 1.1)
39
- rspec (>= 2.99.0, < 4.0)
40
- i18n (0.7.0)
41
- listen (3.1.5)
42
- rb-fsevent (~> 0.9, >= 0.9.4)
43
- rb-inotify (~> 0.9, >= 0.9.7)
44
- ruby_dep (~> 1.2)
45
- lumberjack (1.0.10)
46
- method_source (0.8.2)
47
- mongoid (3.1.7)
48
- activemodel (~> 3.2)
49
- moped (~> 1.4)
50
- origin (~> 1.0)
51
- tzinfo (~> 0.3.29)
52
- moped (1.5.3)
53
- multi_json (1.12.1)
54
- nenv (0.3.0)
55
- notiffany (0.1.1)
56
- nenv (~> 0.1)
57
- shellany (~> 0.0)
58
- origin (1.1.0)
59
- pry (0.10.4)
60
- coderay (~> 1.1.0)
61
- method_source (~> 0.8.1)
62
- slop (~> 3.4)
63
- rake (11.3.0)
64
- rb-fsevent (0.9.7)
65
- rb-inotify (0.9.7)
66
- ffi (>= 0.5.0)
67
- rspec (3.5.0)
68
- rspec-core (~> 3.5.0)
69
- rspec-expectations (~> 3.5.0)
70
- rspec-mocks (~> 3.5.0)
71
- rspec-core (3.5.3)
72
- rspec-support (~> 3.5.0)
73
- rspec-expectations (3.5.0)
74
- diff-lcs (>= 1.2.0, < 2.0)
75
- rspec-support (~> 3.5.0)
76
- rspec-mocks (3.5.0)
77
- diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.5.0)
79
- rspec-support (3.5.0)
80
- ruby_dep (1.4.0)
81
- shellany (0.0.1)
82
- slop (3.6.0)
83
- thor (0.19.1)
84
- tzinfo (0.3.51)
85
-
86
- PLATFORMS
87
- ruby
88
-
89
- DEPENDENCIES
90
- appraisal
91
- database_cleaner
92
- guard-rspec
93
- mongoid (~> 3.0)
94
- mongoid-embedded-errors!
95
- rspec
96
-
97
- BUNDLED WITH
98
- 1.12.5
@@ -1,110 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- mongoid-embedded-errors (2.0.1)
5
- mongoid (>= 3.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (4.2.6)
11
- activesupport (= 4.2.6)
12
- builder (~> 3.1)
13
- activesupport (4.2.6)
14
- i18n (~> 0.7)
15
- json (~> 1.7, >= 1.7.7)
16
- minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
- tzinfo (~> 1.1)
19
- appraisal (2.1.0)
20
- bundler
21
- rake
22
- thor (>= 0.14.0)
23
- bson (3.2.6)
24
- builder (3.2.2)
25
- coderay (1.1.1)
26
- connection_pool (2.2.0)
27
- database_cleaner (1.5.3)
28
- diff-lcs (1.2.5)
29
- ffi (1.9.14)
30
- formatador (0.2.5)
31
- guard (2.14.0)
32
- formatador (>= 0.2.4)
33
- listen (>= 2.7, < 4.0)
34
- lumberjack (~> 1.0)
35
- nenv (~> 0.1)
36
- notiffany (~> 0.0)
37
- pry (>= 0.9.12)
38
- shellany (~> 0.0)
39
- thor (>= 0.18.1)
40
- guard-compat (1.2.1)
41
- guard-rspec (4.7.3)
42
- guard (~> 2.1)
43
- guard-compat (~> 1.1)
44
- rspec (>= 2.99.0, < 4.0)
45
- i18n (0.7.0)
46
- json (1.8.3)
47
- listen (3.1.5)
48
- rb-fsevent (~> 0.9, >= 0.9.4)
49
- rb-inotify (~> 0.9, >= 0.9.7)
50
- ruby_dep (~> 1.2)
51
- lumberjack (1.0.10)
52
- method_source (0.8.2)
53
- minitest (5.9.0)
54
- mongoid (4.0.2)
55
- activemodel (~> 4.0)
56
- moped (~> 2.0.0)
57
- origin (~> 2.1)
58
- tzinfo (>= 0.3.37)
59
- moped (2.0.7)
60
- bson (~> 3.0)
61
- connection_pool (~> 2.0)
62
- optionable (~> 0.2.0)
63
- nenv (0.3.0)
64
- notiffany (0.1.1)
65
- nenv (~> 0.1)
66
- shellany (~> 0.0)
67
- optionable (0.2.0)
68
- origin (2.2.0)
69
- pry (0.10.4)
70
- coderay (~> 1.1.0)
71
- method_source (~> 0.8.1)
72
- slop (~> 3.4)
73
- rake (11.3.0)
74
- rb-fsevent (0.9.7)
75
- rb-inotify (0.9.7)
76
- ffi (>= 0.5.0)
77
- rspec (3.5.0)
78
- rspec-core (~> 3.5.0)
79
- rspec-expectations (~> 3.5.0)
80
- rspec-mocks (~> 3.5.0)
81
- rspec-core (3.5.3)
82
- rspec-support (~> 3.5.0)
83
- rspec-expectations (3.5.0)
84
- diff-lcs (>= 1.2.0, < 2.0)
85
- rspec-support (~> 3.5.0)
86
- rspec-mocks (3.5.0)
87
- diff-lcs (>= 1.2.0, < 2.0)
88
- rspec-support (~> 3.5.0)
89
- rspec-support (3.5.0)
90
- ruby_dep (1.4.0)
91
- shellany (0.0.1)
92
- slop (3.6.0)
93
- thor (0.19.1)
94
- thread_safe (0.3.5)
95
- tzinfo (1.2.2)
96
- thread_safe (~> 0.1)
97
-
98
- PLATFORMS
99
- ruby
100
-
101
- DEPENDENCIES
102
- appraisal
103
- database_cleaner
104
- guard-rspec
105
- mongoid (~> 4.0)
106
- mongoid-embedded-errors!
107
- rspec
108
-
109
- BUNDLED WITH
110
- 1.12.5
@@ -1,106 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- mongoid-embedded-errors (2.0.1)
5
- mongoid (>= 3.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (4.2.7.1)
11
- activesupport (= 4.2.7.1)
12
- builder (~> 3.1)
13
- activesupport (4.2.7.1)
14
- i18n (~> 0.7)
15
- json (~> 1.7, >= 1.7.7)
16
- minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
- tzinfo (~> 1.1)
19
- appraisal (2.1.0)
20
- bundler
21
- rake
22
- thor (>= 0.14.0)
23
- bson (4.1.1)
24
- builder (3.2.2)
25
- coderay (1.1.1)
26
- database_cleaner (1.5.3)
27
- diff-lcs (1.2.5)
28
- ffi (1.9.14)
29
- formatador (0.2.5)
30
- guard (2.14.0)
31
- formatador (>= 0.2.4)
32
- listen (>= 2.7, < 4.0)
33
- lumberjack (~> 1.0)
34
- nenv (~> 0.1)
35
- notiffany (~> 0.0)
36
- pry (>= 0.9.12)
37
- shellany (~> 0.0)
38
- thor (>= 0.18.1)
39
- guard-compat (1.2.1)
40
- guard-rspec (4.7.3)
41
- guard (~> 2.1)
42
- guard-compat (~> 1.1)
43
- rspec (>= 2.99.0, < 4.0)
44
- i18n (0.7.0)
45
- json (1.8.3)
46
- listen (3.1.5)
47
- rb-fsevent (~> 0.9, >= 0.9.4)
48
- rb-inotify (~> 0.9, >= 0.9.7)
49
- ruby_dep (~> 1.2)
50
- lumberjack (1.0.10)
51
- method_source (0.8.2)
52
- minitest (5.9.1)
53
- mongo (2.3.0)
54
- bson (~> 4.1)
55
- mongoid (5.1.4)
56
- activemodel (~> 4.0)
57
- mongo (~> 2.1)
58
- origin (~> 2.2)
59
- tzinfo (>= 0.3.37)
60
- nenv (0.3.0)
61
- notiffany (0.1.1)
62
- nenv (~> 0.1)
63
- shellany (~> 0.0)
64
- origin (2.2.0)
65
- pry (0.10.4)
66
- coderay (~> 1.1.0)
67
- method_source (~> 0.8.1)
68
- slop (~> 3.4)
69
- rake (11.3.0)
70
- rb-fsevent (0.9.7)
71
- rb-inotify (0.9.7)
72
- ffi (>= 0.5.0)
73
- rspec (3.5.0)
74
- rspec-core (~> 3.5.0)
75
- rspec-expectations (~> 3.5.0)
76
- rspec-mocks (~> 3.5.0)
77
- rspec-core (3.5.3)
78
- rspec-support (~> 3.5.0)
79
- rspec-expectations (3.5.0)
80
- diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.5.0)
82
- rspec-mocks (3.5.0)
83
- diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.5.0)
85
- rspec-support (3.5.0)
86
- ruby_dep (1.4.0)
87
- shellany (0.0.1)
88
- slop (3.6.0)
89
- thor (0.19.1)
90
- thread_safe (0.3.5)
91
- tzinfo (1.2.2)
92
- thread_safe (~> 0.1)
93
-
94
- PLATFORMS
95
- ruby
96
-
97
- DEPENDENCIES
98
- appraisal
99
- database_cleaner
100
- guard-rspec
101
- mongoid (~> 5.0)
102
- mongoid-embedded-errors!
103
- rspec
104
-
105
- BUNDLED WITH
106
- 1.12.5
@@ -1,100 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- mongoid-embedded-errors (2.0.1)
5
- mongoid (>= 3.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (5.0.0.1)
11
- activesupport (= 5.0.0.1)
12
- activesupport (5.0.0.1)
13
- concurrent-ruby (~> 1.0, >= 1.0.2)
14
- i18n (~> 0.7)
15
- minitest (~> 5.1)
16
- tzinfo (~> 1.1)
17
- appraisal (2.1.0)
18
- bundler
19
- rake
20
- thor (>= 0.14.0)
21
- bson (4.1.1)
22
- coderay (1.1.1)
23
- concurrent-ruby (1.0.2)
24
- database_cleaner (1.5.3)
25
- diff-lcs (1.2.5)
26
- ffi (1.9.14)
27
- formatador (0.2.5)
28
- guard (2.14.0)
29
- formatador (>= 0.2.4)
30
- listen (>= 2.7, < 4.0)
31
- lumberjack (~> 1.0)
32
- nenv (~> 0.1)
33
- notiffany (~> 0.0)
34
- pry (>= 0.9.12)
35
- shellany (~> 0.0)
36
- thor (>= 0.18.1)
37
- guard-compat (1.2.1)
38
- guard-rspec (4.7.3)
39
- guard (~> 2.1)
40
- guard-compat (~> 1.1)
41
- rspec (>= 2.99.0, < 4.0)
42
- i18n (0.7.0)
43
- listen (3.1.5)
44
- rb-fsevent (~> 0.9, >= 0.9.4)
45
- rb-inotify (~> 0.9, >= 0.9.7)
46
- ruby_dep (~> 1.2)
47
- lumberjack (1.0.10)
48
- method_source (0.8.2)
49
- minitest (5.9.1)
50
- mongo (2.3.0)
51
- bson (~> 4.1)
52
- mongoid (6.0.0)
53
- activemodel (~> 5.0)
54
- mongo (~> 2.3)
55
- nenv (0.3.0)
56
- notiffany (0.1.1)
57
- nenv (~> 0.1)
58
- shellany (~> 0.0)
59
- pry (0.10.4)
60
- coderay (~> 1.1.0)
61
- method_source (~> 0.8.1)
62
- slop (~> 3.4)
63
- rake (11.3.0)
64
- rb-fsevent (0.9.7)
65
- rb-inotify (0.9.7)
66
- ffi (>= 0.5.0)
67
- rspec (3.5.0)
68
- rspec-core (~> 3.5.0)
69
- rspec-expectations (~> 3.5.0)
70
- rspec-mocks (~> 3.5.0)
71
- rspec-core (3.5.3)
72
- rspec-support (~> 3.5.0)
73
- rspec-expectations (3.5.0)
74
- diff-lcs (>= 1.2.0, < 2.0)
75
- rspec-support (~> 3.5.0)
76
- rspec-mocks (3.5.0)
77
- diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.5.0)
79
- rspec-support (3.5.0)
80
- ruby_dep (1.4.0)
81
- shellany (0.0.1)
82
- slop (3.6.0)
83
- thor (0.19.1)
84
- thread_safe (0.3.5)
85
- tzinfo (1.2.2)
86
- thread_safe (~> 0.1)
87
-
88
- PLATFORMS
89
- ruby
90
-
91
- DEPENDENCIES
92
- appraisal
93
- database_cleaner
94
- guard-rspec
95
- mongoid (~> 6.0)
96
- mongoid-embedded-errors!
97
- rspec
98
-
99
- BUNDLED WITH
100
- 1.12.5