airblade-acts-as-importable 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.textile +4 -0
  2. data/lib/version.rb +1 -1
  3. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ NOTE: this fork converts Acts As Importable to a gem for use with Rails 3.
2
+
3
+ -----
4
+
1
5
  h1. Acts as Importable
2
6
 
3
7
  See my article "Importing Legacy Data in Rails":http://openmonkey.com/articles/2009/05/importing-legacy-data-in-rails for an introduction and documentation.
@@ -1,7 +1,7 @@
1
1
  module AMC
2
2
  module Acts
3
3
  module Importable
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airblade-acts-as-importable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Riley, Andrew Stewart