mailarchiva 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/mailarchiva.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58b94112e4d955b6fb03076b5bcec80b848b4dd6
|
|
4
|
+
data.tar.gz: 8de714758142b6121ba371cc5c2db6420ff69f0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ac04b43d2db0a0aa12c423c13f1515c74bfade632bb60df2ba4a82960a4ebafc79c4b246c3f0976f18a5c3891467512d522bcfcfde5973bdd9c620882dd9f6b
|
|
7
|
+
data.tar.gz: 44044d80ae166f561da5e8e09ddea68e7b086c22dfa68eaf21a366b965b351bfc767a9a2af8cd1e4f84b78ca47bd6a5a8c768dbc9f7f96efdbbba97c85469616
|
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
|
17
17
|
gem.name = "mailarchiva"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/Archdiocese-of-New-Orleans/mailarchiva"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Access the Mailarchiva API}
|
|
21
21
|
gem.description = %Q{A gem to access the Mailarchiva API}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.5
|
data/mailarchiva.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: mailarchiva 0.0.
|
|
5
|
+
# stub: mailarchiva 0.0.5 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "mailarchiva"
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.5"
|
|
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 = ["David John"]
|
|
14
|
-
s.date = "2015-06-
|
|
14
|
+
s.date = "2015-06-30"
|
|
15
15
|
s.description = "A gem to access the Mailarchiva API"
|
|
16
16
|
s.email = "dj@dbjohn.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"test/helper.rb",
|
|
36
36
|
"test/test_mailarchiva.rb"
|
|
37
37
|
]
|
|
38
|
-
s.homepage = "http://github.com/
|
|
38
|
+
s.homepage = "http://github.com/Archdiocese-of-New-Orleans/mailarchiva"
|
|
39
39
|
s.licenses = ["MIT"]
|
|
40
40
|
s.rubygems_version = "2.4.2"
|
|
41
41
|
s.summary = "Access the Mailarchiva API"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailarchiva
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David John
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: shoulda
|
|
@@ -131,7 +131,7 @@ files:
|
|
|
131
131
|
- mailarchiva.gemspec
|
|
132
132
|
- test/helper.rb
|
|
133
133
|
- test/test_mailarchiva.rb
|
|
134
|
-
homepage: http://github.com/
|
|
134
|
+
homepage: http://github.com/Archdiocese-of-New-Orleans/mailarchiva
|
|
135
135
|
licenses:
|
|
136
136
|
- MIT
|
|
137
137
|
metadata: {}
|