acts-as-messageable 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/acts-as-messageable.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db6556253a7a9ff961dd6be46e1015f9b5d4f1277e2e30ae2c7ae6a985c13d17
|
4
|
+
data.tar.gz: 83408f75479cb2d5774af0803acb91f7934b19d8e100dc9078c1ff48e113f8e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 987c81f94354564314cce7b16bf3bf661c1fa79253aae3bac6c3bd65d921957495ebf7b41827b3cd79ec8fbba609275185f31a9009eaebebe5142567c538a7fb
|
7
|
+
data.tar.gz: 790d979966ca37c5d302949e540406aaa43c0e434c189fa50384fdf5713aa0557c0a60725d7d1acac4b19b8a23772ea8b6509fcc7d7e8df3b3b344ac71048afc
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
data/acts-as-messageable.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
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: acts-as-messageable 1.0.
|
5
|
+
# stub: acts-as-messageable 1.0.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "acts-as-messageable".freeze
|
9
|
-
s.version = "1.0.
|
9
|
+
s.version = "1.0.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata=
|