ocean-rails 5.7.0 → 5.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ocean/api.rb +1 -1
- data/lib/ocean/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00c894de92cde73fcc19899a1fc9c6c32566e22d
|
|
4
|
+
data.tar.gz: 0580b0a02a2c306390ca8428d9a2c9738a161dde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 950dc554f6a360463c5c6e222560d8697124f1b5045b575eb0d9f763bbab60ded52484e569aaea1e9f4641642cc4cd5574df8dd4b445f01bd2278d9876af15c5
|
|
7
|
+
data.tar.gz: 601825c884d9e2c3248d98c70aab36a2fc7685d119a875779ab0e9481fa6434333e9a88fe6ccc44f0e77e9aee68193a0dc12f234c7bb6b9d0f091ad9713a590b
|
data/lib/ocean/api.rb
CHANGED
|
@@ -495,7 +495,7 @@ class Api
|
|
|
495
495
|
def self.map_authorization(extra_actions, controller, action)
|
|
496
496
|
DEFAULT_ACTIONS[action] ||
|
|
497
497
|
extra_actions[controller][action] ||
|
|
498
|
-
raise
|
|
498
|
+
raise("The #{controller} lacks an extra_action declaration for #{action}")
|
|
499
499
|
end
|
|
500
500
|
|
|
501
501
|
|
data/lib/ocean/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ocean-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.7.
|
|
4
|
+
version: 5.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Bengtson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|