coupler 0.0.2-java → 0.0.3-java
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/VERSION +1 -1
- data/bin/coupler +0 -0
- data/coupler.gemspec +2 -4
- data/webroot/views/resources/new.erb +7 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/bin/coupler
CHANGED
|
File without changes
|
data/coupler.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{coupler}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.3"
|
|
9
9
|
s.platform = %q{java}
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.authors = ["Jeremy Stephens"]
|
|
13
|
-
s.date = %q{2011-05-
|
|
13
|
+
s.date = %q{2011-05-13}
|
|
14
14
|
s.default_executable = %q{coupler}
|
|
15
15
|
s.description = %q{Coupler is a (JRuby) desktop application designed to link datasets together}
|
|
16
16
|
s.email = %q{jeremy.f.stephens@vanderbilt.edu}
|
|
@@ -119,8 +119,6 @@ Gem::Specification.new do |s|
|
|
|
119
119
|
"misc/jruby-json.license",
|
|
120
120
|
"misc/rack-flash.license",
|
|
121
121
|
"script/dbconsole.rb",
|
|
122
|
-
"src/edu/vanderbilt/coupler/Main.java",
|
|
123
|
-
"src/edu/vanderbilt/coupler/jruby.properties",
|
|
124
122
|
"tasks/annotations.rake",
|
|
125
123
|
"tasks/db.rake",
|
|
126
124
|
"tasks/environment.rake",
|
|
@@ -53,9 +53,15 @@
|
|
|
53
53
|
<input id="password" name="resource[connection_attributes][password]" type="password" />
|
|
54
54
|
</td>
|
|
55
55
|
</tr>
|
|
56
|
+
<tr>
|
|
57
|
+
<td class="left"><label for="database_name" class="strong">Database</label></td>
|
|
58
|
+
<td>
|
|
59
|
+
<input id="database_name" name="resource[connection_attributes][database_name]" type="text" value="<%= @resource.connection.database_name %>" />
|
|
60
|
+
</td>
|
|
61
|
+
</tr>
|
|
56
62
|
</table>
|
|
57
63
|
<%- end -%>
|
|
58
|
-
<h2>
|
|
64
|
+
<h2>Resource information</h2>
|
|
59
65
|
<table class="form">
|
|
60
66
|
<tr<%= cycle("", ' class="alt"') %>>
|
|
61
67
|
<td class="left"><label for="name" class="strong">Name</label></td>
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: coupler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Jeremy Stephens
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-05-
|
|
13
|
+
date: 2011-05-13 00:00:00 -05:00
|
|
14
14
|
default_executable: coupler
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|