runoff 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30527da833e016b926ae2d4690df9d977dc7c0eb
4
- data.tar.gz: 36ea0b94d751a0a127c4e4db3d8024d357f517be
3
+ metadata.gz: f33b77e8bf4d95208d8ca83a3f60eac94776c49f
4
+ data.tar.gz: 01b49cd3d84adf0bb8390a5b74683e7fdd1c5deb
5
5
  SHA512:
6
- metadata.gz: 6d1de800329cb5cac9bea6503adea06c7aec4769691f8cfabdf6e60c113f8265aea4145f2c28b8c761462ea06f90971d17611473576d5045d996b80b0bb6b005
7
- data.tar.gz: 45bd434c446a6410cf77ffc34291e31a7a0e259c99e8ec9cd1173e2ca3ca1e24678953f7f4c65b7eb7bd93909863cadd335b0871d2c2874c2a1c277e0475743c
6
+ metadata.gz: bd54f5eec46b95cc771ac6e42819b45cc2219c0cefa9b7202f8b788a377762b22a3a93cd2270c04a5bf99f24f21e7491088c1bde8f1e9115ba8ee2ab0dfa916a
7
+ data.tar.gz: a966fdb49e9f9b109141ec509d123d8e8dcd5e3f3ea549f11360bd448868f0246dda20450a884b12bcc7ec7f86cc1efcb4e251daa902bd3adf9fc19721b820e2
@@ -39,7 +39,7 @@ module Runoff
39
39
  def self.archive(output_directory)
40
40
  timestamp = Time.now.strftime "%Y%m%d%H%M%S"
41
41
 
42
- Zip::ZipFile.open "#{output_directory}-#{timestamp}.zip", Zip::ZipFile::CREATE do |zipfile|
42
+ Zip::File.open "#{output_directory}-#{timestamp}.zip", Zip::File::CREATE do |zipfile|
43
43
  Dir.entries(output_directory).each do |file|
44
44
  if File.file?("#{output_directory}/#{file}")
45
45
  zipfile.add file, "#{output_directory}/#{file}"
@@ -1,3 +1,3 @@
1
1
  module Runoff
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aigars Dzerviniks