erb-process 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ environment = "DEV"
10
10
  if ARGV.length == 3
11
11
  environment = ARGV[2]
12
12
  else
13
- os = Config::CONFIG['host_os']
13
+ os = RbConfig::CONFIG['host_os']
14
14
  if os =~ /mswin32/i
15
15
  if File.exist?("C:\hosttype")
16
16
  environment = File.read("C:\hosttype")
@@ -21,4 +21,4 @@ else
21
21
  end
22
22
 
23
23
  puts ERBProcess.process(variables, template, environment)
24
-
24
+
@@ -1,3 +1,3 @@
1
1
  module ERBProcess
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Patrick O'Leary