deprec 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/deprec/recipes.rb +1 -1
  2. metadata +1 -1
@@ -135,7 +135,7 @@ Capistrano.configuration(:must_exist).load do
135
135
  version = 'httpd-2.2.3'
136
136
  set :src_package, {
137
137
  :file => version + '.tar.gz',
138
- :md5sum => 'f72ffb176e2dc7b322be16508c09f63c httpd-2.2.3.tar.gz'
138
+ :md5sum => 'f72ffb176e2dc7b322be16508c09f63c httpd-2.2.3.tar.gz',
139
139
  :dir => version,
140
140
  :url => "http://www.apache.org/dist/httpd/#{version}.tar.gz",
141
141
  :unpack => "tar zxf #{version}.tar.gz;",
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: deprec
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.3.0
6
+ version: 1.3.1
7
7
  date: 2007-02-22 00:00:00 +11:00
8
8
  summary: deployment recipes for capistrano
9
9
  require_paths: