dev 2.0.96 → 2.0.97

Sign up to get free protection for your applications and to get access to all the features.
@@ -524,7 +524,7 @@ class Command < Hash
524
524
  end
525
525
 
526
526
  def self.execute command
527
- cmd - Command.new(command)
527
+ cmd = Command.new(command)
528
528
  cmd.execute
529
529
  cmd[:exit_code]
530
530
  end
@@ -75,12 +75,3 @@ class File
75
75
  output
76
76
  end
77
77
  end
78
- class File
79
- def self.amalgamate filename,source
80
- File.open(filename,'w'){|file|
81
- source.each{|source_file|
82
- file.puts IO.read(source_file)
83
- }
84
- }
85
- end
86
- end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.96
4
+ version: 2.0.97
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: