This website requires JavaScript.
Explore
Help
Sign In
root
/
rubyzip
Watch
1
Star
0
Fork
You've already forked rubyzip
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3f909b2bdc
rubyzip
/
lib
/
zip
/
version.rb
6 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix Style/FrozenStringLiteralComment cop.
2021-05-24 01:24:22 +08:00
# frozen_string_literal: true
Code refactoring start
2013-06-03 02:33:03 +08:00
module
Zip
Update API documentation. Mostly move things out of the public API by removing them from the docs, but also add and correct docs where appropriate.
2024-03-02 22:52:24 +08:00
VERSION
=
'3.0.0.alpha'
# :nodoc:
Version bump
2013-08-29 15:46:39 +08:00
end