fast_underscore 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -6
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +24 -24
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/fast_underscore.gemspec +17 -8
- data/lib/fast_underscore/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: 50dc42327d05bff80a78c353c9242655080e3db58720726d2b2c6c2ccff2480c
|
4
|
+
data.tar.gz: e9c42a7a02573cf2657dd1b9832a4e521194923d35349a8f669ea4884a32b129
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40cd373a635999114a4d24a6214073fbf814d4307738bcbe4a73029c9d1ce996502b2b33bd73de99316e32b251557a4dd2ab3d4f55d9069ddc1a9cc250d906c8
|
7
|
+
data.tar.gz: 322ad9ed4bb83659cec1e76ed3a2f62a5107ddfa27c9f931053c715b77ac169e345ba0c15b44d28b9817ebdeb2a4ed8078a9494852f85f39ffa77ff01b90efdd
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,12 @@ 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.3.3] - 2021-11-17
|
10
|
+
|
11
|
+
### Changed
|
12
|
+
|
13
|
+
- Require MFA for releasing.
|
14
|
+
|
9
15
|
## [0.3.2] - 2021-04-16
|
10
16
|
|
11
17
|
### Changed
|
@@ -36,9 +42,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
|
36
42
|
|
37
43
|
- Support for the Rails 5.2 beta.
|
38
44
|
|
39
|
-
[unreleased]: https://github.com/
|
40
|
-
[0.3.
|
41
|
-
[0.3.
|
42
|
-
[0.3.
|
43
|
-
[0.
|
44
|
-
[0.
|
45
|
+
[unreleased]: https://github.com/kddnewton/fast_underscore/compare/v0.3.3...HEAD
|
46
|
+
[0.3.3]: https://github.com/kddnewton/fast_underscore/compare/v0.3.2...v0.3.3
|
47
|
+
[0.3.2]: https://github.com/kddnewton/fast_underscore/compare/v0.3.1...v0.3.2
|
48
|
+
[0.3.1]: https://github.com/kddnewton/fast_underscore/compare/v0.3.0...v0.3.1
|
49
|
+
[0.3.0]: https://github.com/kddnewton/fast_underscore/compare/v0.2.0...v0.3.0
|
50
|
+
[0.2.0]: https://github.com/kddnewton/fast_underscore/compare/v0.1.0...v0.2.0
|
51
|
+
[0.1.0]: https://github.com/kddnewton/fast_underscore/compare/6981d0...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,68 +1,68 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fast_underscore (0.3.
|
4
|
+
fast_underscore (0.3.3)
|
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
|
-
ffi (1.15.
|
19
|
-
i18n (1.8.
|
16
|
+
benchmark-ips (2.9.2)
|
17
|
+
concurrent-ruby (1.1.9)
|
18
|
+
ffi (1.15.4)
|
19
|
+
i18n (1.8.11)
|
20
20
|
concurrent-ruby (~> 1.0)
|
21
|
-
language_server-protocol (3.16.0.
|
22
|
-
listen (3.
|
21
|
+
language_server-protocol (3.16.0.3)
|
22
|
+
listen (3.7.0)
|
23
23
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
24
24
|
rb-inotify (~> 0.9, >= 0.9.10)
|
25
25
|
minitest (5.14.4)
|
26
|
-
parallel (1.
|
27
|
-
parser (3.0.
|
26
|
+
parallel (1.21.0)
|
27
|
+
parser (3.0.2.0)
|
28
28
|
ast (~> 2.4.1)
|
29
29
|
rainbow (3.0.0)
|
30
|
-
rake (13.0.
|
30
|
+
rake (13.0.6)
|
31
31
|
rake-compiler (1.1.1)
|
32
32
|
rake
|
33
|
-
rb-fsevent (0.
|
33
|
+
rb-fsevent (0.11.0)
|
34
34
|
rb-inotify (0.10.1)
|
35
35
|
ffi (~> 1.0)
|
36
|
-
rbs (1.
|
36
|
+
rbs (1.7.0)
|
37
37
|
regexp_parser (2.1.1)
|
38
38
|
rexml (3.2.5)
|
39
|
-
rubocop (1.
|
39
|
+
rubocop (1.23.0)
|
40
40
|
parallel (~> 1.10)
|
41
41
|
parser (>= 3.0.0.0)
|
42
42
|
rainbow (>= 2.2.2, < 4.0)
|
43
43
|
regexp_parser (>= 1.8, < 3.0)
|
44
44
|
rexml
|
45
|
-
rubocop-ast (>= 1.
|
45
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
46
46
|
ruby-progressbar (~> 1.7)
|
47
47
|
unicode-display_width (>= 1.4.0, < 3.0)
|
48
|
-
rubocop-ast (1.
|
49
|
-
parser (>=
|
48
|
+
rubocop-ast (1.13.0)
|
49
|
+
parser (>= 3.0.1.1)
|
50
50
|
ruby-progressbar (1.11.0)
|
51
|
-
steep (0.
|
51
|
+
steep (0.46.0)
|
52
52
|
activesupport (>= 5.1)
|
53
53
|
language_server-protocol (>= 3.15, < 4.0)
|
54
54
|
listen (~> 3.0)
|
55
55
|
parallel (>= 1.0.0)
|
56
|
-
parser (>=
|
56
|
+
parser (>= 3.0)
|
57
57
|
rainbow (>= 2.2.2, < 4.0)
|
58
|
-
rbs (
|
58
|
+
rbs (>= 1.2.0)
|
59
59
|
terminal-table (>= 2, < 4)
|
60
|
-
terminal-table (3.0.
|
61
|
-
unicode-display_width (
|
60
|
+
terminal-table (3.0.2)
|
61
|
+
unicode-display_width (>= 1.1.1, < 3)
|
62
62
|
tzinfo (2.0.4)
|
63
63
|
concurrent-ruby (~> 1.0)
|
64
|
-
unicode-display_width (1.
|
65
|
-
zeitwerk (2.
|
64
|
+
unicode-display_width (2.1.0)
|
65
|
+
zeitwerk (2.5.1)
|
66
66
|
|
67
67
|
PLATFORMS
|
68
68
|
ruby
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# `String#underscore` Ruby Extension
|
2
2
|
|
3
|
-
[![Build Status](https://github.com/
|
3
|
+
[![Build Status](https://github.com/kddnewton/fast_underscore/workflows/Main/badge.svg)](https://github.com/kddnewton/fast_underscore/actions)
|
4
4
|
[![Gem Version](https://img.shields.io/gem/v/fast_underscore.svg)](https://rubygems.org/gems/fast_underscore)
|
5
5
|
|
6
6
|
`fast_underscore` is a C extension that provides a fast implementation of [ActiveSupport's `String#underscore` method](http://api.rubyonrails.org/classes/String.html#method-i-underscore).
|
@@ -52,7 +52,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
52
52
|
|
53
53
|
## Contributing
|
54
54
|
|
55
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
55
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/fast_underscore.
|
56
56
|
|
57
57
|
## License
|
58
58
|
|
data/fast_underscore.gemspec
CHANGED
@@ -1,23 +1,32 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
3
|
+
require_relative 'lib/fast_underscore/version'
|
4
|
+
|
5
|
+
version = FastUnderscore::VERSION
|
6
|
+
repository = 'https://github.com/kddnewton/fast_underscore'
|
6
7
|
|
7
8
|
Gem::Specification.new do |spec|
|
8
9
|
spec.name = 'fast_underscore'
|
9
|
-
spec.version =
|
10
|
-
spec.authors = ['Kevin
|
11
|
-
spec.email = ['
|
10
|
+
spec.version = version
|
11
|
+
spec.authors = ['Kevin Newton']
|
12
|
+
spec.email = ['kddnewton@gmail.com']
|
12
13
|
|
13
14
|
spec.summary = 'Fast String#underscore implementation'
|
14
15
|
spec.description = 'Provides a C-optimized method for underscoring a string'
|
15
|
-
spec.homepage =
|
16
|
+
spec.homepage = repository
|
16
17
|
spec.license = 'MIT'
|
17
18
|
|
18
|
-
spec.
|
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
|
+
|
26
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
19
27
|
f.match(%r{^(test|spec|features)/})
|
20
28
|
end
|
29
|
+
|
21
30
|
spec.bindir = 'exe'
|
22
31
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
23
32
|
spec.require_paths = ['lib']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast_underscore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
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
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: benchmark-ips
|
@@ -110,7 +110,7 @@ dependencies:
|
|
110
110
|
version: '0'
|
111
111
|
description: Provides a C-optimized method for underscoring a string
|
112
112
|
email:
|
113
|
-
-
|
113
|
+
- kddnewton@gmail.com
|
114
114
|
executables: []
|
115
115
|
extensions:
|
116
116
|
- ext/fast_underscore/extconf.rb
|
@@ -142,10 +142,14 @@ files:
|
|
142
142
|
- lib/fast_underscore.rb
|
143
143
|
- lib/fast_underscore/version.rb
|
144
144
|
- sig/fast_underscore.rbs
|
145
|
-
homepage: https://github.com/
|
145
|
+
homepage: https://github.com/kddnewton/fast_underscore
|
146
146
|
licenses:
|
147
147
|
- MIT
|
148
|
-
metadata:
|
148
|
+
metadata:
|
149
|
+
bug_tracker_uri: https://github.com/kddnewton/fast_underscore/issues
|
150
|
+
changelog_uri: https://github.com/kddnewton/fast_underscore/blob/v0.3.3/CHANGELOG.md
|
151
|
+
source_code_uri: https://github.com/kddnewton/fast_underscore
|
152
|
+
rubygems_mfa_required: 'true'
|
149
153
|
post_install_message:
|
150
154
|
rdoc_options: []
|
151
155
|
require_paths:
|