dev 1.0.95 → 1.0.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dev/Environment.rb +1 -0
  2. metadata +1 -1
@@ -8,6 +8,7 @@ class Environment
8
8
  end
9
9
 
10
10
  def self.replace_text_in_file(filename,search,replace)
11
+ puts_debug "replace_text_in_file(#{filename},#{search.to_s},#{replace.to_s})"
11
12
  text1 = File.read(filename)
12
13
  text2 = text1.gsub(search) { |str| str=replace }
13
14
  unless text1==text2
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: 1.0.95
4
+ version: 1.0.96
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: