fix rubocop Style/FileName cop

This commit is contained in:
Pavel Lobashov 2015-03-24 19:23:24 +03:00
parent 68b5fcfc5f
commit 068a3e748a
4 changed files with 2 additions and 7 deletions

View File

@ -129,11 +129,6 @@ Style/EmptyLinesAroundAccessModifier:
Style/EmptyLinesAroundMethodBody:
Enabled: false
# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
Enabled: false
# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/FormatString:

View File

@ -199,7 +199,7 @@ Zip::ZipFind.find traverses into zip archives too.
======
Source reorganized. Added ziprequire, which can be used to load ruby
modules from a zip file, in a fashion similar to jar files in
Java. Added gtkRubyzip, another sample application. Implemented
Java. Added gtk_ruby_zip, another sample application. Implemented
ZipInputStream.lineno and ZipInputStream.rewind
Bug fixes:

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
$: << '../lib'
system('zip example.zip example.rb gtkRubyzip.rb')
system('zip example.zip example.rb gtk_ruby_zip.rb')
require 'zip'