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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2ea8455d808b472ece4835dba77960c771dc9e0
4
- data.tar.gz: 6ab388b08e947ac80ae7ef82bbf4c16a9db14790
3
+ metadata.gz: 033e417f95cd7e01b1e02a55e3afd3d9ee79a745
4
+ data.tar.gz: 80ad500cd5db3e2fcab1a43649d66a618dac3fed
5
5
  SHA512:
6
- metadata.gz: 1d8507a5e67569190d9aae332776ee82b67d669e6b1b7b87e1e433aca11740690a86a5de3fc67c1d2119ef8cb53c9331ea6c5a63711f12d361a2424278a816db
7
- data.tar.gz: cc1ad9edb21d589e022c3cf1f48266fb7d3f87852491bbd735f70fdcbdf3b9c67392e364148a7846eef0279189b4b95179196b84753c2cd29a3f2e807342cfce
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
@@ -1,4 +1,5 @@
1
1
  require File.expand_path('../lib/opener/outlet', __FILE__)
2
2
  require File.expand_path('../lib/opener/outlet/server', __FILE__)
3
3
 
4
+ use ActiveRecord::ConnectionAdapters::ConnectionManagement
4
5
  run Opener::Outlet::Server
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class Outlet
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
@@ -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.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-06-19 00:00:00.000000000 Z
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/version.rb
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
- - lib/opener/outlet/visualizer.rb
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.2.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