curationexperts-mailboxer 0.10.3.rc1 → 0.10.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/mailboxer.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69426cc739579acf2b735b760cbea90aa23892c0
|
4
|
+
data.tar.gz: dc39e428c139e2f2a02b8607d63ec39801fa3ca5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d9b0d71a28e038720d197b07c97da02a0932846f576f59c837fc1c1e42fc49962d07d74d3cdde0ed80c17966bbf969c030c78e77e953ad4fc6a5eafc9b212ff
|
7
|
+
data.tar.gz: 32fc1bd1bc2870ac84177c97de57883e4272b2841816618fba1f731c2e63eb7d988ed36ab4681848206c2b49d99c076acc8c847dd64cfb2868a2e316dbe182cc
|
data/mailboxer.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "curationexperts-mailboxer"
|
3
|
-
s.version = "0.10.3
|
3
|
+
s.version = "0.10.3"
|
4
4
|
s.authors = ["Justin Coyne", "Eduardo Casanova Cuesta"]
|
5
5
|
s.summary = "Messaging system for rails apps."
|
6
6
|
s.description = "A Rails engine that allows any model to act as messageable, adding the ability to exchange messages " +
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: curationexperts-mailboxer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.3
|
4
|
+
version: 0.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-07-
|
12
|
+
date: 2013-07-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: foreigner
|
@@ -250,14 +250,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
250
250
|
version: '0'
|
251
251
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
252
252
|
requirements:
|
253
|
-
- - '
|
253
|
+
- - '>='
|
254
254
|
- !ruby/object:Gem::Version
|
255
|
-
version:
|
255
|
+
version: '0'
|
256
256
|
requirements: []
|
257
257
|
rubyforge_project:
|
258
|
-
rubygems_version: 2.0.
|
258
|
+
rubygems_version: 2.0.5
|
259
259
|
signing_key:
|
260
260
|
specification_version: 4
|
261
261
|
summary: Messaging system for rails apps.
|
262
262
|
test_files: []
|
263
|
-
has_rdoc:
|