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.
- data/README.textile +4 -0
- data/lib/version.rb +1 -1
- metadata +3 -3
data/README.textile
CHANGED
@@ -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.
|
data/lib/version.rb
CHANGED
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 3
|
10
|
+
version: 1.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tim Riley, Andrew Stewart
|