active_spy 1.1.2 → 1.1.3

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: 88cdb645385cb93e9af02ca2a7bff605c4a9ccb4
4
- data.tar.gz: a2611aa13ad8fd34d84123bccbd1afe05c50c749
3
+ metadata.gz: cd704eba64b7ad9be006ae4589345b8b9ff82506
4
+ data.tar.gz: 71563505e25eefc826a221fb41d38bb12ee64bf7
5
5
  SHA512:
6
- metadata.gz: 1fe961476383949c0f971e4df02120280756da38bd281917ad8f0cce72395de01945eebc1accec3ee62983342e2349818d372195528ee7e7eb96b06ae4d87829
7
- data.tar.gz: b4307c085fd32c63cc0bf0db71716fd99db470bd18d18c9b681666f648e16f53d1b5164966b209ee9b757d525ac34e6909c8bac0a62d1513b89814d2a5368849
6
+ metadata.gz: e864cca0551ed4fe9d75a1ae201edbb6e8136aced51e727d1fa69eba2b0ace9959e9cccb673f68b41fced069639dc1e6aa0bab3a469e8644cec77bd078e12c24
7
+ data.tar.gz: 14686a64308ae92bcb4ab7058ff14b6e38b5b2a64e08e0192a92d1ae425ad4c662eb063fc511e9dc6c0b740ab48654e88a89cdab5a9307a9d65822f8c7fecc0f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.2
1
+ 1.1.3
data/active_spy.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: active_spy 1.1.2 ruby lib
5
+ # stub: active_spy 1.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "active_spy"
9
- s.version = "1.1.2"
9
+ s.version = "1.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Douglas Camata"]
14
- s.date = "2014-07-24"
14
+ s.date = "2014-07-25"
15
15
  s.description = " Watch for a method call in any class and run before/after callbacks.\n You can even watch your Rails models for events (like create, update,\n destroy), send these events to a event-runner instance and it redirect these\n events to other apps that are subscrived for them. This gem also provides\n classes that you can use to process the received events too.\n"
16
16
  s.email = "d.camata@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -69,6 +69,7 @@ module ActiveSpy
69
69
  object.instance_eval do
70
70
  undef :is_new=
71
71
  undef :is_new?
72
+ instance_variable_set(:@is_new, nil)
72
73
  end
73
74
  end
74
75
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_spy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas Camata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-24 00:00:00.000000000 Z
11
+ date: 2014-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport