devstructure 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/devstructure/blueprint.rb +2 -2
  2. metadata +4 -4
@@ -123,8 +123,8 @@ EOF
123
123
  printf "#{command}\n", package, version
124
124
  if "apt" == manager && package =~ /^rubygems(\d+\.\d+(?:\.\d+)?)$/
125
125
  puts "/usr/bin/gem#{$1} install rubygems-update"
126
- puts "PATH=\"$PATH:/var/lib/gems/#{$1}/bin\" /usr/bin/ruby#{
127
- $1} /usr/bin/update_rubygems"
126
+ puts "/usr/bin/ruby#{$1} $(PATH=\"$PATH:/var/lib/gems/#{
127
+ $1}/bin\" which update_rubygems)"
128
128
  end
129
129
  }
130
130
  )
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devstructure
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.1.7
9
+ - 8
10
+ version: 0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Crowley
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-05 00:00:00 +00:00
18
+ date: 2010-08-06 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency