mx_record 0.1.3 → 0.1.4
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/mx_record.gemspec +1 -3
- metadata +2 -4
- data/Gemfile +0 -8
- data/Gemfile.lock +0 -39
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/mx_record.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "mx_record"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Lee Reilly"]
|
|
@@ -17,8 +17,6 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
"README.md"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
|
-
"Gemfile",
|
|
21
|
-
"Gemfile.lock",
|
|
22
20
|
"LICENSE.txt",
|
|
23
21
|
"README.md",
|
|
24
22
|
"Rakefile",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mx_record
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -83,8 +83,6 @@ extra_rdoc_files:
|
|
|
83
83
|
- LICENSE.txt
|
|
84
84
|
- README.md
|
|
85
85
|
files:
|
|
86
|
-
- Gemfile
|
|
87
|
-
- Gemfile.lock
|
|
88
86
|
- LICENSE.txt
|
|
89
87
|
- README.md
|
|
90
88
|
- Rakefile
|
|
@@ -108,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
106
|
version: '0'
|
|
109
107
|
segments:
|
|
110
108
|
- 0
|
|
111
|
-
hash:
|
|
109
|
+
hash: 3310371868219206114
|
|
112
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
111
|
none: false
|
|
114
112
|
requirements:
|
data/Gemfile
DELETED
data/Gemfile.lock
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
activesupport (3.2.11)
|
|
5
|
-
i18n (~> 0.6)
|
|
6
|
-
multi_json (~> 1.0)
|
|
7
|
-
bourne (1.1.2)
|
|
8
|
-
mocha (= 0.10.5)
|
|
9
|
-
git (1.2.5)
|
|
10
|
-
i18n (0.6.1)
|
|
11
|
-
jeweler (1.8.4)
|
|
12
|
-
bundler (~> 1.0)
|
|
13
|
-
git (>= 1.2.5)
|
|
14
|
-
rake
|
|
15
|
-
rdoc
|
|
16
|
-
json (1.7.6)
|
|
17
|
-
metaclass (0.0.1)
|
|
18
|
-
mocha (0.10.5)
|
|
19
|
-
metaclass (~> 0.0.1)
|
|
20
|
-
multi_json (1.5.0)
|
|
21
|
-
rake (10.0.3)
|
|
22
|
-
rdoc (3.12)
|
|
23
|
-
json (~> 1.4)
|
|
24
|
-
shoulda (3.3.2)
|
|
25
|
-
shoulda-context (~> 1.0.1)
|
|
26
|
-
shoulda-matchers (~> 1.4.1)
|
|
27
|
-
shoulda-context (1.0.2)
|
|
28
|
-
shoulda-matchers (1.4.2)
|
|
29
|
-
activesupport (>= 3.0.0)
|
|
30
|
-
bourne (~> 1.1.2)
|
|
31
|
-
|
|
32
|
-
PLATFORMS
|
|
33
|
-
ruby
|
|
34
|
-
|
|
35
|
-
DEPENDENCIES
|
|
36
|
-
bundler (~> 1.2.3)
|
|
37
|
-
jeweler (~> 1.8.3)
|
|
38
|
-
rdoc (~> 3.12)
|
|
39
|
-
shoulda
|