recorder 0.1.4 → 0.1.5

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: b4550b7a532edd1f5ce2c56036803a96ca4f8242
4
- data.tar.gz: 4051cdb776fe3d7c25ad879547cd56dae3ae35ac
3
+ metadata.gz: 4e387f861fb5b2a95c2fa66d320f9936f8847e0b
4
+ data.tar.gz: f86308f06e0e8b64454403aa21f0e97134f1260f
5
5
  SHA512:
6
- metadata.gz: 73714c8436f37e393705489ecfe4ea23d805cec43bf158e3b920945e246bd48d631fb48c7c07c4e114ce9a891b7ac857293faa099a8a63f08a2cb15c1e29838f
7
- data.tar.gz: c3030783723e4d3e59ae67fabc6e2bd3f18c718f2339893375b750c54ad2d7cfdbcd6bfded0c7d08b115edc2adbe8c1a122b4b4091b64b98fc60ef3dc9e8a190
6
+ metadata.gz: 59f5cf0cc7900f4e8830367c54cab2ccd618d57e56eb0b13a45dd95e5475d03c66a3dd1760a1edaa60619b7f6c38c6fe7c2d449c0161a9d9813d2cec45358be2
7
+ data.tar.gz: c2a0a8b5594d423ba349265f011610e9600e5631fae4a949d4322db6a4e6ce096de2abc334162a8da2700c12e7afcd6269ddba66a5521eb2bae8eca112d1abad
data/lib/recorder/tape.rb CHANGED
@@ -77,7 +77,7 @@ module Recorder
77
77
  end
78
78
 
79
79
  def parse_associations_attributes(event)
80
- if self.item.recorder_options[:associations].any?
80
+ if self.item.recorder_options[:associations].present?
81
81
  self.item.recorder_options[:associations].inject({}) do |hash, association|
82
82
  reflection = self.item.class.reflect_on_association(association)
83
83
  if reflection.present?
@@ -3,7 +3,7 @@ module Recorder
3
3
  module VERSION
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 4
6
+ TINY = 5
7
7
  PRE = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recorder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Alexandrov