Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cowie committed Nov 19, 2013
1 parent 04aec46 commit 873355a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdncontrol.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
gem.name = 'cdn_control'
gem.version = '0.0.9'
gem.version = '0.0.10'
gem.authors = ["Jon Cowie", "Marcus Barczak"]
gem.email = 'jonlives@gmail.com'
gem.homepage = 'https://github.com/etsy/cdncontrol'
gem.summary = "Tool for managing multiple CDN balances on Dyn's GSLB"
gem.description = "Tool for managing multiple CDN balances on Dyn's GSLB"
gem.license = 'MIT'

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 873355a

Please sign in to comment.