scaffold_logic 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.6.1
@@ -44,7 +44,8 @@ module ScaffoldLogic
44
44
  @errors = []
45
45
  @row_index = 1
46
46
 
47
- FasterCSV.foreach(file, :col_sep => "\t", :row_sep => :auto) do |@row|
47
+ FasterCSV.foreach(file, :col_sep => "\t", :row_sep => :auto) do |arg|
48
+ @row = arg
48
49
  initialize_row!
49
50
  @row_index += 1
50
51
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{scaffold_logic}
8
- s.version = "1.6.0"
8
+ s.version = "1.6.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Corey Ehmke}]
12
- s.date = %q{2011-07-07}
12
+ s.date = %q{2011-08-23}
13
13
  s.description = %q{Scaffold and UI generator for SEO Logic applications.}
14
14
  s.email = %q{corey@seologic.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaffold_logic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 0
10
- version: 1.6.0
9
+ - 1
10
+ version: 1.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Corey Ehmke
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-07 00:00:00 Z
18
+ date: 2011-08-23 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: Scaffold and UI generator for SEO Logic applications.