obbistrano 1.1.82 → 1.1.83

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/obbistrano.gemspec +2 -2
  2. metadata +3 -3
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.82"
5
+ s.version = "1.1.83"
6
6
  s.authors = ["Ross Riley", "One Black Bear"]
7
7
  s.date = Time.now
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
10
- s.description = %q{An extension to Capistrano to allow deploys to Slicehost for One Black Bear}
10
+ s.description = %q{An extension to Capistrano to handle deploys for One Black Bear}
11
11
  s.email = %q{ross@oneblackbear.com}
12
12
  s.files = ["README.textile", "obbistrano.gemspec", "lib/obbistrano.rb", "lib/obbistrano_tasks.rb", "lib/templates/apache_vhost.erb"]
13
13
  s.homepage = %q{http://github.com/oneblackbear/obbistrano}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 82
9
- version: 1.1.82
8
+ - 83
9
+ version: 1.1.83
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Riley
@@ -74,7 +74,7 @@ dependencies:
74
74
  version: 0.0.2
75
75
  type: :runtime
76
76
  version_requirements: *id004
77
- description: An extension to Capistrano to allow deploys to Slicehost for One Black Bear
77
+ description: An extension to Capistrano to handle deploys for One Black Bear
78
78
  email: ross@oneblackbear.com
79
79
  executables: []
80
80