fluentmigrator 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ result = system(File.dirname(__FILE__) + "/migrate.exe " + ARGV.join(' '))
2
+
3
+ exit 1 unless result
Binary file
Binary file
@@ -0,0 +1 @@
1
+ TEST SCRIPT
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,102 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fluentmigrator
3
+ version: !ruby/object:Gem::Version
4
+ hash: 59
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 9
9
+ - 0
10
+ version: 0.9.0
11
+ platform: ruby
12
+ authors:
13
+ - Sean Chambers
14
+ - Nate Kohari
15
+ - Troy Goode
16
+ - Justin Etheridge
17
+ - stevehodkiss
18
+ - Josh Coffman
19
+ - Many others
20
+ autorequire:
21
+ bindir: bin
22
+ cert_chain: []
23
+
24
+ date: 2010-08-24 00:00:00 -07:00
25
+ default_executable:
26
+ dependencies: []
27
+
28
+ description: Fluent Migrator is a migration framework for .net much like Ruby Migrations.
29
+ email: cbilson@pobox.com
30
+ executables:
31
+ - migrate
32
+ extensions: []
33
+
34
+ extra_rdoc_files: []
35
+
36
+ files:
37
+ - lib/FluentMigrator.dll
38
+ - lib/FluentMigrator.MSBuild.dll
39
+ - lib/FluentMigrator.NAnt.dll
40
+ - lib/FluentMigrator.pdb
41
+ - lib/FluentMigrator.Runner.dll
42
+ - lib/FluentMigrator.Runner.pdb
43
+ - lib/FluentMigrator.Tests.dll
44
+ - lib/FluentMigrator.Tests.pdb
45
+ - bin/FluentMigrator.dll
46
+ - bin/FluentMigrator.MSBuild.dll
47
+ - bin/FluentMigrator.NAnt.dll
48
+ - bin/FluentMigrator.pdb
49
+ - bin/FluentMigrator.Runner.dll
50
+ - bin/FluentMigrator.Runner.pdb
51
+ - bin/FluentMigrator.Tests.dll
52
+ - bin/FluentMigrator.Tests.pdb
53
+ - bin/log4net.dll
54
+ - bin/migrate
55
+ - bin/Migrate.exe
56
+ - bin/Migrate.exe.config
57
+ - bin/Moq.dll
58
+ - bin/Moq.xml
59
+ - bin/MySql.Data.dll
60
+ - bin/NAnt.Core.dll
61
+ - bin/NAnt.Core.xml
62
+ - bin/nunit.framework.dll
63
+ - bin/nunit.should.dll
64
+ - bin/Oracle.DataAccess.dll
65
+ - bin/System.Data.SQLite.DLL
66
+ - bin/testscript.sql
67
+ has_rdoc: true
68
+ homepage: http://github.com/schambers/fluentmigrator
69
+ licenses: []
70
+
71
+ post_install_message:
72
+ rdoc_options: []
73
+
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ none: false
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ hash: 3
82
+ segments:
83
+ - 0
84
+ version: "0"
85
+ required_rubygems_version: !ruby/object:Gem::Requirement
86
+ none: false
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ hash: 3
91
+ segments:
92
+ - 0
93
+ version: "0"
94
+ requirements: []
95
+
96
+ rubyforge_project: fluentmigrator
97
+ rubygems_version: 1.3.7
98
+ signing_key:
99
+ specification_version: 3
100
+ summary: FluentMigrator - Fluent Migrations framework for .net
101
+ test_files: []
102
+