mlins-active_migration 1.0.3 → 1.0.4
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.
- data/CHANGELOG +4 -0
- data/Rakefile +3 -3
- data/VERSION.yml +1 -1
- data/lib/active_migration/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -26,9 +26,9 @@ begin
|
|
|
26
26
|
s.homepage = "http://github.com/mlins/active_migration"
|
|
27
27
|
s.description = "A library to assist with the migration of data from legacy databases."
|
|
28
28
|
s.authors = ["Matt Lins"]
|
|
29
|
-
s.files = FileList["[A-Z]*", "{lib,spec}/**/*"]
|
|
30
|
-
s.add_dependency 'activesupport', '>= 2.
|
|
31
|
-
s.add_dependency 'activerecord', '>= 2.
|
|
29
|
+
s.files = FileList["[A-Z]*", "{lib,spec,tmp}/**/*"]
|
|
30
|
+
s.add_dependency 'activesupport', '>= 2.1.0'
|
|
31
|
+
s.add_dependency 'activerecord', '>= 2.1.0'
|
|
32
32
|
end
|
|
33
33
|
rescue LoadError
|
|
34
34
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mlins-active_migration
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Lins
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-11-
|
|
12
|
+
date: 2008-11-23 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 2.
|
|
22
|
+
version: 2.1.0
|
|
23
23
|
version:
|
|
24
24
|
- !ruby/object:Gem::Dependency
|
|
25
25
|
name: activerecord
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
requirements:
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 2.
|
|
31
|
+
version: 2.1.0
|
|
32
32
|
version:
|
|
33
33
|
description: A library to assist with the migration of data from legacy databases.
|
|
34
34
|
email: mattlins@gmail.com
|