ocean-rails 4.1.2 → 4.1.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3be793eb9ff5d7d7be1e4d36c03e4d43e4826456
|
|
4
|
+
data.tar.gz: 6a2abd209b397544f54b006b634959e121b6a3d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4de6a46e220746fcdf723c3f239eca3f00efa230522d156cd135014ac8b8e0a804103435dba7e58f7081e3082eca204a77a99e93b8d1ae9df127bdac3209d5f3
|
|
7
|
+
data.tar.gz: 2e459edeb0ed1c10b5eb8877cd0e73bfba0c9af6e1e3aa5e2865ac2e5f9a2afe78ff0289f72f8c929913476c8cd244f30588823bf29e25c58be8d69bd722a6ab
|
|
@@ -8,7 +8,6 @@ end
|
|
|
8
8
|
ENV["RAILS_ENV"] ||= 'test'
|
|
9
9
|
require File.expand_path("../../config/environment", __FILE__)
|
|
10
10
|
require 'rspec/rails'
|
|
11
|
-
require 'rspec/autorun'
|
|
12
11
|
|
|
13
12
|
# Requires supporting ruby files with custom matchers and macros, etc,
|
|
14
13
|
# in spec/support/ and its subdirectories.
|
data/lib/ocean/version.rb
CHANGED
|
@@ -7,8 +7,6 @@ class <%= controller_class_name %>Controller < ApplicationController
|
|
|
7
7
|
|
|
8
8
|
ocean_resource_controller required_attributes: [:lock_version, :name, :description]
|
|
9
9
|
|
|
10
|
-
respond_to :json
|
|
11
|
-
|
|
12
10
|
before_action :find_<%= singular_table_name %>, :only => [:show, :update, :destroy]
|
|
13
11
|
|
|
14
12
|
|
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: 4.1.
|
|
4
|
+
version: 4.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Bengtson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -282,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
282
282
|
version: '0'
|
|
283
283
|
requirements: []
|
|
284
284
|
rubyforge_project:
|
|
285
|
-
rubygems_version: 2.
|
|
285
|
+
rubygems_version: 2.4.6
|
|
286
286
|
signing_key:
|
|
287
287
|
specification_version: 4
|
|
288
288
|
summary: This gem implements common Ocean behaviour for Ruby and Ruby on Rails.
|