splicer 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/splicer/version.rb +1 -1
- data/splicer.gemspec +1 -1
- metadata +4 -4
data/lib/splicer/version.rb
CHANGED
data/splicer.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["warmwaffles@gmail.com"]
|
11
11
|
spec.description = %q{Splicer allows communication with one or more dns providers}
|
12
12
|
spec.summary = %q{Splicer allows communication with one or more dns providers}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/zippykid/splicer"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: splicer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -105,7 +105,7 @@ files:
|
|
105
105
|
- spec/splicer/zone_spec.rb
|
106
106
|
- spec/splicer_spec.rb
|
107
107
|
- splicer.gemspec
|
108
|
-
homepage: https://github.com/
|
108
|
+
homepage: https://github.com/zippykid/splicer
|
109
109
|
licenses:
|
110
110
|
- MIT
|
111
111
|
post_install_message:
|
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
120
|
version: '0'
|
121
121
|
segments:
|
122
122
|
- 0
|
123
|
-
hash:
|
123
|
+
hash: 3256112147773983445
|
124
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
125
|
none: false
|
126
126
|
requirements:
|
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
129
|
version: '0'
|
130
130
|
segments:
|
131
131
|
- 0
|
132
|
-
hash:
|
132
|
+
hash: 3256112147773983445
|
133
133
|
requirements: []
|
134
134
|
rubyforge_project:
|
135
135
|
rubygems_version: 1.8.25
|