README.md in engineyard-dnsimple-0.2.0 vs README.md in engineyard-dnsimple-0.3.0
- old
+ new
@@ -1,7 +1,10 @@
# Simple DNS for Engine Yard AppCloud environments
+<img src="https://img.skitch.com/20110523-x5mhutfr8r79parhuq7r44sqma.png">
+
+
Currently creates A records for a domain (.myapp.com and www.myapp.com) to
point to the public IP of an AppCloud environment.
## Usage
@@ -18,10 +21,13 @@
If an AppCloud environment cannot be automatically detected, explicitly pass -e or -a flags
like the `ey` CLI itself:
$ ey-dnsimple assign myapp.com -e myapp_production
+If .myapp.com or www.myapp.com already exist you will be prompted to override them.
+You can force the override with the `--override` or `-o` flag.
+
## Setup
$ gem install engineyard-dnsimple
This will install the `engineyard` and `dnsimple-ruby` gems as well.
@@ -46,13 +52,17 @@
Found 1 domains:
myapp.com
## Development
-Currently the test suite is a simple cucumber feature which shouldn't be run.
+[![Build Status](http://travis-ci.org/engineyard/engineyard-dnsimple.png)](http://travis-ci.org/engineyard/engineyard-dnsimple)
-I have asked question https://github.com/aetrion/dnsimple-ruby/issues/4 about how to write
-3rd party tests against DNSimple.
+The test suite is purely cucumber scenarios. No rspec tests are being used. There are credentials for http://test.dnsimple.com built into the test suite. You should not have to do anything to run the tests except:
+
+ git clone git://github.com/engineyard/engineyard-dnsimple.git
+ cd engineyard-dnsimple
+ bundle
+ bundle exec rake
## License
Copyright (c) 2010 Engine Yard, Inc