tobias-rack-webconsole 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rack/webconsole/version.rb +1 -1
- data/rack-webconsole.gemspec +1 -1
- metadata +149 -150
data/rack-webconsole.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.rubyforge_project = "rack-webconsole"
|
15
15
|
|
16
16
|
s.add_runtime_dependency 'rack'
|
17
|
-
s.add_runtime_dependency 'multi_json', '~> 1.0
|
17
|
+
s.add_runtime_dependency 'multi_json', '~> 1.0'
|
18
18
|
s.add_runtime_dependency 'ripl', '~> 0.5.1'
|
19
19
|
s.add_runtime_dependency 'ripl-multi_line', '~> 0.3.0'
|
20
20
|
|
metadata
CHANGED
@@ -2,120 +2,120 @@
|
|
2
2
|
name: tobias-rack-webconsole
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Josep M. Bach
|
9
|
-
- Josep Jaume Rey
|
10
|
-
- Oriol Gual
|
8
|
+
- Josep M. Bach
|
9
|
+
- Josep Jaume Rey
|
10
|
+
- Oriol Gual
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2012-04-
|
15
|
+
date: 2012-04-25 00:00:00 Z
|
16
16
|
dependencies:
|
17
|
-
- !ruby/object:Gem::Dependency
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
- !ruby/object:Gem::Dependency
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
- !ruby/object:Gem::Dependency
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
- !ruby/object:Gem::Dependency
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
- !ruby/object:Gem::Dependency
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
- !ruby/object:Gem::Dependency
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
- !ruby/object:Gem::Dependency
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
- !ruby/object:Gem::Dependency
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
17
|
+
- !ruby/object:Gem::Dependency
|
18
|
+
name: rack
|
19
|
+
prerelease: false
|
20
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
21
|
+
none: false
|
22
|
+
requirements:
|
23
|
+
- - ">="
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: "0"
|
26
|
+
type: :runtime
|
27
|
+
version_requirements: *id001
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: multi_json
|
30
|
+
prerelease: false
|
31
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
32
|
+
none: false
|
33
|
+
requirements:
|
34
|
+
- - ~>
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: "1.0"
|
37
|
+
type: :runtime
|
38
|
+
version_requirements: *id002
|
39
|
+
- !ruby/object:Gem::Dependency
|
40
|
+
name: ripl
|
41
|
+
prerelease: false
|
42
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
43
|
+
none: false
|
44
|
+
requirements:
|
45
|
+
- - ~>
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 0.5.1
|
48
|
+
type: :runtime
|
49
|
+
version_requirements: *id003
|
50
|
+
- !ruby/object:Gem::Dependency
|
51
|
+
name: ripl-multi_line
|
52
|
+
prerelease: false
|
53
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
55
|
+
requirements:
|
56
|
+
- - ~>
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: 0.3.0
|
59
|
+
type: :runtime
|
60
|
+
version_requirements: *id004
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: minitest
|
63
|
+
prerelease: false
|
64
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: "0"
|
70
|
+
type: :development
|
71
|
+
version_requirements: *id005
|
72
|
+
- !ruby/object:Gem::Dependency
|
73
|
+
name: purdytest
|
74
|
+
prerelease: false
|
75
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
76
|
+
none: false
|
77
|
+
requirements:
|
78
|
+
- - ">="
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: "0"
|
81
|
+
type: :development
|
82
|
+
version_requirements: *id006
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: yard
|
85
|
+
prerelease: false
|
86
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
87
|
+
none: false
|
88
|
+
requirements:
|
89
|
+
- - ">="
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: "0"
|
92
|
+
type: :development
|
93
|
+
version_requirements: *id007
|
94
|
+
- !ruby/object:Gem::Dependency
|
95
|
+
name: bluecloth
|
96
|
+
prerelease: false
|
97
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
98
|
+
none: false
|
99
|
+
requirements:
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: "0"
|
103
|
+
type: :development
|
104
|
+
version_requirements: *id008
|
105
|
+
- !ruby/object:Gem::Dependency
|
106
|
+
name: rake
|
107
|
+
prerelease: false
|
108
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
109
|
+
none: false
|
110
|
+
requirements:
|
111
|
+
- - ">="
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: "0"
|
114
|
+
type: :development
|
115
|
+
version_requirements: *id009
|
116
116
|
description: Rack-based console inside your web applications - this is a fork of http://github.com/codegram/rack-webconsole
|
117
117
|
email:
|
118
|
-
- toby@tcrawley.org
|
118
|
+
- toby@tcrawley.org
|
119
119
|
executables: []
|
120
120
|
|
121
121
|
extensions: []
|
@@ -123,35 +123,35 @@ extensions: []
|
|
123
123
|
extra_rdoc_files: []
|
124
124
|
|
125
125
|
files:
|
126
|
-
- .gitignore
|
127
|
-
- .rvmrc
|
128
|
-
- .travis.yml
|
129
|
-
- Gemfile
|
130
|
-
- Gemfile.lock
|
131
|
-
- History
|
132
|
-
- Rakefile
|
133
|
-
- Readme.md
|
134
|
-
- lib/rack-webconsole.rb
|
135
|
-
- lib/rack/webconsole.rb
|
136
|
-
- lib/rack/webconsole/asset_helpers.rb
|
137
|
-
- lib/rack/webconsole/assets.rb
|
138
|
-
- lib/rack/webconsole/railtie.rb
|
139
|
-
- lib/rack/webconsole/repl.rb
|
140
|
-
- lib/rack/webconsole/sandbox.rb
|
141
|
-
- lib/rack/webconsole/shell.rb
|
142
|
-
- lib/rack/webconsole/version.rb
|
143
|
-
- public/jquery.html
|
144
|
-
- public/webconsole.css
|
145
|
-
- public/webconsole.html
|
146
|
-
- public/webconsole.js
|
147
|
-
- rack-webconsole.gemspec
|
148
|
-
- spec/rack/webconsole/asset_helpers_spec.rb
|
149
|
-
- spec/rack/webconsole/assets_spec.rb
|
150
|
-
- spec/rack/webconsole/repl_spec.rb
|
151
|
-
- spec/rack/webconsole/sandbox_spec.rb
|
152
|
-
- spec/rack/webconsole/shell_spec.rb
|
153
|
-
- spec/rack/webconsole_spec.rb
|
154
|
-
- spec/spec_helper.rb
|
126
|
+
- .gitignore
|
127
|
+
- .rvmrc
|
128
|
+
- .travis.yml
|
129
|
+
- Gemfile
|
130
|
+
- Gemfile.lock
|
131
|
+
- History
|
132
|
+
- Rakefile
|
133
|
+
- Readme.md
|
134
|
+
- lib/rack-webconsole.rb
|
135
|
+
- lib/rack/webconsole.rb
|
136
|
+
- lib/rack/webconsole/asset_helpers.rb
|
137
|
+
- lib/rack/webconsole/assets.rb
|
138
|
+
- lib/rack/webconsole/railtie.rb
|
139
|
+
- lib/rack/webconsole/repl.rb
|
140
|
+
- lib/rack/webconsole/sandbox.rb
|
141
|
+
- lib/rack/webconsole/shell.rb
|
142
|
+
- lib/rack/webconsole/version.rb
|
143
|
+
- public/jquery.html
|
144
|
+
- public/webconsole.css
|
145
|
+
- public/webconsole.html
|
146
|
+
- public/webconsole.js
|
147
|
+
- rack-webconsole.gemspec
|
148
|
+
- spec/rack/webconsole/asset_helpers_spec.rb
|
149
|
+
- spec/rack/webconsole/assets_spec.rb
|
150
|
+
- spec/rack/webconsole/repl_spec.rb
|
151
|
+
- spec/rack/webconsole/sandbox_spec.rb
|
152
|
+
- spec/rack/webconsole/shell_spec.rb
|
153
|
+
- spec/rack/webconsole_spec.rb
|
154
|
+
- spec/spec_helper.rb
|
155
155
|
homepage: http://github.com/tobias/rack-webconsole
|
156
156
|
licenses: []
|
157
157
|
|
@@ -159,32 +159,31 @@ post_install_message:
|
|
159
159
|
rdoc_options: []
|
160
160
|
|
161
161
|
require_paths:
|
162
|
-
- lib
|
162
|
+
- lib
|
163
163
|
required_ruby_version: !ruby/object:Gem::Requirement
|
164
164
|
none: false
|
165
165
|
requirements:
|
166
|
-
|
167
|
-
|
168
|
-
|
166
|
+
- - ">="
|
167
|
+
- !ruby/object:Gem::Version
|
168
|
+
version: "0"
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
170
|
none: false
|
171
171
|
requirements:
|
172
|
-
|
173
|
-
|
174
|
-
|
172
|
+
- - ">="
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: "0"
|
175
175
|
requirements: []
|
176
176
|
|
177
177
|
rubyforge_project: rack-webconsole
|
178
|
-
rubygems_version: 1.8.
|
178
|
+
rubygems_version: 1.8.15
|
179
179
|
signing_key:
|
180
180
|
specification_version: 3
|
181
181
|
summary: Rack-based console inside your web applications - this is a fork of http://github.com/codegram/rack-webconsole
|
182
182
|
test_files:
|
183
|
-
- spec/rack/webconsole/asset_helpers_spec.rb
|
184
|
-
- spec/rack/webconsole/assets_spec.rb
|
185
|
-
- spec/rack/webconsole/repl_spec.rb
|
186
|
-
- spec/rack/webconsole/sandbox_spec.rb
|
187
|
-
- spec/rack/webconsole/shell_spec.rb
|
188
|
-
- spec/rack/webconsole_spec.rb
|
189
|
-
- spec/spec_helper.rb
|
190
|
-
has_rdoc:
|
183
|
+
- spec/rack/webconsole/asset_helpers_spec.rb
|
184
|
+
- spec/rack/webconsole/assets_spec.rb
|
185
|
+
- spec/rack/webconsole/repl_spec.rb
|
186
|
+
- spec/rack/webconsole/sandbox_spec.rb
|
187
|
+
- spec/rack/webconsole/shell_spec.rb
|
188
|
+
- spec/rack/webconsole_spec.rb
|
189
|
+
- spec/spec_helper.rb
|