minidusen 0.11.2 → 1.0.1
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.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +51 -50
- data/.ruby-version +1 -1
- data/CHANGELOG.md +12 -0
- data/Gemfile.6.1.mysql2.lock +2 -2
- data/Gemfile.6.1.pg.lock +2 -2
- data/Gemfile.7.0.mysql2.lock +2 -2
- data/Gemfile.7.0.pg.lock +2 -2
- data/Gemfile.7.1.mysql2.lock +1 -2
- data/Gemfile.7.1.pg.lock +1 -2
- data/Gemfile.7.2.mysql2.lock +1 -2
- data/Gemfile.7.2.pg.lock +1 -2
- data/{Gemfile.6.0.mysql2 → Gemfile.8.0.mysql2} +2 -2
- data/Gemfile.8.0.mysql2.lock +87 -0
- data/{Gemfile.6.0.pg → Gemfile.8.0.pg} +2 -2
- data/Gemfile.8.0.pg.lock +87 -0
- data/README.md +47 -5
- data/lib/minidusen/filter.rb +4 -2
- data/lib/minidusen/parser.rb +4 -2
- data/lib/minidusen/token.rb +5 -0
- data/lib/minidusen/version.rb +1 -1
- data/media/logo.dark.shapes.svg +137 -0
- data/media/logo.dark.text.svg +107 -0
- data/media/logo.light.shapes.svg +136 -0
- data/media/logo.light.text.svg +106 -0
- data/media/makandra-with-bottom-margin.dark.svg +180 -0
- data/media/makandra-with-bottom-margin.light.svg +180 -0
- data/spec/minidusen/filter_spec.rb +17 -0
- data/spec/minidusen/parser_spec.rb +8 -0
- data/spec/support/database.github.yml +2 -2
- metadata +13 -15
- data/Gemfile.4.2.mysql2 +0 -15
- data/Gemfile.4.2.mysql2.lock +0 -69
- data/Gemfile.4.2.pg +0 -15
- data/Gemfile.4.2.pg.lock +0 -69
- data/Gemfile.5.2.mysql2 +0 -16
- data/Gemfile.5.2.mysql2.lock +0 -68
- data/Gemfile.5.2.pg +0 -16
- data/Gemfile.5.2.pg.lock +0 -68
- data/Gemfile.6.0.mysql2.lock +0 -67
- data/Gemfile.6.0.pg.lock +0 -67
data/Gemfile.5.2.mysql2
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
# Runtime dependencies
|
4
|
-
gem 'activerecord', '~>5.2.3'
|
5
|
-
gem 'mysql2', '~>0.4.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.mysql2.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
|
-
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
|
data/Gemfile.6.0.mysql2.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
|
-
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
|