gehirn_dns 1.0.0.pre2 → 1.0.0.pre3
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/{LICENSE.md → LICENSE} +0 -0
- data/README.md +3 -2
- data/gehirn_dns.gemspec +1 -1
- data/lib/gehirn_dns/version.rb +1 -1
- 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: 6ba0a27cc98c237c9ab4af4384d2834dc507e9cd
|
|
4
|
+
data.tar.gz: ab660127121d77b8b76ffdbc145e816a005d2532
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70f56c0858eae05b499a141ac49adca9abfbfa79ff13efa2aa8d9a661879da6303a8b0ffce434a1581bde0be86de42e2cd37286c3fa7263385347d56bf051c76
|
|
7
|
+
data.tar.gz: 4fc8031255745b121a3530cf4d35fe94f34ec2508520e65e2edbcc882759a575104d2df8cffd1a59e34ba68c66c14ba77fba230401c75a0129808a5aea3d47cc
|
data/{LICENSE.md → LICENSE}
RENAMED
|
File without changes
|
data/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# gehirndns-ruby
|
|
2
|
+
|
|
3
|
+
[](https://badge.fury.io/rb/gehirn_dns)
|
|
2
4
|
|
|
3
5
|
An API Client of [Gehirn DNS](https://www.gehirn.jp/gis/dns.html) for Ruby
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Add this line to your application's Gemfile:
|
|
8
|
-
(*This way can't use now, I'll publish this to rubygems on nearby 2017-08-01)
|
|
9
10
|
|
|
10
11
|
```ruby
|
|
11
12
|
gem 'gehirn_dns'
|
data/gehirn_dns.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = 'The Gehirn DNS API client for Ruby'
|
|
14
14
|
spec.description = 'The Gehirn DNS API client for Ruby'
|
|
15
|
-
spec.homepage = 'https://github.com/kyontan/
|
|
15
|
+
spec.homepage = 'https://github.com/kyontan/gehirndns_ruby'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
18
18
|
f.match(%r{^(test|spec|features)/})
|
data/lib/gehirn_dns/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gehirn_dns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.pre3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kyontan
|
|
@@ -78,7 +78,7 @@ files:
|
|
|
78
78
|
- ".rubocop.yml"
|
|
79
79
|
- ".travis.yml"
|
|
80
80
|
- Gemfile
|
|
81
|
-
- LICENSE
|
|
81
|
+
- LICENSE
|
|
82
82
|
- README.md
|
|
83
83
|
- Rakefile
|
|
84
84
|
- bin/setup
|
|
@@ -93,7 +93,7 @@ files:
|
|
|
93
93
|
- lib/gehirn_dns/resource/version.rb
|
|
94
94
|
- lib/gehirn_dns/resource/zone.rb
|
|
95
95
|
- lib/gehirn_dns/version.rb
|
|
96
|
-
homepage: https://github.com/kyontan/
|
|
96
|
+
homepage: https://github.com/kyontan/gehirndns_ruby
|
|
97
97
|
licenses: []
|
|
98
98
|
metadata: {}
|
|
99
99
|
post_install_message:
|