chef_cap 0.2.1 → 0.2.2

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.
@@ -1,3 +1,3 @@
1
1
  module ChefCap
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -8,7 +8,7 @@ namespace :rvm do
8
8
  task :bootstrap do
9
9
  rvm_standup_script = <<-SH
10
10
  #!/bin/bash
11
- RVM_URL="http://rvm.beginrescueend.com/releases/rvm-install-latest"
11
+ RVM_URL="https://rvm.beginrescueend.com/install/rvm"
12
12
  export PATH=$PATH:/usr/local/bin
13
13
  HAVE_RVM_ALREADY=`which rvm 2>/dev/null`
14
14
  if [ ! -z $HAVE_RVM_ALREADY ]; then
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chef_cap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Case Commons, LLC
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-10 00:00:00 -04:00
14
- default_executable:
13
+ date: 2011-06-16 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: capistrano
@@ -80,7 +79,6 @@ files:
80
79
  - spec/chef_cap_spec.rb
81
80
  - spec/chef_dna_parser_spec.rb
82
81
  - spec/spec_helper.rb
83
- has_rdoc: true
84
82
  homepage: https://github.com/Casecommons/chef_cap
85
83
  licenses:
86
84
  - MIT
@@ -104,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
102
  requirements: []
105
103
 
106
104
  rubyforge_project:
107
- rubygems_version: 1.6.2
105
+ rubygems_version: 1.8.5
108
106
  signing_key:
109
107
  specification_version: 3
110
108
  summary: capistrano + chef-solo == chef_cap"