haml-edge 2.3.230 → 2.3.233

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/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.230
1
+ 2.3.233
data/Rakefile CHANGED
@@ -39,15 +39,19 @@ END
39
39
 
40
40
  # ----- Packaging -----
41
41
 
42
- require 'rake/gempackagetask'
43
- load scope('haml.gemspec')
44
-
45
- Rake::GemPackageTask.new(HAML_GEMSPEC) do |pkg|
46
- if Rake.application.top_level_tasks.include?('release')
47
- pkg.need_tar_gz = true
48
- pkg.need_tar_bz2 = true
49
- pkg.need_zip = true
50
- end
42
+ # Don't use Rake::GemPackageTast because we want prerequisites to run
43
+ # before we load the gemspec.
44
+ desc "Build all the packages."
45
+ task :package => [:revision_file, :submodules] do
46
+ load scope('haml.gemspec')
47
+ Gem::Builder.new(HAML_GEMSPEC).build
48
+ pkg = "#{HAML_GEMSPEC.name}-#{HAML_GEMSPEC.version}"
49
+ mkdir_p "pkg"
50
+ verbose(true) {mv "#{pkg}.gem", "pkg/#{pkg}.gem"}
51
+
52
+ sh %{rm -f pkg/#{pkg}.tar.gz}
53
+ verbose(false) {HAML_GEMSPEC.files.each {|f| sh %{tar rf pkg/#{pkg}.tar #{f}}}}
54
+ sh %{gzip pkg/#{pkg}.tar}
51
55
  end
52
56
 
53
57
  task :revision_file do
@@ -62,8 +66,6 @@ task :revision_file do
62
66
  File.open(scope('REVISION'), 'w') { |f| f.puts "(unknown)" }
63
67
  end
64
68
  end
65
- Rake::Task[:package].prerequisites.insert(0, :revision_file)
66
- Rake::Task[:package].prerequisites.insert(0, :submodules)
67
69
 
68
70
  # We also need to get rid of this file after packaging.
69
71
  at_exit { File.delete(scope('REVISION')) rescue nil }
@@ -81,8 +83,6 @@ task :release => [:check_release, :release_elpa, :package] do
81
83
  version = File.read(scope("VERSION")).strip
82
84
  sh %{rubyforge add_release haml haml "#{name} (v#{version})" pkg/haml-#{version}.gem}
83
85
  sh %{rubyforge add_file haml haml "#{name} (v#{version})" pkg/haml-#{version}.tar.gz}
84
- sh %{rubyforge add_file haml haml "#{name} (v#{version})" pkg/haml-#{version}.tar.bz2}
85
- sh %{rubyforge add_file haml haml "#{name} (v#{version})" pkg/haml-#{version}.zip}
86
86
  sh %{gem push pkg/haml-#{version}.gem}
87
87
  end
88
88
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.230
1
+ 2.3.233
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 3
4
+ :patch: 4
5
5
  :build:
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fssm}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Travis Tilley"]
12
- s.date = %q{2010-01-30}
12
+ s.date = %q{2010-03-10}
13
13
  s.description = %q{file system state monitor}
14
14
  s.email = %q{ttilley@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -53,12 +53,12 @@ Gem::Specification.new do |s|
53
53
  s.homepage = %q{http://github.com/ttilley/fssm}
54
54
  s.rdoc_options = ["--charset=UTF-8"]
55
55
  s.require_paths = ["lib"]
56
- s.rubygems_version = %q{1.3.5}
56
+ s.rubygems_version = %q{1.3.6}
57
57
  s.summary = %q{file system state monitor}
58
58
  s.test_files = [
59
59
  "spec/path_spec.rb",
60
- "spec/root/file.rb",
61
- "spec/spec_helper.rb"
60
+ "spec/spec_helper.rb",
61
+ "spec/root/file.rb"
62
62
  ]
63
63
 
64
64
  if s.respond_to? :specification_version then
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.230
4
+ version: 2.3.233
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-04-28 00:00:00 -04:00
13
+ date: 2010-04-30 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -49,8 +49,8 @@ extra_rdoc_files:
49
49
  - MIT-LICENSE
50
50
  - VERSION
51
51
  - VERSION_NAME
52
- - REVISION
53
52
  - EDGE_GEM_VERSION
53
+ - REVISION
54
54
  files:
55
55
  - rails/init.rb
56
56
  - lib/haml.rb
@@ -327,8 +327,8 @@ files:
327
327
  - MIT-LICENSE
328
328
  - VERSION
329
329
  - VERSION_NAME
330
- - REVISION
331
330
  - EDGE_GEM_VERSION
331
+ - REVISION
332
332
  has_rdoc: true
333
333
  homepage: http://haml-lang.com/
334
334
  licenses: []