templater 0.4.1 → 0.4.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/templater.rb +2 -1
  2. metadata +1 -1
data/lib/templater.rb CHANGED
@@ -2,6 +2,7 @@ path = File.dirname(__FILE__) + '/templater/'
2
2
 
3
3
  require 'rubygems'
4
4
  require 'extlib'
5
+ require "fileutils"
5
6
  require 'highline'
6
7
  require "highline/import"
7
8
  require 'diff/lcs'
@@ -43,6 +44,6 @@ module Templater
43
44
  class MalformattedArgumentError < ArgumentError #:nodoc:
44
45
  end
45
46
 
46
- VERSION = '0.4.1'
47
+ VERSION = '0.4.2'
47
48
 
48
49
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: templater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Nicklas