ocean-rails 2.0.6 → 2.0.7

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: 442f1cc9737343e717a9d98b1642b3bcde8150bf
4
- data.tar.gz: f55daf2bfcbfcb13afb271d8381d59cd0b647336
3
+ metadata.gz: 9d2a6191c44fff2f51ae3d41839f1914ea72534a
4
+ data.tar.gz: 4fbf94dc3300dcb70e9b0b4f7ec458b7410710eb
5
5
  SHA512:
6
- metadata.gz: d7018284d6f20b4c55001c178809e82b8e2eee873057494d9b0eeea638b30b19a09e9eab5b44c6d6df21723bdb9854d6413fd3744711aebc7f7b023b927a01dc
7
- data.tar.gz: 85c9914342869ff6ca5a8360f3dfb6d3d6b7b6ac79fa1dfab60a87da0cf44384cc03351198791b33251f4aadd5f4cf85a5845449472634e1e52c7dd635351e80
6
+ metadata.gz: 3430f993899bcfe75ace3f9cd9f18715e73b913dcba12094f9512a1aaf9fc0bd5f681cf44d00030da5cf32d8fc8ea4e05b122a7a19b506a145c0393efdea5b89
7
+ data.tar.gz: aa34d7bc043904184ecb20cac7fe4aed36bc99d43e736a63569d02146e1fe3593633edd4859915235a3116ccc76cff3fe5d449e97afd820eb25453ef0c572b86
@@ -176,8 +176,8 @@ module OceanApplicationController
176
176
  else
177
177
  resources = x.dup.collect { |m| render_to_string(partial: m.to_partial_path,
178
178
  locals: {m.class.model_name.i18n_key => m}) }
179
- attrs = {count: resources.count,
180
- total_count: x.unscope(:limit, :offset).count
179
+ attrs = {count: resources.count #,
180
+ #total_count: x.unscope(:limit, :offset).count
181
181
  }
182
182
  links = {}
183
183
  if href
data/lib/ocean/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
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: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson