summaryrefslogtreecommitdiff
path: root/ext/pathname
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 21:07:41 +0900
committergit <svn-admin@ruby-lang.org>2021-10-14 21:08:03 +0900
commitb7f557178d4e1fac7d627d3b64e3a0ae15458111 (patch)
tree234d318e5187031e88e5be46327d2381445c89c3 /ext/pathname
parentd13c6c56dd1a07403517564b7a8c1d91e289d4f4 (diff)
[ruby/pathname] Bump up pathname version to 0.2.0
https://github.com/ruby/pathname/commit/e6b3b3ed25
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 317029afb1..5aaa8f8dd7 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.1.0"
+ spec.version = "0.2.0"
spec.authors = ["Tanaka Akira"]
spec.email = ["akr@fsij.org"]