web-app-theme 0.6.1 → 0.6.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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.1
1
+ 0.6.2
@@ -50,7 +50,7 @@ module WebAppTheme
50
50
  tmp_html_path = "#{haml_root}/#{admin_layout_name}"
51
51
  tmp_haml_path = "#{haml_root}/#{admin_layout_name}.haml"
52
52
  template admin_layout_name, tmp_html_path, :verbose => false
53
- `html2haml -r #{tmp_html_path} #{tmp_haml_path}`
53
+ `html2haml --erb --xhtml #{tmp_html_path} #{tmp_haml_path}`
54
54
  copy_file tmp_haml_path, "app/views/layouts/#{layout_name.underscore}.html.haml"
55
55
  end
56
56
  rescue LoadError
@@ -58,4 +58,4 @@ module WebAppTheme
58
58
  exit
59
59
  end
60
60
  end
61
- end
61
+ end
@@ -113,7 +113,7 @@ module WebAppTheme
113
113
  tmp_html_path = "#{haml_root}/#{template_name}"
114
114
  tmp_haml_path = "#{haml_root}/#{template_name}.haml"
115
115
  template template_name, tmp_html_path, :verbose => false
116
- `html2haml -r #{tmp_html_path} #{tmp_haml_path}`
116
+ `html2haml --erb --xhtml #{tmp_html_path} #{tmp_haml_path}`
117
117
  copy_file tmp_haml_path, output_path
118
118
  end
119
119
  end
@@ -123,4 +123,4 @@ module WebAppTheme
123
123
  exit
124
124
  end
125
125
  end
126
- end
126
+ end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{web-app-theme}
8
- s.version = "0.6.1"
8
+ s.version = "0.6.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrea Franz"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-app-theme
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrea Franz