ocean-rails 2.0.7 → 2.0.8

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: 9d2a6191c44fff2f51ae3d41839f1914ea72534a
4
- data.tar.gz: 4fbf94dc3300dcb70e9b0b4f7ec458b7410710eb
3
+ metadata.gz: 3bb5b73ec236ad99108aeff9b8f85b9840d68b19
4
+ data.tar.gz: 6ba40090f25e11d957d0ccba50a5cdc1d70d8c77
5
5
  SHA512:
6
- metadata.gz: 3430f993899bcfe75ace3f9cd9f18715e73b913dcba12094f9512a1aaf9fc0bd5f681cf44d00030da5cf32d8fc8ea4e05b122a7a19b506a145c0393efdea5b89
7
- data.tar.gz: aa34d7bc043904184ecb20cac7fe4aed36bc99d43e736a63569d02146e1fe3593633edd4859915235a3116ccc76cff3fe5d449e97afd820eb25453ef0c572b86
6
+ metadata.gz: a6060f4e6d31e077f10066e59a73e876f1e3874c88f53cebb6ed972fd2c94b133c99340137c344b5c4b96251020ec6b61ee5522412391f2f6168c930ba89d695
7
+ data.tar.gz: b8627857c7f60918750963f1f186962d5d411fd7c317beba1ece0d0330a842d2a56b7559f86c92ca8f4dd75bcf982d9bfcd82a3eafed9b365822fe6b2699f1ff
@@ -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.7"
2
+ VERSION = "2.0.8"
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.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson