dnsapp 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. data.tar.gz.sig +2 -0
  2. data/Manifest +3 -0
  3. data/Rakefile +19 -0
  4. data/dnsapp.gemspec +35 -0
  5. data/lib/dnsapp.rb +4 -0
  6. metadata +110 -0
  7. metadata.gz.sig +3 -0
data.tar.gz.sig ADDED
@@ -0,0 +1,2 @@
1
+ Xo��JXy\�� 0
2
+ �^غk8�6��(��R���{�6�ᒖ�Q=ܬ�kw p��@�Bpi Ӂ ��+�!�L@��&�uZ��R�f���a�S� ^A�^�^�kI�����8�y&\~�]��YI�h��"�v{����*�F�E����a�U�16\�eA"o��|5�G��)�o�:��дωkZ=i�G���9�e�
data/Manifest ADDED
@@ -0,0 +1,3 @@
1
+ Rakefile
2
+ lib/dnsapp.rb
3
+ Manifest
data/Rakefile ADDED
@@ -0,0 +1,19 @@
1
+ require 'rubygems'
2
+ require 'rake'
3
+ require 'echoe'
4
+ require 'rspec/core/rake_task'
5
+
6
+ Echoe.new('dnsapp', '0.0.1') do |p|
7
+ p.description = "Gem to interact with DNSapp.net Managed DNS service"
8
+ p.url = "http://github.com/mmriis/dnsapp"
9
+ p.author = "Morten Møller Riis"
10
+ p.email = "m _AT_ justabout.it"
11
+ p.ignore_pattern = ["tmp/*", "script/*"]
12
+ p.development_dependencies = ["httparty"]
13
+ end
14
+
15
+ desc "Generate code coverage"
16
+ RSpec::Core::RakeTask.new(:coverage) do |t|
17
+ t.rcov = true
18
+ t.rcov_opts = ['--exclude', 'spec']
19
+ end
data/dnsapp.gemspec ADDED
@@ -0,0 +1,35 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{dnsapp}
5
+ s.version = "0.0.1"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Morten M\303\270ller Riis"]
9
+ s.cert_chain = ["/Users/mmr/gem-public_cert.pem"]
10
+ s.date = %q{2011-01-15}
11
+ s.description = %q{Gem to interact with DNSapp.net Managed DNS service}
12
+ s.email = %q{m _AT_ justabout.it}
13
+ s.extra_rdoc_files = ["lib/dnsapp.rb"]
14
+ s.files = ["Rakefile", "lib/dnsapp.rb", "Manifest", "dnsapp.gemspec"]
15
+ s.homepage = %q{http://github.com/mmriis/dnsapp}
16
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Dnsapp", "--main", "README.rdoc"]
17
+ s.require_paths = ["lib"]
18
+ s.rubyforge_project = %q{dnsapp}
19
+ s.rubygems_version = %q{1.3.7}
20
+ s.signing_key = %q{/Users/mmr/gem-private_key.pem}
21
+ s.summary = %q{Gem to interact with DNSapp.net Managed DNS service}
22
+
23
+ if s.respond_to? :specification_version then
24
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
25
+ s.specification_version = 3
26
+
27
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
28
+ s.add_development_dependency(%q<httparty>, [">= 0"])
29
+ else
30
+ s.add_dependency(%q<httparty>, [">= 0"])
31
+ end
32
+ else
33
+ s.add_dependency(%q<httparty>, [">= 0"])
34
+ end
35
+ end
data/lib/dnsapp.rb ADDED
@@ -0,0 +1,4 @@
1
+ require 'rubygems'
2
+ require 'httparty'
3
+ require 'dnsapp/domain'
4
+ require 'dnsapp/record'
metadata ADDED
@@ -0,0 +1,110 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dnsapp
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - "Morten M\xC3\xB8ller Riis"
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain:
17
+ - |
18
+ -----BEGIN CERTIFICATE-----
19
+ MIIDRDCCAiygAwIBAgIBADANBgkqhkiG9w0BAQUFADBIMRowGAYDVQQDDBFtb3J0
20
+ ZW5tb2VsbGVycmlpczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
21
+ LGQBGRYDY29tMB4XDTEwMTIwNjEzMTQ0NloXDTExMTIwNjEzMTQ0NlowSDEaMBgG
22
+ A1UEAwwRbW9ydGVubW9lbGxlcnJpaXMxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDET
23
+ MBEGCgmSJomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
24
+ ggEBAKtTB3aT+LG2jPkb7hfGKTpyizK6MdOZmnt2xv3dlfA+aPnpliY3QccdJE3R
25
+ d9nNHOaQ1rrCuhBBpZu/q7nuGD8ZuMxPcqYriBzfeUv2Nsgc2XXKp9E0UIpkuxf2
26
+ Xkv26iWI7sYDzS0pCtu2of6Zw9GyVDVmB8Zf/xYQjDHDZZF6qNAVFTYvnAdl+qxb
27
+ 1VQmOmzVszc33Ic9ZtJ896QjtBPUf82FIbEYz3uy75KwDfKHM4AS85wtWEFDL0Qt
28
+ FXGlxmq3DkNKmTPrfQ/+i2Oy8JB+OdY9ZMDsOKS17LJh+CsadQNXrp1WvZgxgo/1
29
+ HfsXb1m+lPZZIuN3WgKCDQMAxqECAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8E
30
+ BAMCBLAwHQYDVR0OBBYEFFhp4owxGE1Gv7NPEdw7gyx6YfozMA0GCSqGSIb3DQEB
31
+ BQUAA4IBAQAr/Vq+06hYH60Tldjc2ikzFP4q3NbMjwEMarlZTnNFXsjjNJP6uzJu
32
+ 8MV7ti/sslVKe82HUcrvFpMng2RsDHWt9YwPgWR/px8dyKoaZf1CjSf4O/qS317N
33
+ atSQvqSu+4cg5hpA87d0YIAeIEsEfWJuxmQ1jk/2Bsn/HQbLPE3vcGHF14H3U+O6
34
+ QYZoEtohq7CjW3fqKvQ7l2/fIFiMj8vTxdualWXX0RoF3QRKIuonpaYkDO+CrLoX
35
+ dDGWqJ1r5VRKULVNTLI6XwS0AbB93CaACN5AVFdhKOZNU1M0L4zyGWF9GMQfY74N
36
+ Pv5fihHPGcYA3voHCFu2/KGlBiF8TBQ6
37
+ -----END CERTIFICATE-----
38
+
39
+ date: 2011-01-15 00:00:00 +01:00
40
+ default_executable:
41
+ dependencies:
42
+ - !ruby/object:Gem::Dependency
43
+ name: httparty
44
+ prerelease: false
45
+ requirement: &id001 !ruby/object:Gem::Requirement
46
+ none: false
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ hash: 3
51
+ segments:
52
+ - 0
53
+ version: "0"
54
+ type: :development
55
+ version_requirements: *id001
56
+ description: Gem to interact with DNSapp.net Managed DNS service
57
+ email: m _AT_ justabout.it
58
+ executables: []
59
+
60
+ extensions: []
61
+
62
+ extra_rdoc_files:
63
+ - lib/dnsapp.rb
64
+ files:
65
+ - Rakefile
66
+ - lib/dnsapp.rb
67
+ - Manifest
68
+ - dnsapp.gemspec
69
+ has_rdoc: true
70
+ homepage: http://github.com/mmriis/dnsapp
71
+ licenses: []
72
+
73
+ post_install_message:
74
+ rdoc_options:
75
+ - --line-numbers
76
+ - --inline-source
77
+ - --title
78
+ - Dnsapp
79
+ - --main
80
+ - README.rdoc
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ none: false
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ hash: 3
89
+ segments:
90
+ - 0
91
+ version: "0"
92
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
+ none: false
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ hash: 11
98
+ segments:
99
+ - 1
100
+ - 2
101
+ version: "1.2"
102
+ requirements: []
103
+
104
+ rubyforge_project: dnsapp
105
+ rubygems_version: 1.3.7
106
+ signing_key:
107
+ specification_version: 3
108
+ summary: Gem to interact with DNSapp.net Managed DNS service
109
+ test_files: []
110
+
metadata.gz.sig ADDED
@@ -0,0 +1,3 @@
1
+ �B� ��'�:��y��S2X��̅:
2
+ 26���z��94v>@"�5�k*g�E�������$��k-�������� �#��
3
+ Ն�y���͗�]1�7�آփU�d�����V��5��T�Ǩ�(9COx]"\���?