cowtech-rails 1.6.1.0 → 1.6.1.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.
@@ -21,7 +21,7 @@ module Cowtech
21
21
  end
22
22
 
23
23
  def self.[](what, only_id = false)
24
- self.__finalize_record(self.__index_find(what), only_id)
24
+ self.__finalize(self.__index_find(what), only_id)
25
25
  end
26
26
 
27
27
  def safe_id
@@ -10,7 +10,7 @@ module Cowtech
10
10
  MAJOR = 1
11
11
  MINOR = 6
12
12
  PATCH = 1
13
- BUILD = 0
13
+ BUILD = 1
14
14
 
15
15
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
16
16
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 6
8
8
  - 1
9
- - 0
10
- version: 1.6.1.0
9
+ - 1
10
+ version: 1.6.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shogun