capstrap 0.3.1 → 0.3.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.
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,8 @@
1
+ # 0.3.2
2
+
3
+ * Install chef gem to rvm default gemset rather than @global
4
+ * Install chef gem with --no-rdoc --no-ri
5
+
1
6
  # 0.3.1
2
7
 
3
8
  * Remove rvm_sugar installation (customization overkill).
@@ -11,8 +11,8 @@ module Capstrap
11
11
  task :lib do
12
12
  unless chef_installed?
13
13
  cmd = [
14
- %{use #{ruby}@global},
15
- %{gem install chef}
14
+ %{use #{ruby}},
15
+ %{gem install chef --no-rdoc --no-ri}
16
16
  ]
17
17
  rvm_run cmd.join(" && ")
18
18
  end
@@ -1,3 +1,3 @@
1
1
  module Capstrap
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capstrap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fletcher Nichol
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-21 00:00:00 -07:00
18
+ date: 2010-11-28 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency