the_garage 2.3.0 → 2.3.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f344acd67d0d46f09cb35f4b9fe9f3d1e724f61a
|
4
|
+
data.tar.gz: 82cbc6655d991f6908f7ffaa8b131dae9e8e0e9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c633e35ede4e8301084608cd441391cd835719e9daf32b13b8e4097f8ff0209c641f79984cd60990afb079e2db4dfb8d24306ad427a778eed422aa3c470b7a7
|
7
|
+
data.tar.gz: 5fed38e711aa4517afcddb158efdd0af87226c5179feb44f3be08d170771ba31805dd8feef5ac50cee5f91c1eb17b0407e83c1d1b6b3bda00918258a90e6b51d
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ class Garage::Docs::ResourcesController < Garage::ApplicationController
|
|
85
85
|
|
86
86
|
def require_console_application
|
87
87
|
@app = console_application
|
88
|
-
|
88
|
+
if @app[:uid].blank? || @app[:secret].blank?
|
89
89
|
render(text: 'Configuration for console application is missing.', status: :forbidden)
|
90
90
|
end
|
91
91
|
end
|
data/lib/garage/docs/config.rb
CHANGED
@@ -13,7 +13,7 @@ module Garage
|
|
13
13
|
@document_root = Rails.root.join('doc/garage')
|
14
14
|
@current_user_method = Proc.new { current_user }
|
15
15
|
@authenticate = Proc.new {}
|
16
|
-
@console_app_uid =
|
16
|
+
@console_app_uid, @console_app_secret = nil, nil
|
17
17
|
@remote_server = Proc.new {|request| "#{request.protocol}#{request.host_with_port}" }
|
18
18
|
@docs_authorization_method = nil
|
19
19
|
@docs_cache_enabled = true
|
data/lib/garage/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: the_garage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tatsuhiko Miyagawa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
269
|
version: '0'
|
270
270
|
requirements: []
|
271
271
|
rubyforge_project:
|
272
|
-
rubygems_version: 2.
|
272
|
+
rubygems_version: 2.5.1
|
273
273
|
signing_key:
|
274
274
|
specification_version: 4
|
275
275
|
summary: Garage Platform Engine
|