fast_parameterize 0.1.1 → 0.1.2
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/CHANGELOG.md +17 -3
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +26 -26
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/fast_parameterize.gemspec +14 -4
- data/lib/fast_parameterize/version.rb +1 -1
- metadata +10 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 297173c6189cdbb979aae74f43ad17e83baaa288d44c3461e2335496b5f1eeed
|
|
4
|
+
data.tar.gz: 9db22f90b72f92025ffc6f2085e25493e2d4804c1056e6ec6b496c94802dea7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5342b204d2635d8eb354283305aabea051455a100bc01e6a44df729c6feff1bb1b8dd897c89c108e3443905b235eb9bbff85e43f3312c88a527a7655ff74a684
|
|
7
|
+
data.tar.gz: 0befc5ea610d3899f2054083692638f1ea09c02194aaba5221752220d221cee95e738ebc10758bce1f14f6e80bb94fbddd4bd02783b63b1ad14ff178f491a7b3
|
data/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
## [0.1.
|
|
9
|
+
## [0.1.2] - 2021-11-17
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Require MFA for releasing.
|
|
14
|
+
|
|
15
|
+
## [0.1.1] - 2021-04-16
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Use `prepend` instead of `include` to ensure our overrides get loaded.
|
|
20
|
+
|
|
21
|
+
## [0.1.0] - 2021-04-16
|
|
10
22
|
|
|
11
23
|
### Added
|
|
12
24
|
|
|
13
25
|
- 🎉 Initial release! 🎉
|
|
14
26
|
|
|
15
|
-
[unreleased]: https://github.com/
|
|
16
|
-
[0.1.
|
|
27
|
+
[unreleased]: https://github.com/kddnewton/fast_parameterize/compare/v0.1.2...HEAD
|
|
28
|
+
[0.1.2]: https://github.com/kddnewton/fast_parameterize/compare/v0.1.1...v0.1.2
|
|
29
|
+
[0.1.1]: https://github.com/kddnewton/fast_parameterize/compare/v0.1.0...v0.1.1
|
|
30
|
+
[0.1.0]: https://github.com/kddnewton/fast_parameterize/compare/d43343...v0.1.0
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
|
55
55
|
## Enforcement
|
|
56
56
|
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at
|
|
58
|
+
reported by contacting the project team at kddnewton@gmail.com. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/Gemfile.lock
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fast_parameterize (0.1.
|
|
4
|
+
fast_parameterize (0.1.2)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activesupport (6.1.
|
|
9
|
+
activesupport (6.1.4.1)
|
|
10
10
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
11
11
|
i18n (>= 1.6, < 2)
|
|
12
12
|
minitest (>= 5.1)
|
|
13
13
|
tzinfo (~> 2.0)
|
|
14
14
|
zeitwerk (~> 2.3)
|
|
15
15
|
ast (2.4.2)
|
|
16
|
-
benchmark-ips (2.
|
|
17
|
-
concurrent-ruby (1.1.
|
|
18
|
-
docile (1.
|
|
19
|
-
ffi (1.15.
|
|
20
|
-
i18n (1.8.
|
|
16
|
+
benchmark-ips (2.9.2)
|
|
17
|
+
concurrent-ruby (1.1.9)
|
|
18
|
+
docile (1.4.0)
|
|
19
|
+
ffi (1.15.4)
|
|
20
|
+
i18n (1.8.11)
|
|
21
21
|
concurrent-ruby (~> 1.0)
|
|
22
|
-
language_server-protocol (3.16.0.
|
|
23
|
-
listen (3.
|
|
22
|
+
language_server-protocol (3.16.0.3)
|
|
23
|
+
listen (3.7.0)
|
|
24
24
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
25
25
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
26
26
|
minitest (5.14.4)
|
|
27
|
-
parallel (1.
|
|
28
|
-
parser (3.0.
|
|
27
|
+
parallel (1.21.0)
|
|
28
|
+
parser (3.0.2.0)
|
|
29
29
|
ast (~> 2.4.1)
|
|
30
30
|
rainbow (3.0.0)
|
|
31
|
-
rake (13.0.
|
|
31
|
+
rake (13.0.6)
|
|
32
32
|
rake-compiler (1.1.1)
|
|
33
33
|
rake
|
|
34
|
-
rb-fsevent (0.
|
|
34
|
+
rb-fsevent (0.11.0)
|
|
35
35
|
rb-inotify (0.10.1)
|
|
36
36
|
ffi (~> 1.0)
|
|
37
|
-
rbs (1.
|
|
37
|
+
rbs (1.7.0)
|
|
38
38
|
regexp_parser (2.1.1)
|
|
39
39
|
rexml (3.2.5)
|
|
40
|
-
rubocop (1.
|
|
40
|
+
rubocop (1.23.0)
|
|
41
41
|
parallel (~> 1.10)
|
|
42
42
|
parser (>= 3.0.0.0)
|
|
43
43
|
rainbow (>= 2.2.2, < 4.0)
|
|
44
44
|
regexp_parser (>= 1.8, < 3.0)
|
|
45
45
|
rexml
|
|
46
|
-
rubocop-ast (>= 1.
|
|
46
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
|
47
47
|
ruby-progressbar (~> 1.7)
|
|
48
48
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
49
|
-
rubocop-ast (1.
|
|
50
|
-
parser (>=
|
|
49
|
+
rubocop-ast (1.13.0)
|
|
50
|
+
parser (>= 3.0.1.1)
|
|
51
51
|
ruby-progressbar (1.11.0)
|
|
52
52
|
simplecov (0.21.2)
|
|
53
53
|
docile (~> 1.1)
|
|
54
54
|
simplecov-html (~> 0.11)
|
|
55
55
|
simplecov_json_formatter (~> 0.1)
|
|
56
56
|
simplecov-html (0.12.3)
|
|
57
|
-
simplecov_json_formatter (0.1.
|
|
58
|
-
steep (0.
|
|
57
|
+
simplecov_json_formatter (0.1.3)
|
|
58
|
+
steep (0.46.0)
|
|
59
59
|
activesupport (>= 5.1)
|
|
60
60
|
language_server-protocol (>= 3.15, < 4.0)
|
|
61
61
|
listen (~> 3.0)
|
|
62
62
|
parallel (>= 1.0.0)
|
|
63
|
-
parser (>=
|
|
63
|
+
parser (>= 3.0)
|
|
64
64
|
rainbow (>= 2.2.2, < 4.0)
|
|
65
|
-
rbs (
|
|
65
|
+
rbs (>= 1.2.0)
|
|
66
66
|
terminal-table (>= 2, < 4)
|
|
67
|
-
terminal-table (3.0.
|
|
68
|
-
unicode-display_width (
|
|
67
|
+
terminal-table (3.0.2)
|
|
68
|
+
unicode-display_width (>= 1.1.1, < 3)
|
|
69
69
|
tzinfo (2.0.4)
|
|
70
70
|
concurrent-ruby (~> 1.0)
|
|
71
|
-
unicode-display_width (1.
|
|
72
|
-
zeitwerk (2.
|
|
71
|
+
unicode-display_width (2.1.0)
|
|
72
|
+
zeitwerk (2.5.1)
|
|
73
73
|
|
|
74
74
|
PLATFORMS
|
|
75
75
|
ruby
|
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `String#parameterize` Ruby Extension
|
|
2
2
|
|
|
3
|
-
[](https://github.com/kddnewton/fast_parameterize/actions)
|
|
4
4
|
[](https://rubygems.org/gems/fast_parameterize)
|
|
5
5
|
|
|
6
6
|
`fast_parameterize` is a C extension that provides a fast implementation of [ActiveSupport's `String#parameterize` method](http://api.rubyonrails.org/classes/String.html#method-i-parameterize).
|
|
@@ -46,7 +46,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
46
46
|
|
|
47
47
|
## Contributing
|
|
48
48
|
|
|
49
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
49
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/fast_parameterize.
|
|
50
50
|
|
|
51
51
|
## License
|
|
52
52
|
|
data/fast_parameterize.gemspec
CHANGED
|
@@ -2,17 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
require_relative 'lib/fast_parameterize/version'
|
|
4
4
|
|
|
5
|
+
version = FastParameterize::VERSION
|
|
6
|
+
repository = 'https://github.com/kddnewton/fast_parameterize'
|
|
7
|
+
|
|
5
8
|
Gem::Specification.new do |spec|
|
|
6
9
|
spec.name = 'fast_parameterize'
|
|
7
|
-
spec.version =
|
|
8
|
-
spec.authors = ['Kevin
|
|
9
|
-
spec.email = ['
|
|
10
|
+
spec.version = version
|
|
11
|
+
spec.authors = ['Kevin Newton']
|
|
12
|
+
spec.email = ['kddnewton@gmail.com']
|
|
10
13
|
|
|
11
14
|
spec.summary = 'Fast String#parameterize implementation'
|
|
12
15
|
spec.description = 'Provides a C-optimized method for parameterizing a string'
|
|
13
|
-
spec.homepage =
|
|
16
|
+
spec.homepage = repository
|
|
14
17
|
spec.license = 'MIT'
|
|
15
18
|
|
|
19
|
+
spec.metadata = {
|
|
20
|
+
'bug_tracker_uri' => "#{repository}/issues",
|
|
21
|
+
'changelog_uri' => "#{repository}/blob/v#{version}/CHANGELOG.md",
|
|
22
|
+
'source_code_uri' => repository,
|
|
23
|
+
'rubygems_mfa_required' => 'true'
|
|
24
|
+
}
|
|
25
|
+
|
|
16
26
|
spec.files = Dir.chdir(__dir__) do
|
|
17
27
|
`git ls-files -z`.split("\x0").reject do |f|
|
|
18
28
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fast_parameterize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Kevin
|
|
7
|
+
- Kevin Newton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides a C-optimized method for parameterizing a string
|
|
14
14
|
email:
|
|
15
|
-
-
|
|
15
|
+
- kddnewton@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions:
|
|
18
18
|
- ext/fast_parameterize/extconf.rb
|
|
@@ -39,10 +39,14 @@ files:
|
|
|
39
39
|
- lib/fast_parameterize.rb
|
|
40
40
|
- lib/fast_parameterize/version.rb
|
|
41
41
|
- sig/fast_parameterize.rbs
|
|
42
|
-
homepage: https://github.com/
|
|
42
|
+
homepage: https://github.com/kddnewton/fast_parameterize
|
|
43
43
|
licenses:
|
|
44
44
|
- MIT
|
|
45
|
-
metadata:
|
|
45
|
+
metadata:
|
|
46
|
+
bug_tracker_uri: https://github.com/kddnewton/fast_parameterize/issues
|
|
47
|
+
changelog_uri: https://github.com/kddnewton/fast_parameterize/blob/v0.1.2/CHANGELOG.md
|
|
48
|
+
source_code_uri: https://github.com/kddnewton/fast_parameterize
|
|
49
|
+
rubygems_mfa_required: 'true'
|
|
46
50
|
post_install_message:
|
|
47
51
|
rdoc_options: []
|
|
48
52
|
require_paths:
|