datashift 0.12.1 → 0.13.0

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/datashift.gemspec +7 -1
  3. data/lib/datashift.rb +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.1
1
+ 0.13.0
data/datashift.gemspec CHANGED
@@ -1,8 +1,14 @@
1
1
  require 'rake'
2
+
3
+ lib = File.expand_path('../lib/', __FILE__)
4
+
5
+ $:.unshift lib unless $:.include?(lib)
6
+
7
+ require 'datashift'
2
8
 
3
9
  Gem::Specification.new do |s|
4
10
  s.name = "datashift"
5
- s.version = "0.12.1"
11
+ s.version = DataShift::gem_version
6
12
  s.date = Date.today.to_s
7
13
 
8
14
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
data/lib/datashift.rb CHANGED
@@ -24,7 +24,7 @@
24
24
  #++
25
25
 
26
26
 
27
- # Details:: Active Record Loader
27
+ # Details:: Active Record Import/Export for .xls or CSV
28
28
  #
29
29
  # To pull DataShift commands into your main application :
30
30
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datashift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.13.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-03 00:00:00.000000000 Z
12
+ date: 2013-01-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spreadsheet