zerigodns 1.0.0 → 1.0.1
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zerigodns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -92,22 +92,6 @@ dependencies:
|
|
|
92
92
|
- - ~>
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 0.9.1
|
|
95
|
-
- !ruby/object:Gem::Dependency
|
|
96
|
-
name: zerigodns
|
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
|
98
|
-
none: false
|
|
99
|
-
requirements:
|
|
100
|
-
- - ! '>='
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: '0'
|
|
103
|
-
type: :runtime
|
|
104
|
-
prerelease: false
|
|
105
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
-
none: false
|
|
107
|
-
requirements:
|
|
108
|
-
- - ! '>='
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
110
|
-
version: '0'
|
|
111
95
|
description: Gem for interacting with the Zerigo DNS REST API.
|
|
112
96
|
email: support@zerigo.com
|
|
113
97
|
executables: []
|
|
@@ -127,7 +111,8 @@ files:
|
|
|
127
111
|
- lib/zerigodns/zone_template.rb
|
|
128
112
|
- lib/zerigodns.rb
|
|
129
113
|
homepage: http://github.com/8x8Cloud/zerigo_dns
|
|
130
|
-
licenses:
|
|
114
|
+
licenses:
|
|
115
|
+
- MIT
|
|
131
116
|
post_install_message:
|
|
132
117
|
rdoc_options: []
|
|
133
118
|
require_paths:
|