Robert Haines
|
1c06454985
|
Update minimum ruby version to 3.0.
All rubies before 3.0 are EOL and this is a major version bump, so it's
the right time to do this.
|
2024-03-01 22:14:48 +00:00 |
Robert Haines
|
f033ae760d
|
Use named parameters for `File::new`.
This is a breaking change, but now is the time to do this as we've
already done the same for `Entry::new`.
|
2021-06-27 10:20:11 +01:00 |
Robert Haines
|
e10badf68e
|
Fix Style/FrozenStringLiteralComment cop.
|
2021-05-25 21:24:50 +01:00 |
Robert Haines
|
bb3b4474fa
|
Fix Style/SpecialGlobalVars cop.
|
2020-02-15 16:26:32 +00:00 |
Neil-Ni
|
9a261bca86
|
Fix typo file name in samples/example_filesystem.rb
|
2016-01-07 11:03:25 -05:00 |
Pavel Lobashov
|
b93ef1266f
|
fix rubocop Style/StringLiterals cop
|
2015-03-21 11:27:44 +03:00 |
Pavel Lobashov
|
d2d8590ef8
|
fix rubocop Style/Blocks cop
|
2015-03-21 11:10:37 +03:00 |
Pavel.Lobashov
|
52623a4857
|
fix rubocop Lint/DeprecatedClassMethods cop
|
2015-03-20 22:58:35 +03:00 |
Alexander Simonov
|
61ce5dbc5f
|
Refactoring part #2
Rubyzip interface was changed!
|
2013-06-03 10:56:24 +03:00 |
thomas
|
c6ecd1c9f3
|
Applied ruby-1.9 compatibility patch from Yuya Nishida.
|
2009-04-05 10:28:46 +00:00 |
thomas
|
255fee4a7f
|
Improvements to Rakefile
|
2005-02-16 17:47:44 +00:00 |
thomas
|
fb2493d9f4
|
Moved all production source files to zip/ so they are in the same dir as when they are installed
|
2003-08-21 13:54:32 +00:00 |
thomas
|
bf265c4a39
|
Added samples/example_filesystem.rb. Fixed Tempfile creation for entries created with get_output_stream where entries were in a subdirectory
|
2003-08-21 13:24:10 +00:00 |
thomas
|
3e960b7228
|
Added samples/example_filesystem.rb. Fixed Tempfile creation for entries created with get_output_stream where entries were in a subdirectory
|
2003-08-21 13:24:10 +00:00 |