Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjmit committed May 1, 2015
1 parent b17947d commit a03b91f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions capistrano-file-permissions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'capistrano-file-permissions'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.authors = ['Peter Mitchell']
spec.email = ['peterjmit@gmail.com']
spec.description = %q{File permissions management for Capistrano 3.x}
Expand All @@ -13,12 +13,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'capistrano', '>= 3.0.0'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_dependency 'capistrano', '~> 3.0'
end

0 comments on commit a03b91f

Please sign in to comment.