ar_loader 1.0.0.0 → 9.9.9

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/VERSION +1 -1
  3. 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 = 'DEFUNCT - Please see https://github.com/autotelik/datashift instead'
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")
@@ -1 +1 @@
1
- 1.0.0.0
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: 95
4
+ hash: 97
5
5
  prerelease:
6
6
  segments:
7
- - 1
8
- - 0
9
- - 0
10
- - 0
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: DEFUNCT - Please see https://github.com/autotelik/datashift instead
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