sub_pub 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sub_pub/version.rb +1 -1
- data/pkg/sub_pub-0.0.7.gem +0 -0
- metadata +4 -9
data/lib/sub_pub/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sub_pub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-22 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: In process publish/subscribe for Ruby
|
15
15
|
email:
|
@@ -39,6 +39,7 @@ files:
|
|
39
39
|
- pkg/sub_pub-0.0.3.gem
|
40
40
|
- pkg/sub_pub-0.0.4.gem
|
41
41
|
- pkg/sub_pub-0.0.6.gem
|
42
|
+
- pkg/sub_pub-0.0.7.gem
|
42
43
|
- spec/integration/sub_pub_spec.rb
|
43
44
|
- spec/spec_helper.rb
|
44
45
|
- spec/unit/active_record_subscriber_spec.rb
|
@@ -57,21 +58,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
58
|
- - ! '>='
|
58
59
|
- !ruby/object:Gem::Version
|
59
60
|
version: '0'
|
60
|
-
segments:
|
61
|
-
- 0
|
62
|
-
hash: 246920761593909108
|
63
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
62
|
none: false
|
65
63
|
requirements:
|
66
64
|
- - ! '>='
|
67
65
|
- !ruby/object:Gem::Version
|
68
66
|
version: '0'
|
69
|
-
segments:
|
70
|
-
- 0
|
71
|
-
hash: 246920761593909108
|
72
67
|
requirements: []
|
73
68
|
rubyforge_project:
|
74
|
-
rubygems_version: 1.8.
|
69
|
+
rubygems_version: 1.8.23
|
75
70
|
signing_key:
|
76
71
|
specification_version: 3
|
77
72
|
summary: SubPub is a thin wrapper around ActiveSupport::Notifications, which provides
|