Robert Haines
|
e10badf68e
|
Fix Style/FrozenStringLiteralComment cop.
|
2021-05-25 21:24:50 +01:00 |
Robert Haines
|
cfe4972e71
|
Fix Layout/EmptyLineAfterGuardClause cop.
|
2020-02-15 16:26:32 +00:00 |
Takumasa Ochi
|
cf91112b57
|
Apply automatic correction by rubocop
|
2017-06-29 11:57:12 +09:00 |
David Rodríguez
|
9c475f5160
|
Add extended globbing support
|
2016-10-08 19:32:53 -03:00 |
Oleksandr Avoiants
|
73bfa5955c
|
Fix TypeError: can't dup NilClass from EntrySet#dup
|
2015-12-19 11:26:20 +02:00 |
Pavel Lobashov
|
1e99ff69b9
|
Revert "fix rubocop cop Style/ClassCheck". It cause regression in tests
This reverts commit 8c13dfc265 .
|
2015-06-08 10:45:23 +03:00 |
Pavel Lobashov
|
8c13dfc265
|
fix rubocop cop Style/ClassCheck
|
2015-06-08 10:36:41 +03:00 |
Pavel Lobashov
|
c0177a455b
|
Merge branch 'master' into rubocop_fixes
Conflicts:
README.md
samples/example_recursive.rb
|
2015-06-08 10:14:25 +03:00 |
Vít Ondruch
|
32016ab1bf
|
Remove executable bit.
|
2015-03-31 13:15:46 +02:00 |
Pavel Lobashov
|
96f3997f07
|
fix rubocop Style/GuardClause cop
|
2015-03-24 19:33:15 +03:00 |
Pavel Lobashov
|
784e70be2a
|
fix rubocop Style/EmptyElse cop
|
2015-03-24 19:29:07 +03:00 |
Pavel Lobashov
|
edf3126599
|
EntrySet.dub fix for code-style
|
2015-03-23 18:57:56 +03:00 |
Pavel.Lobashov
|
8d6f23ba9a
|
fix rubocop Style/SpaceAroundOperators cop
|
2015-03-22 20:03:50 +03:00 |
Pavel Lobashov
|
b730387cf2
|
redone fixes by rubocop Style/Alias to be in style of https://github.com/bbatsov/ruby-style-guide#alias-method-lexically
|
2015-03-21 13:14:21 +03:00 |
Pavel Lobashov
|
da863e4b55
|
Merge branch 'master' into rubocop_fixes
Conflicts:
lib/zip/entry.rb
|
2015-03-21 11:37:28 +03:00 |
Pavel Lobashov
|
eba5fa1983
|
fix rubocop Style/EmptyLinesAroundAccessModifier cop
|
2015-03-21 11:19:43 +03:00 |
Pavel.Lobashov
|
bb08213cb7
|
fix rubocop Style/Alias cop
|
2015-03-20 23:17:05 +03:00 |
Pavel.Lobashov
|
d3e911f04d
|
fix rubocop Lint/UnusedBlockArgument cop
|
2015-03-20 23:07:59 +03:00 |
weshatheleopard
|
d81e0f207d
|
Oops, forgot to remove
|
2015-03-11 09:41:03 -05:00 |
weshatheleopard
|
f030cdadb8
|
...and remove that crazy abomination
|
2015-03-08 13:40:43 -05:00 |
weshatheleopard
|
cfc38b30a1
|
PROPER case insensitivity handling
|
2015-03-08 13:38:57 -05:00 |
Sergey Konotopov
|
61a4435cc3
|
Case insensitivity option for #find_entry
|
2015-02-20 01:20:07 +03:00 |
Jason King
|
cf0a5fe386
|
`Zip.sort_entries` working for zip output
|
2014-07-24 11:39:37 -07:00 |
Sam Rawlins
|
a68a36c759
|
Allocate less Arrays and Strings when writing a zip
|
2014-02-03 12:15:08 -08:00 |
Alexander Simonov
|
cb6e628fb2
|
Fix #28 and #103
|
2013-10-20 23:09:52 +03:00 |
Alexander Simonov
|
61ce5dbc5f
|
Refactoring part #2
Rubyzip interface was changed!
|
2013-06-03 10:56:24 +03:00 |