apipie-rails 0.5.3 → 0.5.4

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: 48952709ccb91672a6df0ec3677c3b162547d746
4
- data.tar.gz: edbbd4991455d90c2794e334a31c32dbea4c7345
3
+ metadata.gz: a785ca04175c3a876a939d72f3d64c290e74659a
4
+ data.tar.gz: b2ad5080125c58f0f7d18e0b53d1c916fe1d9cb7
5
5
  SHA512:
6
- metadata.gz: 4221d7618ae16227197545936ce325b837cba3538678640e3997f64efd38e1a0b478d66318b516e9ef266d7156795dc9e67e10a2b8153f0d94110d44b7d875dc
7
- data.tar.gz: ca71c77b37c840357d8dd64396d7a91b4ea80f2ed7ddcf4824011e431a846bbd0610aca424453192e56fce088c89702092ed8f78d0831cbc1b388cc89ccbb7b7
6
+ metadata.gz: a9650f7f0ee8c59d9458db87fda68ab987dda7dc20a0d75999e6c801640e5685d43a5e25ca7e7788002e88d261ed6bcb8e653edb17a16edc89a92282e8832c96
7
+ data.tar.gz: 7e403f89361d3bc90cd62e5fd2a8eb6f4b62b92024adf9acb7cab7baebe44797cf092b3eb4bdb6cf8aadf09447dd5bf39fd22a792738ebd81eb8024389b4279e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  ===========
3
3
 
4
+ v0.5.4
5
+ ------
6
+
7
+ - Constantize controller class before calling superclass [\#558](https://github.com/Apipie/apipie-rails/pull/558) ([ydkn](https://github.com/ydkn))
8
+
4
9
  v0.5.3
5
10
  ------
6
11
 
data/Gemfile CHANGED
@@ -1 +1 @@
1
- Gemfile.rails50
1
+ ./Gemfile.rails50
@@ -126,7 +126,7 @@ module Apipie
126
126
  if controller == ActionController::Base || controller.nil?
127
127
  return [Apipie.configuration.default_version]
128
128
  else
129
- return controller_versions(controller.superclass)
129
+ return controller_versions(controller.to_s.constantize.superclass)
130
130
  end
131
131
  end
132
132
 
@@ -1,3 +1,3 @@
1
1
  module Apipie
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apipie-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Pokorny
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-07 00:00:00.000000000 Z
12
+ date: 2017-09-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
302
302
  version: '0'
303
303
  requirements: []
304
304
  rubyforge_project:
305
- rubygems_version: 2.5.1
305
+ rubygems_version: 2.6.12
306
306
  signing_key:
307
307
  specification_version: 4
308
308
  summary: Rails REST API documentation tool