summaryrefslogtreecommitdiff
path: root/ext/pathname
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:19:14 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 16:33:43 +0900
commit0d5ad44ac3565e780076c8cc4b8b2c1fe55027cb (patch)
treee6df4276c674069447a2b6533f52bbf492903f6e /ext/pathname
parente11bf1f253ebc3fb340945e69c8bed02c5aa51ce (diff)
[ruby/pathname] Bump version to 0.2.1
https://github.com/ruby/pathname/commit/7e796cc78e
Diffstat (limited to 'ext/pathname')
-rw-r--r--ext/pathname/pathname.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pathname/pathname.gemspec b/ext/pathname/pathname.gemspec
index c9c0b84e69..92bc02b0db 100644
--- a/ext/pathname/pathname.gemspec
+++ b/ext/pathname/pathname.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "pathname"
- spec.version = "0.2.0"
+ spec.version = "0.2.1"
spec.authors = ["Tanaka Akira"]
spec.email = ["akr@fsij.org"]