torquebox-stompbox 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +26 -26
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -2,7 +2,7 @@ GEM
|
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
4
|
addressable (2.2.5)
|
5
|
-
backports (2.0
|
5
|
+
backports (2.1.0)
|
6
6
|
bcrypt-ruby (2.1.4-java)
|
7
7
|
data_mapper (1.1.0)
|
8
8
|
dm-aggregates (= 1.1.0)
|
@@ -14,7 +14,7 @@ GEM
|
|
14
14
|
dm-transactions (= 1.1.0)
|
15
15
|
dm-types (= 1.1.0)
|
16
16
|
dm-validations (= 1.1.0)
|
17
|
-
data_objects (0.10.
|
17
|
+
data_objects (0.10.4)
|
18
18
|
addressable (~> 2.1)
|
19
19
|
diff-lcs (1.1.2)
|
20
20
|
dm-aggregates (1.1.0)
|
@@ -50,16 +50,16 @@ GEM
|
|
50
50
|
uuidtools (~> 2.1.2)
|
51
51
|
dm-validations (1.1.0)
|
52
52
|
dm-core (~> 1.1.0)
|
53
|
-
do_jdbc (0.10.
|
54
|
-
data_objects (= 0.10.
|
55
|
-
do_postgres (0.10.
|
56
|
-
data_objects (= 0.10.
|
57
|
-
do_jdbc (= 0.10.
|
53
|
+
do_jdbc (0.10.4-java)
|
54
|
+
data_objects (= 0.10.4)
|
55
|
+
do_postgres (0.10.4-java)
|
56
|
+
data_objects (= 0.10.4)
|
57
|
+
do_jdbc (= 0.10.4)
|
58
58
|
jdbc-postgres (>= 8.2)
|
59
59
|
extlib (0.9.15)
|
60
60
|
fastercsv (1.5.4)
|
61
61
|
git (1.2.5)
|
62
|
-
haml (3.
|
62
|
+
haml (3.1.1)
|
63
63
|
jdbc-postgres (9.0.801)
|
64
64
|
jeweler (1.5.2)
|
65
65
|
bundler (~> 1.0.0)
|
@@ -96,25 +96,25 @@ GEM
|
|
96
96
|
sinatra-sugar (0.5.0)
|
97
97
|
monkey-lib (~> 0.5.0)
|
98
98
|
sinatra (~> 1.0)
|
99
|
-
state_machine (0.10.
|
99
|
+
state_machine (0.10.4)
|
100
100
|
stringex (1.2.1)
|
101
101
|
thor (0.14.6)
|
102
|
-
tilt (1.
|
103
|
-
torquebox (1.0.0
|
104
|
-
torquebox-base (= 1.0.0
|
105
|
-
torquebox-messaging (= 1.0.0
|
106
|
-
torquebox-naming (= 1.0.0
|
107
|
-
torquebox-rake-support (= 1.0.0
|
108
|
-
torquebox-vfs (= 1.0.0
|
109
|
-
torquebox-web (= 1.0.0
|
110
|
-
torquebox-base (1.0.0
|
111
|
-
torquebox-messaging (1.0.0
|
112
|
-
torquebox-base (= 1.0.0
|
113
|
-
torquebox-naming (= 1.0.0
|
114
|
-
torquebox-naming (1.0.0
|
115
|
-
torquebox-rake-support (1.0.0
|
116
|
-
torquebox-vfs (1.0.0
|
117
|
-
torquebox-web (1.0.0
|
102
|
+
tilt (1.3)
|
103
|
+
torquebox (1.0.0)
|
104
|
+
torquebox-base (= 1.0.0)
|
105
|
+
torquebox-messaging (= 1.0.0)
|
106
|
+
torquebox-naming (= 1.0.0)
|
107
|
+
torquebox-rake-support (= 1.0.0)
|
108
|
+
torquebox-vfs (= 1.0.0)
|
109
|
+
torquebox-web (= 1.0.0)
|
110
|
+
torquebox-base (1.0.0-java)
|
111
|
+
torquebox-messaging (1.0.0-java)
|
112
|
+
torquebox-base (= 1.0.0)
|
113
|
+
torquebox-naming (= 1.0.0)
|
114
|
+
torquebox-naming (1.0.0-java)
|
115
|
+
torquebox-rake-support (1.0.0)
|
116
|
+
torquebox-vfs (1.0.0-java)
|
117
|
+
torquebox-web (1.0.0-java)
|
118
118
|
uuidtools (2.1.2)
|
119
119
|
|
120
120
|
PLATFORMS
|
@@ -141,4 +141,4 @@ DEPENDENCIES
|
|
141
141
|
sinatra-reloader (= 0.5.0)
|
142
142
|
state_machine
|
143
143
|
thor
|
144
|
-
torquebox (= 1.0.0
|
144
|
+
torquebox (= 1.0.0)
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: torquebox-stompbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.3.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Lance Ball
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-04-
|
13
|
+
date: 2011-04-29 00:00:00 -04:00
|
14
14
|
default_executable: stompbox
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -196,7 +196,7 @@ dependencies:
|
|
196
196
|
requirements:
|
197
197
|
- - "="
|
198
198
|
- !ruby/object:Gem::Version
|
199
|
-
version: 1.0.0
|
199
|
+
version: 1.0.0
|
200
200
|
requirement: *id017
|
201
201
|
prerelease: false
|
202
202
|
type: :runtime
|