Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
deprec-3.1.0.rc16
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Jul 28, 2011
1 parent cf9cac4 commit cf2c9d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,7 +1,7 @@
deprec changelog
================

= 3.1.0.rc14 (Jul 28, 2011)
= 3.1.0.rc16 (Jul 28, 2011)

* Set default roles for apache and git recipes
* Move rubygem dependencies out into deprec-core
Expand Down
2 changes: 1 addition & 1 deletion deprec.gemspec
Expand Up @@ -17,7 +17,7 @@ SPEC = Gem::Specification.new do |s|
s.summary = 'deployment recipes for capistrano'

s.require_paths = ['lib']
s.add_dependency('deprec-core', '>= 3.1.7')
s.add_dependency('deprec-core', '>= 3.1.8')
candidates = Dir.glob("{bin,docs,lib,rake}/**/*")
candidates.concat(%w(CHANGELOG COPYING LICENSE README.md THANKS))
s.files = candidates.delete_if do |item|
Expand Down
2 changes: 1 addition & 1 deletion lib/deprec/version.rb
@@ -1,3 +1,3 @@
module Deprec
VERSION = "3.1.0.rc15"
VERSION = "3.1.0.rc16"
end

0 comments on commit cf2c9d8

Please sign in to comment.