dev_tasks 1.0.23 → 1.0.24

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 (3) hide show
  1. data/lib/command.rb +2 -0
  2. data/lib/spec.json +1 -1
  3. metadata +1 -1
data/lib/command.rb CHANGED
@@ -35,8 +35,10 @@ class Command < Hash
35
35
  ruby = self[:input].gsub("<%","").gsub("%>","")
36
36
 
37
37
  begin
38
+ puts "eval(#{ruby})"
38
39
  self[:output]=eval(ruby)
39
40
  rescue
41
+ puts "unable to eval(#{ruby})"
40
42
  raise "unable to eval(#{ruby})"
41
43
  end
42
44
 
data/lib/spec.json CHANGED
@@ -1 +1 @@
1
- {"name":"dev_tasks","version":"1.0.23"}
1
+ {"name":"dev_tasks","version":"1.0.24"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: