orm_from_csv 0.1.0 → 0.1.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.
@@ -1,5 +1,7 @@
1
1
  = ORM From CSV
2
2
 
3
+ https://github.com/ordinaryzelig/orm_from_csv
4
+
3
5
  A super simple way (137 characters of code) of instantiating ORM objects from a CSV file.
4
6
  Supports any Ruby class that accepts a hash of attributes like ActiveRecord:
5
7
 
@@ -1,3 +1,3 @@
1
1
  module ORMFromCSV
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Jared Ning"]
10
10
  s.email = ["jared@redningja.com"]
11
- s.homepage = ""
11
+ s.homepage = "https://github.com/ordinaryzelig/orm_from_csv"
12
12
  s.summary = %q{Create instances of ORM objects from CSV}
13
13
  s.description = %q{Create instances of ORM (like ActiveRecord or Mongoid, anything that supports Model.new(attributes_as_hash)) objects from CSV}
14
14
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: orm_from_csv
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jared Ning
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-01 00:00:00 -06:00
13
+ date: 2012-07-19 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -50,7 +50,7 @@ files:
50
50
  - spec/support/models/.movie.rb.swp
51
51
  - spec/support/models/movie.rb
52
52
  has_rdoc: true
53
- homepage: ""
53
+ homepage: https://github.com/ordinaryzelig/orm_from_csv
54
54
  licenses: []
55
55
 
56
56
  post_install_message:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements: []
74
74
 
75
75
  rubyforge_project: orm_from_csv
76
- rubygems_version: 1.5.2
76
+ rubygems_version: 1.6.1
77
77
  signing_key:
78
78
  specification_version: 3
79
79
  summary: Create instances of ORM objects from CSV