ocean-rails 6.1.0 → 6.1.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: f3c466d14a4377353e6066a920473a01bfab2ae6
4
- data.tar.gz: bbe416f156a3ceb38c99d3b7d7f8f3034778d9f4
3
+ metadata.gz: 11099e235654c1b72d446c70032b598b8c75b5a5
4
+ data.tar.gz: 6656cc737ac213ca7a86afe74501a692db715885
5
5
  SHA512:
6
- metadata.gz: e9ecd343b2596ddcd880671a4c4b3a000dcb61549700bccbcb195aa5e35529a16264593c30809d0b453e15973070ab848bb4d5ad294c39ac823e85b5fc2b89f7
7
- data.tar.gz: 28d9e635e2dc146d360a048daa5f60612ce4e7740fc4616cb755e41d975eed76fc4de7f3bb407847bf780d757448137f49eb506c01911bfb06ccd7bbda2d3fe1
6
+ metadata.gz: c5bf70ffe1bc1af33c9ac54a9d4b2f005f18549ed6e76709b0f5aafabf721d87166ed9241fc24c97b708fcced6e5833022f99a8bf0bc3dea25d2a68a4121d979
7
+ data.tar.gz: 8caf83458d8fbe208c2826af2087ceb4f91dd1349c3fb790408fddeeca9705344ad5364f2497481412d1304b50add94cb763c2eaab85433dcac1502088f048a3
@@ -86,7 +86,7 @@ module Ocean
86
86
  # that +comment_create+ will be called as the result of a +POST+ to the same hyperlink.
87
87
  # Thus, +extra_actions+ maps actions to hyperlink names and HTTP methods.
88
88
  #
89
- def ocean_resource_controller(required_attributes: [:lock_version, :name, :description],
89
+ def ocean_resource_controller(required_attributes: [:lock_version],
90
90
  permitted_attributes: [],
91
91
  no_validation_errors_on: [],
92
92
  extra_actions: {}
data/lib/ocean/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "6.1.0"
2
+ VERSION = "6.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocean-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson