walters 0.2.0-java → 0.3.0-java

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.
@@ -1,3 +1,3 @@
1
1
  module Walters
2
- VERSION = '0.2.0'
2
+ VERSION = '0.3.0'
3
3
  end
Binary file
@@ -55,4 +55,8 @@ describe 'html escape' do
55
55
  str = '<b>Bourbon & Branch</b>'.encode('utf-8')
56
56
  Walters.escape_html(str).encoding.should == str.encoding
57
57
  end
58
- end
58
+
59
+ it 'symbols' do
60
+ Walters.escape_html(:some_symbol).should == 'some_symbol'
61
+ end
62
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: walters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: java
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-19 00:00:00.000000000 Z
12
+ date: 2013-05-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: JRuby wrapper for Houdini html escaping library
15
15
  email: wmeissner@gmail.com