nilac 0.0.4.1.2 → 0.0.4.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/bin/nilac +2 -2
  2. data/lib/nilac/version.rb +1 -1
  3. data/src/nilac.rb +2 -2
  4. metadata +1 -1
data/bin/nilac CHANGED
@@ -1869,7 +1869,7 @@ def compile(input_file_path,*output_file_name)
1869
1869
 
1870
1870
  end
1871
1871
 
1872
- reject_regexp = /(function |if |else|switch |case|while |for )/
1872
+ reject_regexp = /(function |Euuf |if |else|elsuf|switch |case|while |for )/
1873
1873
 
1874
1874
  modified_file_contents = []
1875
1875
 
@@ -2509,7 +2509,7 @@ def find_file_path(input_path,file_extension)
2509
2509
 
2510
2510
  end
2511
2511
 
2512
- nilac_version = "0.0.4.1.2"
2512
+ nilac_version = "0.0.4.1.3"
2513
2513
 
2514
2514
  opts = Slop.parse do
2515
2515
  on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":"
data/lib/nilac/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nilac
2
- VERSION = "0.0.4.1.2"
2
+ VERSION = "0.0.4.1.3"
3
3
  end
data/src/nilac.rb CHANGED
@@ -1867,7 +1867,7 @@ def compile(input_file_path,*output_file_name)
1867
1867
 
1868
1868
  end
1869
1869
 
1870
- reject_regexp = /(function |if |else|switch |case|while |for )/
1870
+ reject_regexp = /(function |Euuf |if |else|elsuf|switch |case|while |for )/
1871
1871
 
1872
1872
  modified_file_contents = []
1873
1873
 
@@ -2507,7 +2507,7 @@ def find_file_path(input_path,file_extension)
2507
2507
 
2508
2508
  end
2509
2509
 
2510
- nilac_version = "0.0.4.1.2"
2510
+ nilac_version = "0.0.4.1.3"
2511
2511
 
2512
2512
  opts = Slop.parse do
2513
2513
  on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nilac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.1.2
4
+ version: 0.0.4.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: