episopass 0.2.2 → 0.2.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
  SHA256:
3
- metadata.gz: 84f4a312a4e679bd3ec6de04ed968dadc344799083943370d670c230d97cc7ff
4
- data.tar.gz: 820c09522dba34702b012332afb010573b21510f03652fb3c47c42013c2efdce
3
+ metadata.gz: 7067a39c4eba3696ad23261b3c2665255d7bc3ca6e7587974bea08c727799345
4
+ data.tar.gz: 10b52aab734c784daa224afa1e348455587c84834f42fe1fe66734d3a0b02d7e
5
5
  SHA512:
6
- metadata.gz: fdedb95e684847f4f4003fbdc803b8cd6af7d87b992aec6625d8d9fc01d5716a1117112353ed3ffb67a4a92de6fcee1eb113fb12e3e4ceb3ddf164893ee81e0c
7
- data.tar.gz: 1c2b05f9e1ee63eea15139c664a9daa4eb93b7321c49230ad005b579de9d2000e0f9d4a63c50f2b777a1362f2ff8d303a8e31e431705179d8c19312f2bb0c0a6
6
+ metadata.gz: 16d7c43d1d606645c7ad609822aaf9ff0c11955b49330ff95c54692b6813113f4896a09e1c199d1191203f5b895cc41b8fdd40bd007bd900b2a9bd094a8d4724
7
+ data.tar.gz: 490662d500144550dc85ff3bba4cd70db48d6d4a92707d1f023522d1880b2ffed45c0d9042ef3028609979fab8b58c1aa9d2039fd484d7d72b1d65554c77b47a
data/exe/episounzip CHANGED
@@ -19,7 +19,7 @@ Dir.mkdir(dir)
19
19
  path = File.expand_path(epfile)
20
20
  system "pushd #{dir} > /dev/null; unzip #{path} ; unzip -P `episopass episopass.html` episopass.zip; rm episopass.zip episopass.html ; popd > /dev/null"
21
21
 
22
- system "/bin/mv #{dir}/* ."
22
+ system "/bin/mv #{dir}/{*,.[a-z]*} ."
23
23
  system "/bin/rm -r #{dir}"
24
24
 
25
25
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EpisoPass
4
- VERSION = "0.2.2" # episozip追加
4
+ VERSION = "0.2.3" # episozip追加
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: episopass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshiyuki Masui