mericson-swf-info 0.1.1 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/swf_info.rb +1 -1
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 1
3
+ :patch: 5
4
4
  :major: 0
@@ -13,7 +13,7 @@
13
13
 
14
14
  ##puts "Opening #{file}"
15
15
 
16
- open file do |f|
16
+ open( file, "rb" ) do |f|
17
17
 
18
18
  sig = Sig.read( f )
19
19
  ##puts "Compressed flag is #{sig.compressed_flag}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mericson-swf-info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Ericson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-15 00:00:00 -07:00
12
+ date: 2009-04-17 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency