right_meow 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/right_meow.rb +4 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e8e8f0476d6209acafb58a7119e0e0d6d16e46a
4
- data.tar.gz: b9492c985988fd35d6c4125fc15c52ca93645b57
3
+ metadata.gz: 2a14e4d99c024c964d34c8164465b7aaed7159d3
4
+ data.tar.gz: 9800ef911695d54691608ccc10248800f7ca0461
5
5
  SHA512:
6
- metadata.gz: 519e0fcaf570660494a1050a7f9865728c1d133b6b51e7b9e8c6a78f1e3740f1c9a5dd12e48a1741a92509f16920b27b751be330240fc99e56578c1f7260655f
7
- data.tar.gz: 4e538a2f96b85b6f26decffc7d92b88d5e7cfa90f9cddff13863dfed8c8bdbd6239fdff19986b9e4e8f48b4a8bc176af29b97260f9b0cb5b892991b1e7145d70
6
+ metadata.gz: f224cdf6ff543798c6ff18c886cf8b9e251d19efb1dbd29962c635c873439238d0cd702844f3792b1dc31c57c3ca4fa599de2f03bf78fcaeee0ad40dae5baf24
7
+ data.tar.gz: 760998a3d0dec2f2589cd8fe4ae2b94456b43a4468a078152f9650960faeca369edc910d273f833528e0cf0f45632e47cb5900f1be92ae642348a4e595b2bc45
data/lib/right_meow.rb CHANGED
@@ -10,6 +10,8 @@ class DateTime
10
10
  end
11
11
  end
12
12
 
13
- def not_meow(options = {})
14
- DelayProxy.new(PerformableMailer, self, options)
13
+ class ActiveRecord:Base
14
+ def not_meow(options = {})
15
+ DelayProxy.new(PerformableMailer, self, options)
16
+ end
15
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_meow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Noble