haml-edge 2.3.247 → 2.3.248

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 (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/Rakefile +2 -3
  3. data/VERSION +1 -1
  4. metadata +2 -2
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.247
1
+ 2.3.248
data/Rakefile CHANGED
@@ -70,11 +70,10 @@ end
70
70
  # We also need to get rid of this file after packaging.
71
71
  at_exit { File.delete(scope('REVISION')) rescue nil }
72
72
 
73
- desc "Install Haml as a gem."
73
+ desc "Install Haml as a gem. Use SUDO=1 to install with sudo."
74
74
  task :install => [:package] do
75
- sudo = RUBY_PLATFORM =~ /win32|mingw/ ? '' : 'sudo'
76
75
  gem = RUBY_PLATFORM =~ /java/ ? 'jgem' : 'gem'
77
- sh %{#{sudo} #{gem} install --no-ri pkg/haml-#{File.read(scope('VERSION')).strip}}
76
+ sh %{#{'sudo ' if ENV["SUDO"]}#{gem} install --no-ri pkg/haml-#{File.read(scope('VERSION')).strip}}
78
77
  end
79
78
 
80
79
  desc "Release a new Haml package to Rubyforge."
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.247
1
+ 2.3.248
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml-edge
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.247
4
+ version: 2.3.248
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-05-08 00:00:00 -04:00
13
+ date: 2010-05-09 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency