pathname 0.4.0 → 0.5.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.
data/pathname.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  name = File.basename(__FILE__, ".gemspec")
2
2
  version = ["lib", "ext/lib"].find do |dir|
3
- break File.foreach(File.join(__dir__, dir, "#{name}.rb")) do |line|
3
+ break File.foreach(File.join(__dir__, dir, "#{name}_builtin.rb")) do |line|
4
4
  /^\s*VERSION\s*=\s*"(.*)"/ =~ line and break $1
5
5
  end rescue nil
6
6
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pathname
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanaka Akira
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Representation of the name of a file or directory on the filesystem
14
13
  email:
@@ -18,6 +17,7 @@ extensions:
18
17
  - ext/pathname/extconf.rb
19
18
  extra_rdoc_files: []
20
19
  files:
20
+ - ".document"
21
21
  - ".git-blame-ignore-revs"
22
22
  - ".github/dependabot.yml"
23
23
  - ".github/workflows/push_gem.yml"
@@ -33,6 +33,7 @@ files:
33
33
  - ext/pathname/extconf.rb
34
34
  - ext/pathname/pathname.c
35
35
  - lib/pathname.rb
36
+ - lib/pathname_builtin.rb
36
37
  - pathname.gemspec
37
38
  homepage: https://github.com/ruby/pathname
38
39
  licenses:
@@ -41,7 +42,6 @@ licenses:
41
42
  metadata:
42
43
  homepage_uri: https://github.com/ruby/pathname
43
44
  source_code_uri: https://github.com/ruby/pathname
44
- post_install_message:
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib
@@ -56,8 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 3.5.11
60
- signing_key:
59
+ rubygems_version: 3.6.7
61
60
  specification_version: 4
62
61
  summary: Representation of the name of a file or directory on the filesystem
63
62
  test_files: []