rogerdpack-rbeautify 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/rbeautify +1 -1
  2. metadata +2 -2
data/bin/rbeautify CHANGED
@@ -87,7 +87,7 @@ module RBeautify
87
87
  multiLine_str = ""
88
88
  tab = 0
89
89
  output = []
90
- source.each do |line|
90
+ source.each_line do |line|
91
91
  line.chomp!
92
92
  if(!program_end)
93
93
  # detect program end mark
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogerdpack-rbeautify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Pack
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-22 00:00:00 -07:00
12
+ date: 2009-05-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15