chillout 0.8.5 → 0.8.5.1

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: 1c33745fc085c99ca82736cd443c79f39125c6b9
4
- data.tar.gz: b7bd217d44922e5a4184fe9831c16342ba55605d
3
+ metadata.gz: 987de6b530580a990c6976659f84f144583c1b75
4
+ data.tar.gz: 6165cdbdc4f0da56d467f30bb41d4840402322e8
5
5
  SHA512:
6
- metadata.gz: 8638e7bae9c0d173a34d464d2d4f5ae6acb6cc240f50eb64d19447d0892acb5bb02425870f9859e8b4f23396152baa81cd2da467ebea9651d745ecd8b3c4776d
7
- data.tar.gz: 275ffc019ef780c186dc856b04f065ee1b425b036238061626096eabf0b706ccb06f6510e29615a566a49f92caa0b3387b350f54caa958a167ad1874417742ff
6
+ metadata.gz: b0ad33c2f10ef2654eb16338b89d6deea4b52026fd514e1cb73d2f262c97a76f36f852b0dbb88b5b132fbe8e49492a0b82e2af22788a2f3a5a7201e08985f4bf
7
+ data.tar.gz: 6928608274f23e0fe511b3f463755e59044589aa95d77a66866417c8fbe90b1264faece1a5f1942115118434443701bf3e279a383a5af7f52d6dfb4bc5784110
@@ -10,6 +10,7 @@ module Chillout
10
10
  private
11
11
  def listen(monitored_class)
12
12
  class_name = monitored_class.name
13
+ return unless class_name
13
14
  monitored_class.after_commit :on => :create do
14
15
  Rails.logger.debug "[Chillout] Model created: #{class_name}"
15
16
  Chillout.creations ||= CreationsContainer.new
@@ -1,3 +1,3 @@
1
1
  module Chillout
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chillout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Lomnicki
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-07-03 00:00:00.000000000 Z
14
+ date: 2017-07-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: multi_json
@@ -620,7 +620,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
620
620
  version: '0'
621
621
  requirements: []
622
622
  rubyforge_project:
623
- rubygems_version: 2.6.12
623
+ rubygems_version: 2.5.2
624
624
  signing_key:
625
625
  specification_version: 4
626
626
  summary: Chillout.io Ruby client