minidusen 0.11.2 → 1.0.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.
@@ -1,68 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- minidusen (0.11.2)
5
- activerecord (>= 3.2)
6
- activesupport (>= 3.2)
7
- edge_rider (>= 0.2.5)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- activemodel (5.2.3)
13
- activesupport (= 5.2.3)
14
- activerecord (5.2.3)
15
- activemodel (= 5.2.3)
16
- activesupport (= 5.2.3)
17
- arel (>= 9.0)
18
- activesupport (5.2.3)
19
- concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (>= 0.7, < 2)
21
- minitest (~> 5.1)
22
- tzinfo (~> 1.1)
23
- arel (9.0.0)
24
- byebug (9.0.5)
25
- concurrent-ruby (1.1.5)
26
- database_cleaner (1.7.0)
27
- diff-lcs (1.2.5)
28
- edge_rider (2.1.1)
29
- activerecord (>= 3.2)
30
- gemika (0.8.1)
31
- i18n (1.5.1)
32
- concurrent-ruby (~> 1.0)
33
- minitest (5.11.3)
34
- mysql2 (0.4.10)
35
- rake (11.3.0)
36
- rspec (3.5.0)
37
- rspec-core (~> 3.5.0)
38
- rspec-expectations (~> 3.5.0)
39
- rspec-mocks (~> 3.5.0)
40
- rspec-core (3.5.3)
41
- rspec-support (~> 3.5.0)
42
- rspec-expectations (3.5.0)
43
- diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.5.0)
45
- rspec-mocks (3.5.0)
46
- diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.5.0)
48
- rspec-support (3.5.0)
49
- thread_safe (0.3.6)
50
- tzinfo (1.2.5)
51
- thread_safe (~> 0.1)
52
-
53
- PLATFORMS
54
- ruby
55
-
56
- DEPENDENCIES
57
- activerecord (~> 5.2.3)
58
- byebug
59
- database_cleaner
60
- gemika
61
- i18n (<= 1.5.1)
62
- minidusen!
63
- mysql2 (~> 0.4.4)
64
- rake
65
- rspec (~> 3.5)
66
-
67
- BUNDLED WITH
68
- 1.17.3
data/Gemfile.5.2.pg DELETED
@@ -1,16 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Runtime dependencies
4
- gem 'activerecord', '~>5.2.3'
5
- gem 'pg', '~>0.18.4'
6
- gem 'i18n', '<=1.5.1' # Required to support tests for Ruby 2.2.x
7
-
8
- # Development dependencies
9
- gem 'rake'
10
- gem 'database_cleaner'
11
- gem 'rspec', '~>3.5'
12
- gem 'byebug'
13
- gem 'gemika'
14
-
15
- # Gem under test
16
- gem 'minidusen', :path => '.'
data/Gemfile.5.2.pg.lock DELETED
@@ -1,68 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- minidusen (0.11.2)
5
- activerecord (>= 3.2)
6
- activesupport (>= 3.2)
7
- edge_rider (>= 0.2.5)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- activemodel (5.2.3)
13
- activesupport (= 5.2.3)
14
- activerecord (5.2.3)
15
- activemodel (= 5.2.3)
16
- activesupport (= 5.2.3)
17
- arel (>= 9.0)
18
- activesupport (5.2.3)
19
- concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (>= 0.7, < 2)
21
- minitest (~> 5.1)
22
- tzinfo (~> 1.1)
23
- arel (9.0.0)
24
- byebug (9.0.5)
25
- concurrent-ruby (1.1.5)
26
- database_cleaner (1.7.0)
27
- diff-lcs (1.2.5)
28
- edge_rider (2.1.1)
29
- activerecord (>= 3.2)
30
- gemika (0.8.1)
31
- i18n (1.5.1)
32
- concurrent-ruby (~> 1.0)
33
- minitest (5.11.3)
34
- pg (0.18.4)
35
- rake (13.0.6)
36
- rspec (3.5.0)
37
- rspec-core (~> 3.5.0)
38
- rspec-expectations (~> 3.5.0)
39
- rspec-mocks (~> 3.5.0)
40
- rspec-core (3.5.3)
41
- rspec-support (~> 3.5.0)
42
- rspec-expectations (3.5.0)
43
- diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.5.0)
45
- rspec-mocks (3.5.0)
46
- diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.5.0)
48
- rspec-support (3.5.0)
49
- thread_safe (0.3.6)
50
- tzinfo (1.2.5)
51
- thread_safe (~> 0.1)
52
-
53
- PLATFORMS
54
- ruby
55
-
56
- DEPENDENCIES
57
- activerecord (~> 5.2.3)
58
- byebug
59
- database_cleaner
60
- gemika
61
- i18n (<= 1.5.1)
62
- minidusen!
63
- pg (~> 0.18.4)
64
- rake
65
- rspec (~> 3.5)
66
-
67
- BUNDLED WITH
68
- 2.2.28
@@ -1,67 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- minidusen (0.11.2)
5
- activerecord (>= 3.2)
6
- activesupport (>= 3.2)
7
- edge_rider (>= 0.2.5)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- activemodel (6.0.3.4)
13
- activesupport (= 6.0.3.4)
14
- activerecord (6.0.3.4)
15
- activemodel (= 6.0.3.4)
16
- activesupport (= 6.0.3.4)
17
- activesupport (6.0.3.4)
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
19
- i18n (>= 0.7, < 2)
20
- minitest (~> 5.1)
21
- tzinfo (~> 1.1)
22
- zeitwerk (~> 2.2, >= 2.2.2)
23
- byebug (11.0.1)
24
- concurrent-ruby (1.1.7)
25
- database_cleaner (1.7.0)
26
- diff-lcs (1.3)
27
- edge_rider (2.1.1)
28
- activerecord (>= 3.2)
29
- gemika (0.8.1)
30
- i18n (1.8.5)
31
- concurrent-ruby (~> 1.0)
32
- minitest (5.14.2)
33
- mysql2 (0.4.10)
34
- rake (12.3.2)
35
- rspec (3.8.0)
36
- rspec-core (~> 3.8.0)
37
- rspec-expectations (~> 3.8.0)
38
- rspec-mocks (~> 3.8.0)
39
- rspec-core (3.8.0)
40
- rspec-support (~> 3.8.0)
41
- rspec-expectations (3.8.2)
42
- diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.8.0)
44
- rspec-mocks (3.8.0)
45
- diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.8.0)
47
- rspec-support (3.8.0)
48
- thread_safe (0.3.6)
49
- tzinfo (1.2.7)
50
- thread_safe (~> 0.1)
51
- zeitwerk (2.4.0)
52
-
53
- PLATFORMS
54
- ruby
55
-
56
- DEPENDENCIES
57
- activerecord (~> 6.0.0)
58
- byebug
59
- database_cleaner
60
- gemika
61
- minidusen!
62
- mysql2 (~> 0.4.4)
63
- rake
64
- rspec (~> 3.5)
65
-
66
- BUNDLED WITH
67
- 1.17.3
data/Gemfile.6.0.pg.lock DELETED
@@ -1,67 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- minidusen (0.11.2)
5
- activerecord (>= 3.2)
6
- activesupport (>= 3.2)
7
- edge_rider (>= 0.2.5)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- activemodel (6.0.3.4)
13
- activesupport (= 6.0.3.4)
14
- activerecord (6.0.3.4)
15
- activemodel (= 6.0.3.4)
16
- activesupport (= 6.0.3.4)
17
- activesupport (6.0.3.4)
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
19
- i18n (>= 0.7, < 2)
20
- minitest (~> 5.1)
21
- tzinfo (~> 1.1)
22
- zeitwerk (~> 2.2, >= 2.2.2)
23
- byebug (11.0.1)
24
- concurrent-ruby (1.1.7)
25
- database_cleaner (1.7.0)
26
- diff-lcs (1.3)
27
- edge_rider (2.1.1)
28
- activerecord (>= 3.2)
29
- gemika (0.8.1)
30
- i18n (1.8.5)
31
- concurrent-ruby (~> 1.0)
32
- minitest (5.14.2)
33
- pg (0.18.4)
34
- rake (12.3.2)
35
- rspec (3.8.0)
36
- rspec-core (~> 3.8.0)
37
- rspec-expectations (~> 3.8.0)
38
- rspec-mocks (~> 3.8.0)
39
- rspec-core (3.8.0)
40
- rspec-support (~> 3.8.0)
41
- rspec-expectations (3.8.2)
42
- diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.8.0)
44
- rspec-mocks (3.8.0)
45
- diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.8.0)
47
- rspec-support (3.8.0)
48
- thread_safe (0.3.6)
49
- tzinfo (1.2.7)
50
- thread_safe (~> 0.1)
51
- zeitwerk (2.4.0)
52
-
53
- PLATFORMS
54
- ruby
55
-
56
- DEPENDENCIES
57
- activerecord (~> 6.0.0)
58
- byebug
59
- database_cleaner
60
- gemika
61
- minidusen!
62
- pg (~> 0.18.4)
63
- rake
64
- rspec (~> 3.5)
65
-
66
- BUNDLED WITH
67
- 1.17.3