chillout 0.8.8 → 0.8.9

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: 146543514bd9a57101ff6edfa2e7f4b9230c6b32
4
- data.tar.gz: 8d99f8a62af72773cbe7344ccef119a435b066a1
3
+ metadata.gz: 18d97ce7a1130924c577c7a6e4cb6bf7c6a99606
4
+ data.tar.gz: ed92053f35df2cfe39e62014a87ea0dd340ef837
5
5
  SHA512:
6
- metadata.gz: 61bc007ffd4972c0a1d6bbd38288e326e40f4a11609be28e9454438a4cae84e51d9c3a52245f8a8f703e8fca510033fefb62226d63432fc6967c70c43c256f32
7
- data.tar.gz: d7d9a20333b07c7a11139609060ef23669602615859a94e6c452d74e3ab14d978122dd7c878dc9103cbdfbe265e2ef12d3a174c25d7a222622d67d005e38c245
6
+ metadata.gz: 36f3e269846b4c54939fdee0dc9a52baebdbccf903c6e43d24069bf719cdb2442affaa1bb851fdff068d186f92b485323b4caf6638ade4650aa2ebe94096fc53
7
+ data.tar.gz: 131a44b9d0fe2c2d6a2675ca96bf30b388cb94df09f354f400ae55aae11bb7838f82c4b6aaf0c2739a2e75706f98f7035f777b71924bbcff368f5a15b21a0bd7
@@ -1,5 +1,10 @@
1
1
  # chillout gem changes
2
2
 
3
+ 0.8.9
4
+ -----
5
+
6
+ - Bugfix for [Exception when using has_and_belongs_to_many](https://github.com/chilloutio/chillout/issues/5)
7
+
3
8
  0.8.8
4
9
  -----
5
10
 
@@ -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.8"
2
+ VERSION = "0.8.9"
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.8
4
+ version: 0.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Lomnicki