swf_recompress 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/kzip +0 -0
  2. data/lib/swf_recompress.rb +2 -1
  3. metadata +4 -4
data/lib/kzip CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  module SWFRecompress
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
 
4
4
  require 'fileutils'
5
5
  require 'pathname'
@@ -175,6 +175,7 @@ END_KZIP_ABOUT
175
175
  extracted_kzip_md5 = kzip_md5(extracted_kzip_filename)
176
176
  if KZIP_MD5 == extracted_kzip_md5
177
177
  FileUtils.cp(extracted_kzip_filename, LIB_KZIP)
178
+ File.chmod(0755, LIB_KZIP)
178
179
  else
179
180
  raise "The MD5 of the downloaded kzip #{extracted_kzip_md5} did not match the expected MD5 #{KZIP_MD5}"
180
181
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swf_recompress
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Duncan Beevers
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-16 00:00:00 -07:00
18
+ date: 2010-08-17 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21