dnsapp 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/Manifest CHANGED
@@ -8,6 +8,5 @@ lib/dnsapp/credentials.rb
8
8
  lib/dnsapp/domain.rb
9
9
  lib/dnsapp/object.rb
10
10
  lib/dnsapp/record.rb
11
- spec/credentials.yml
12
11
  spec/domain_spec.rb
13
12
  spec/record_spec.rb
data/Rakefile CHANGED
@@ -3,12 +3,12 @@ require 'rake'
3
3
  require 'echoe'
4
4
  require 'rspec/core/rake_task'
5
5
 
6
- Echoe.new('dnsapp', '0.0.2') do |p|
6
+ Echoe.new('dnsapp', '0.0.3') do |p|
7
7
  p.description = "Gem to interact with DNSapp.net Managed DNS service"
8
8
  p.url = "http://github.com/mmriis/dnsapp"
9
9
  p.author = "Morten Møller Riis"
10
10
  p.email = "m _AT_ justabout.it"
11
- p.ignore_pattern = ["tmp/*", "script/*"]
11
+ p.ignore_pattern = ["tmp/*", "script/*", "spec/credentials.yml"]
12
12
  p.development_dependencies = ["httparty"]
13
13
  end
14
14
 
data/dnsapp.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{dnsapp}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Morten M\303\270ller Riis"]
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = %q{Gem to interact with DNSapp.net Managed DNS service}
12
12
  s.email = %q{m _AT_ justabout.it}
13
13
  s.extra_rdoc_files = ["README.rdoc", "lib/dnsapp.rb", "lib/dnsapp/auth_check_parser.rb", "lib/dnsapp/credentials.rb", "lib/dnsapp/domain.rb", "lib/dnsapp/object.rb", "lib/dnsapp/record.rb"]
14
- s.files = ["Manifest", "README.rdoc", "Rakefile", "dnsapp.gemspec", "lib/dnsapp.rb", "lib/dnsapp/auth_check_parser.rb", "lib/dnsapp/credentials.rb", "lib/dnsapp/domain.rb", "lib/dnsapp/object.rb", "lib/dnsapp/record.rb", "spec/credentials.yml", "spec/domain_spec.rb", "spec/record_spec.rb"]
14
+ s.files = ["Manifest", "README.rdoc", "Rakefile", "dnsapp.gemspec", "lib/dnsapp.rb", "lib/dnsapp/auth_check_parser.rb", "lib/dnsapp/credentials.rb", "lib/dnsapp/domain.rb", "lib/dnsapp/object.rb", "lib/dnsapp/record.rb", "spec/domain_spec.rb", "spec/record_spec.rb"]
15
15
  s.homepage = %q{http://github.com/mmriis/dnsapp}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Dnsapp", "--main", "README.rdoc"]
17
17
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnsapp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Morten M\xC3\xB8ller Riis"
@@ -78,7 +78,6 @@ files:
78
78
  - lib/dnsapp/domain.rb
79
79
  - lib/dnsapp/object.rb
80
80
  - lib/dnsapp/record.rb
81
- - spec/credentials.yml
82
81
  - spec/domain_spec.rb
83
82
  - spec/record_spec.rb
84
83
  has_rdoc: true
metadata.gz.sig CHANGED
Binary file
data/spec/credentials.yml DELETED
File without changes