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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd254ebe68959d2d33f6ad3c0907b02078d70598
4
- data.tar.gz: 7e6b4813a48ee9fdf65087b2f0e72a529c5632cf
3
+ metadata.gz: 00c894de92cde73fcc19899a1fc9c6c32566e22d
4
+ data.tar.gz: 0580b0a02a2c306390ca8428d9a2c9738a161dde
5
5
  SHA512:
6
- metadata.gz: a687103ddeedbc2845945f728d948c77026cfb732085597882d6e798b1690cad766513933ef163465ac8f42e70fb6383f29b81dffd58f79eaaac49312b5183f0
7
- data.tar.gz: 47477f52e6e3220e567afe338369a793a2302e93e55c7c72c8aa1e30b4380fa51795b0a011268fc6877a6f3587275a1b5c0a7282ce779dcf369c446f0537e3d0
6
+ metadata.gz: 950dc554f6a360463c5c6e222560d8697124f1b5045b575eb0d9f763bbab60ded52484e569aaea1e9f4641642cc4cd5574df8dd4b445f01bd2278d9876af15c5
7
+ data.tar.gz: 601825c884d9e2c3248d98c70aab36a2fc7685d119a875779ab0e9481fa6434333e9a88fe6ccc44f0e77e9aee68193a0dc12f234c7bb6b9d0f091ad9713a590b
@@ -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 #"The #{controller} lacks an extra_action declaration for #{action}"
498
+ raise("The #{controller} lacks an extra_action declaration for #{action}")
499
499
  end
500
500
 
501
501
 
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "5.7.0"
2
+ VERSION = "5.7.1"
3
3
  end
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.0
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-08 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus