opener-outlet 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +13 -0
- data/config.ru +1 -0
- data/lib/opener/outlet/version.rb +1 -1
- data/opener-outlet.gemspec +3 -0
- metadata +17 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 033e417f95cd7e01b1e02a55e3afd3d9ee79a745
|
4
|
+
data.tar.gz: 80ad500cd5db3e2fcab1a43649d66a618dac3fed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ffa23c699e9ba8c28b3e1a9ce30eb5ad2c43df54ec1ac0bf2da9ff03b8bf750cdd378dc7d20e583a8bb13623960b8e49b41f64e855c70d83d359f669eae4e29
|
7
|
+
data.tar.gz: 4a8756872450080c3c939de8fbaa9453c8409d6271aeaad5d1f00791806e83365ed578167d66094f019c09362a6625894f994a2cb76d4b39d7bcb41e2355a063
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
Copyright 2014 OpeNER Project Consortium
|
2
|
+
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
you may not use this file except in compliance with the License.
|
5
|
+
You may obtain a copy of the License at
|
6
|
+
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
See the License for the specific language governing permissions and
|
13
|
+
limitations under the License.
|
data/config.ru
CHANGED
data/opener-outlet.gemspec
CHANGED
@@ -10,12 +10,15 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.has_rdoc = 'yard'
|
11
11
|
gem.required_ruby_version = '>= 1.9.2'
|
12
12
|
|
13
|
+
gem.license = 'Apache 2.0'
|
14
|
+
|
13
15
|
gem.files = Dir.glob([
|
14
16
|
'config/**/*',
|
15
17
|
'lib/**/*',
|
16
18
|
'config.ru',
|
17
19
|
'*.gemspec',
|
18
20
|
'README.md',
|
21
|
+
'LICENSE.txt',
|
19
22
|
'exec/**/*',
|
20
23
|
'visualizer.rb'
|
21
24
|
]).select { |file| File.file?(file) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opener-outlet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- development@olery.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: builder
|
@@ -279,30 +279,32 @@ dependencies:
|
|
279
279
|
description: Database storing for the web services output when using callbacks.
|
280
280
|
email:
|
281
281
|
executables:
|
282
|
-
- outlet-daemon
|
283
282
|
- outlet-server
|
283
|
+
- outlet-daemon
|
284
284
|
extensions: []
|
285
285
|
extra_rdoc_files: []
|
286
286
|
files:
|
287
|
-
- README.md
|
288
|
-
- bin/outlet-daemon
|
289
|
-
- bin/outlet-server
|
290
|
-
- config.ru
|
291
287
|
- config/database.rb
|
292
|
-
- exec/outlet.rb
|
293
288
|
- lib/opener/outlet.rb
|
289
|
+
- lib/opener/outlet/visualizer.rb
|
290
|
+
- lib/opener/outlet/version.rb
|
294
291
|
- lib/opener/outlet/output.rb
|
295
|
-
- lib/opener/outlet/public/outlet.css
|
296
292
|
- lib/opener/outlet/server.rb
|
297
|
-
- lib/opener/outlet/
|
298
|
-
- lib/opener/outlet/views/index.erb
|
293
|
+
- lib/opener/outlet/public/outlet.css
|
299
294
|
- lib/opener/outlet/views/show.erb
|
295
|
+
- lib/opener/outlet/views/index.erb
|
300
296
|
- lib/opener/outlet/views/show.html.erb
|
301
|
-
-
|
297
|
+
- config.ru
|
302
298
|
- opener-outlet.gemspec
|
299
|
+
- README.md
|
300
|
+
- LICENSE.txt
|
301
|
+
- exec/outlet.rb
|
303
302
|
- visualizer.rb
|
303
|
+
- bin/outlet-server
|
304
|
+
- bin/outlet-daemon
|
304
305
|
homepage: http://opener-project.github.com/
|
305
|
-
licenses:
|
306
|
+
licenses:
|
307
|
+
- Apache 2.0
|
306
308
|
metadata: {}
|
307
309
|
post_install_message:
|
308
310
|
rdoc_options: []
|
@@ -320,8 +322,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
320
322
|
version: '0'
|
321
323
|
requirements: []
|
322
324
|
rubyforge_project:
|
323
|
-
rubygems_version: 2.
|
325
|
+
rubygems_version: 2.1.9
|
324
326
|
signing_key:
|
325
327
|
specification_version: 4
|
326
328
|
summary: Database storing for the web services output when using callbacks.
|
327
329
|
test_files: []
|
330
|
+
has_rdoc: yard
|