Skip to content

Commit

Permalink
Update gemspec for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michiels committed Dec 1, 2013
1 parent 133abeb commit 2b8d7ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intercity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'intercity'
spec.version = '0.0.3'
spec.version = '0.0.4'
spec.licenses = ['MIT']
spec.homepage = "https://github.com/intercity/intercity-gem"
spec.description = "Use this gem to set up and deploy your application on your server."
Expand All @@ -12,6 +12,6 @@ Gem::Specification.new do |spec|
spec.summary = %q{Integrations for using Intercity}
spec.files = `git ls-files`.split($/)
spec.require_paths = ["lib"]
spec.add_dependency "capistrano", "~>2.15.4"
spec.add_dependency "unicorn", "~> 4.7.0"
spec.add_runtime_dependency "capistrano", "~>2.15.4"
spec.add_runtime_dependency "unicorn", "~> 4.7.0"
end

0 comments on commit 2b8d7ca

Please sign in to comment.