# -*- encoding: utf-8 -*- # stub: clouddns 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "clouddns".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Hawthorn".freeze] s.date = "2011-07-11" s.description = "A DSL for managing DNS through cloud services".freeze s.email = ["john.hawthorn@gmail.com".freeze] s.executables = ["clouddns".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Rakefile".freeze, "bin/clouddns".freeze, "clouddns.gemspec".freeze, "lib/clouddns.rb".freeze, "lib/clouddns/actions.rb".freeze, "lib/clouddns/actions/generic_action.rb".freeze, "lib/clouddns/actions/migrate.rb".freeze, "lib/clouddns/actions/print.rb".freeze, "lib/clouddns/actions/print_record.rb".freeze, "lib/clouddns/dsl.rb".freeze, "lib/clouddns/record.rb".freeze, "lib/clouddns/version.rb".freeze, "lib/clouddns/zone.rb".freeze, "test/dsl_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/jhawthorn/clouddns".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A DSL and tools for managing DNS through any of the services supported by fog. Currently, this is Amazon Route 53, bluebox, DNSimple, DNS Made Easy, Linode DNS, Slicehost DNS and Zerigo DNS".freeze s.test_files = ["test/dsl_test.rb".freeze, "test/test_helper.rb".freeze] end