the_garage 2.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/garage/docs/resources_controller.rb +2 -3
- data/lib/garage/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fd5236927149e28d864fc078a00f74ec277256c
|
4
|
+
data.tar.gz: 276a5eef44c831fd2f9272deed9473a08605631d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2703abd920d19305363b0ab9de90d57a3feeb3808ea155d716ba2588df097fd5bfee5ab00950849a3e28e5ca2569d3bee7d3fc4f314895a344bf1a9acb49775
|
7
|
+
data.tar.gz: c19f31948ad180ba53ea10981a7ee9e53efd5a6f99a3d53be961a8e47b4f06f34a77ca34fb77e99a4c3dec2219e92fc3802fcb9dabaa3464ba125c8aa0b41152
|
@@ -46,14 +46,13 @@ class Garage::Docs::ResourcesController < Garage::ApplicationController
|
|
46
46
|
end
|
47
47
|
end
|
48
48
|
|
49
|
+
private
|
50
|
+
|
49
51
|
def _current_user
|
50
52
|
@current_user ||= instance_eval(&Garage.configuration.docs.current_user_method)
|
51
53
|
end
|
52
|
-
hide_action :_current_user
|
53
54
|
helper_method :_current_user
|
54
55
|
|
55
|
-
private
|
56
|
-
|
57
56
|
def console_application
|
58
57
|
{
|
59
58
|
uid: Garage.configuration.docs.console_app_uid,
|
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.
|
4
|
+
version: 2.2.0
|
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-08-18 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
|