indie-raster 0.0.4 → 0.0.5

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.
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
 
4
4
  s.name = "indie-raster"
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
6
 
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["ShopKeep"]
@@ -90,7 +90,7 @@ class IndieRasterSession
90
90
  out = `cat '#{tmppath}' | #{INDIE_RASTER_PATH}`
91
91
  `rm '#{tmppath}'`
92
92
  else
93
- stdin, stdout, stderr = Open3.popen3 cmd
93
+ stdin, stdout, stderr = Open3.popen3 INDIE_RASTER_PATH
94
94
  stdin.puts input
95
95
  stdin.close
96
96
  out = stdout.read
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: indie-raster
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - ShopKeep