ec2_ultradns_updater 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright [yyyy] [name of copyright owner]
190
+ Copyright 2012 NeuStar, Inc. All rights reserved.
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Description
4
4
 
5
- This gem provides the capability to update your UltraDNS configured [CNAME](http://en.wikipedia.org/wiki/CNAME_record) to point to EC2 instance public hostnames.
5
+ This gem provides the capability to update your [UltraDNS](http://www.ultradns.com/) configured [CNAME](http://en.wikipedia.org/wiki/CNAME_record) to point to EC2 instance public hostnames.
6
6
 
7
7
  ## Installation
8
8
 
@@ -19,7 +19,7 @@ This gem provides the capability to update your UltraDNS configured [CNAME](http
19
19
  ## Usage
20
20
 
21
21
  1. Configure an EC2 instance tag with the name 'Name' and the value of the CNAME to set for the instance
22
- 2. Create a YAML configuration (see: config/sample.config.yaml)
22
+ 2. Create a YAML configuration (see: [config/sample.config.yaml](https://github.com/ultradns/ec2_ultradns_updater/blob/master/config/sample.config.yaml))
23
23
  3. Run: ec2_ultradns_updater -c /etc/ec2_ultradns_updater_config.yaml
24
24
 
25
25
 
@@ -13,7 +13,6 @@
13
13
  # limitations under the License.
14
14
 
15
15
  require 'rubygems'
16
- require 'bundler/setup'
17
16
 
18
17
  require 'aws-sdk'
19
18
  require 'savon'
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module Ec2UltraDNSUpdater
16
- VERSION = "0.0.3"
16
+ VERSION = "0.0.4"
17
17
  end
data/spec/spec_helper.rb CHANGED
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ require 'bundler/setup'
15
16
  require 'ec2_ultradns_updater'
16
17
 
17
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2_ultradns_updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-02 00:00:00.000000000Z
12
+ date: 2012-06-04 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
16
- requirement: &2153113180 !ruby/object:Gem::Requirement
16
+ requirement: &2156841460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2153113180
24
+ version_requirements: *2156841460
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: savon
27
- requirement: &2153112760 !ruby/object:Gem::Requirement
27
+ requirement: &2156841040 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2153112760
35
+ version_requirements: *2156841040
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rake
38
- requirement: &2153112340 !ruby/object:Gem::Requirement
38
+ requirement: &2156840620 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2153112340
46
+ version_requirements: *2156840620
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rspec
49
- requirement: &2153111920 !ruby/object:Gem::Requirement
49
+ requirement: &2156840200 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *2153111920
57
+ version_requirements: *2156840200
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: fakeweb
60
- requirement: &2153111500 !ruby/object:Gem::Requirement
60
+ requirement: &2156839780 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *2153111500
68
+ version_requirements: *2156839780
69
69
  description: Update your UltraDNS configured CNAMEs to point to EC2 instance public
70
70
  hostnames
71
71
  email: