ar_loader 1.0.0.0 → 9.9.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/VERSION +1 -1
- metadata +6 -7
data/Rakefile
CHANGED
@@ -29,7 +29,7 @@ spec = Gem::Specification.new do |s|
|
|
29
29
|
s.has_rdoc = true
|
30
30
|
s.extra_rdoc_files = ['README.markdown', 'LICENSE']
|
31
31
|
s.summary = 'File based loader for Active Record models'
|
32
|
-
s.description = '
|
32
|
+
s.description = 'A file based loader for Active Record models. Seed database directly from Excel/CSV. Includes rake support for Spree'
|
33
33
|
s.author = 'thomas statter'
|
34
34
|
s.email = 'rubygems@autotelik.co.uk'
|
35
35
|
s.date = DateTime.now.strftime("%Y-%m-%d")
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
9.9.9
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ar_loader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 97
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
|
11
|
-
version: 1.0.0.0
|
7
|
+
- 9
|
8
|
+
- 9
|
9
|
+
- 9
|
10
|
+
version: 9.9.9
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- thomas statter
|
@@ -19,7 +18,7 @@ cert_chain: []
|
|
19
18
|
date: 2012-09-02 00:00:00 Z
|
20
19
|
dependencies: []
|
21
20
|
|
22
|
-
description:
|
21
|
+
description: A file based loader for Active Record models. Seed database directly from Excel/CSV. Includes rake support for Spree
|
23
22
|
email: rubygems@autotelik.co.uk
|
24
23
|
executables: []
|
25
24
|
|