kuzushi 0.0.31 → 0.0.32

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 +1 -1
  2. data/lib/kuzushi.rb +4 -3
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.31
1
+ 0.0.32
@@ -304,9 +304,10 @@ class Kuzushi
304
304
  names = config_names.clone
305
305
  begin
306
306
  ## its important that we try each name for the script - allows for polymorphic scripts
307
- tmpfile(filter.call(http_get("#{@base_url}/#{names.first}#{file}")), file) do |tmp|
308
- block.call(tmp)
309
- end
307
+ block.call("/tmp/kuzushi/#{@name}/#{file}")
308
+ # tmpfile(filter.call(http_get("#{@base_url}/#{names.first}#{file}")), file) do |tmp|
309
+ # block.call(tmp)
310
+ # end
310
311
  rescue RestClient::ResourceNotFound
311
312
  names.shift
312
313
  retry unless names.empty?
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 31
9
- version: 0.0.31
8
+ - 32
9
+ version: 0.0.32
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry