hamlboard 0.0.5 → 0.0.6

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/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .rvmrc
@@ -13,7 +13,7 @@ require 'main'
13
13
  Main {
14
14
  def run
15
15
  system("pbpaste > ~/.html")
16
- system("html2haml ~/.html > ~/.haml")
16
+ system("html2haml -e ~/.html > ~/.haml")
17
17
  system("pbcopy < ~/.haml")
18
18
  p "Hamlized version is now in clipboard!"
19
19
  exit_success!
@@ -1,3 +1,3 @@
1
1
  module Hamlboard
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamlboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 1.8.24
115
+ rubygems_version: 1.8.25
116
116
  signing_key:
117
117
  specification_version: 3
118
118
  summary: Just a quick way to convert html to haml and put it in your clipboard.