genmachine 0.2.0 → 0.2.1
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.
- data/TODO +0 -3
- data/VERSION +1 -1
- data/genmachine.gemspec +1 -1
- data/lib/VERSION +1 -1
- data/lib/genmachine/generators/ruby/lib.erb.rb +1 -1
- metadata +3 -3
data/TODO
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
data/genmachine.gemspec
CHANGED
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
@@ -130,7 +130,7 @@ module <%= @classname %>
|
|
130
130
|
if nc == 0x0a then getch; c = UString.new("\r\n") end
|
131
131
|
@last_is_newline = true; @line += 1; @pos = 1
|
132
132
|
@leading = true; @indent = 0
|
133
|
-
when 0x20
|
133
|
+
when 0x20,0x09
|
134
134
|
@indent += 1 if @leading
|
135
135
|
@last_is_space = true; @pos += 1
|
136
136
|
else @leading = false; @pos += 1 end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: genmachine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Joseph Wecker
|