postmark-mitt 0.0.2 → 0.0.3
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.
- data/VERSION +1 -1
- data/lib/postmark-mitt.rb +1 -0
- data/postmark-mitt.gemspec +2 -1
- metadata +3 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'postmark_mitt'
|
data/postmark-mitt.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{postmark-mitt}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Randy Schmidt"]
|
|
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
"README.rdoc",
|
|
23
23
|
"Rakefile",
|
|
24
24
|
"VERSION",
|
|
25
|
+
"lib/postmark-mitt.rb",
|
|
25
26
|
"lib/postmark/mitt.rb",
|
|
26
27
|
"lib/postmark_mitt.rb",
|
|
27
28
|
"postmark-mitt.gemspec",
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: postmark-mitt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Randy Schmidt
|
|
@@ -105,6 +105,7 @@ files:
|
|
|
105
105
|
- README.rdoc
|
|
106
106
|
- Rakefile
|
|
107
107
|
- VERSION
|
|
108
|
+
- lib/postmark-mitt.rb
|
|
108
109
|
- lib/postmark/mitt.rb
|
|
109
110
|
- lib/postmark_mitt.rb
|
|
110
111
|
- postmark-mitt.gemspec
|
|
@@ -125,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
126
|
requirements:
|
|
126
127
|
- - ">="
|
|
127
128
|
- !ruby/object:Gem::Version
|
|
128
|
-
hash: -
|
|
129
|
+
hash: -4413840685733338444
|
|
129
130
|
segments:
|
|
130
131
|
- 0
|
|
131
132
|
version: "0"
|