rill 0.1.6 → 0.1.7

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/rill.rb +1 -3
  2. metadata +1 -1
data/lib/rill.rb CHANGED
@@ -39,8 +39,6 @@ class Rill
39
39
 
40
40
  unless code =~ /^define\(\s*(['"])[^'"]+\1/
41
41
  code = polish(mod, code)
42
- fio = File.open(path, 'w')
43
- fio.write(code)
44
42
  end
45
43
  @codes.unshift(code)
46
44
  @modules.unshift(mod)
@@ -168,4 +166,4 @@ class Rill
168
166
  def sans_comments(code)
169
167
  code.gsub(/(?:^|\n|\r)\s*\/\*[\s\S]*?\*\/\s*(?:\r|\n|$)/, "\n").gsub(/(?:^|\n|\r)\s*\/\/.*(?:\r|\n|$)/, "\n")
170
168
  end
171
- end
169
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: