dotr 0.1 → 0.2

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.
Files changed (2) hide show
  1. data/lib/dotr.rb +1 -1
  2. metadata +4 -3
@@ -57,7 +57,7 @@ module DotR
57
57
  Tempfile.open("diag") do |input|
58
58
  input.write(self.to_s)
59
59
  input.flush
60
- return IO.popen("dot -T#{format} #{input.path}") { |dot| dot.read }
60
+ return IO.popen("dot -T#{format} #{input.path}", 'rb') { |dot| dot.read }
61
61
  end
62
62
  end
63
63
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: dotr
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
7
- date: 2006-07-14 00:00:00 +02:00
6
+ version: "0.2"
7
+ date: 2006-12-03 00:00:00 +01:00
8
8
  summary: Produce directed graph images using the 'dot' utility.
9
9
  require_paths:
10
10
  - lib
@@ -25,6 +25,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors: []
29
30
 
30
31
  files: