roundhouse 0.8.0.314 → 0.8.0.332
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/rh.exe +0 -0
- data/lib/MSBuild/DBDeploy_MSBuild.proj +4 -0
- data/lib/MSBuild/roundhouse.dll +0 -0
- data/lib/MSBuild/roundhouse.tasks.dll +0 -0
- data/lib/MSBuild/samples.xml +4 -0
- data/lib/rh.exe +0 -0
- data/lib/roundhouse.dll +0 -0
- metadata +6 -6
data/bin/rh.exe
CHANGED
Binary file
|
@@ -29,15 +29,19 @@
|
|
29
29
|
DatabaseName="$(DBName)"
|
30
30
|
ConnectionString="$(DBConnectionString)"
|
31
31
|
SqlFilesDirectory="$(DBSqlFilesPath)"
|
32
|
+
CommandTimeout="60"
|
33
|
+
CommandTimeoutAdmin="300"
|
32
34
|
RepositoryPath="$(RepositoryPath)"
|
33
35
|
VersionFile="$(VersionFile)"
|
34
36
|
VersionXPath="$(VersionFileXPath)"
|
37
|
+
AlterDatabaseFolderName="alterDatabase"
|
35
38
|
UpFolderName="up"
|
36
39
|
DownFolderName="down"
|
37
40
|
RunFirstAfterUpFolderName="runFirstAfterUp"
|
38
41
|
FunctionsFolderName="functions"
|
39
42
|
ViewsFolderName="views"
|
40
43
|
SprocsFolderName="sprocs"
|
44
|
+
IndexesFolderName="indexes"
|
41
45
|
PermissionsFolderName="permissions"
|
42
46
|
SchemaName="RoundhousE"
|
43
47
|
VersionTableName="Version"
|
data/lib/MSBuild/roundhouse.dll
CHANGED
Binary file
|
Binary file
|
data/lib/MSBuild/samples.xml
CHANGED
@@ -46,15 +46,19 @@
|
|
46
46
|
DatabaseName="YOURDATABASENAME"
|
47
47
|
ConnectionString=""
|
48
48
|
SqlFilesDirectory="..\..\db"
|
49
|
+
CommandTimeout="60"
|
50
|
+
CommandTimeoutAdmin="300"
|
49
51
|
RepositoryPath="http://tellmewherethisis.com/svn/"
|
50
52
|
VersionFile="..\_BuildInfo.xml"
|
51
53
|
VersionXPath="//buildInfo/version"
|
54
|
+
AlterDatabaseFolderName="alterDatabase"
|
52
55
|
UpFolderName="up"
|
53
56
|
DownFolderName="down"
|
54
57
|
RunFirstAfterUpFolderName="runFirstAfterUp"
|
55
58
|
FunctionsFolderName="functions"
|
56
59
|
ViewsFolderName="views"
|
57
60
|
SprocsFolderName="sprocs"
|
61
|
+
IndexesFolderName="indexes"
|
58
62
|
PermissionsFolderName="permissions"
|
59
63
|
SchemaName="RoundhousE"
|
60
64
|
VersionTableName="Version"
|
data/lib/rh.exe
CHANGED
Binary file
|
data/lib/roundhouse.dll
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: roundhouse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 663
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 8
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 0.8.0.
|
10
|
+
- 332
|
11
|
+
version: 0.8.0.332
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Rob "FerventCoder" Reynolds
|
@@ -19,7 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2011-
|
22
|
+
date: 2011-07-01 00:00:00 -05:00
|
23
23
|
default_executable:
|
24
24
|
dependencies: []
|
25
25
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements: []
|
86
86
|
|
87
87
|
rubyforge_project: roundhouse
|
88
|
-
rubygems_version: 1.
|
88
|
+
rubygems_version: 1.5.2
|
89
89
|
signing_key:
|
90
90
|
specification_version: 3
|
91
91
|
summary: RoundhousE - Professional Database Change and Versioning Management
|