dns-zonefile 1.1.0 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +10 -3
- data/.rspec +2 -0
- data/.travis.yml +8 -2
- data/CONTRIBUTING.md +36 -0
- data/Dockerfile +1 -1
- data/Gemfile +1 -1
- data/README.md +11 -15
- data/Rakefile +2 -7
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/circle.yml +6 -0
- data/dns-zonefile.gemspec +34 -24
- data/examples/basic.rb +12 -0
- data/examples/basic_origin.rb +15 -0
- data/examples/example.com.no-origin.zonefile +16 -0
- data/examples/example.com.zonefile +17 -0
- data/lib/dns/zonefile.rb +197 -200
- data/lib/dns/zonefile.treetop +47 -12
- data/lib/dns/zonefile/version.rb +1 -1
- metadata +57 -36
- data/spec/dns/zonefile_spec.rb +0 -435
- data/spec/spec_helper.rb +0 -2
data/spec/spec_helper.rb
DELETED