walters 0.2.0 → 0.3.0

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
@@ -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
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = 'JRuby wrapper for Houdini html escaping library'
11
11
  s.files = %w(walters.gemspec LICENSE README.md Rakefile)
12
12
  s.files += Dir['lib/**/*.rb', 'xni-ext/**/*.{c,cpp,h}', '{spec,libtest}/**/*.{c,cpp,h,rb}']
13
+ s.files += [ 'lib/walters/walters_ext.jar' ]
13
14
  s.has_rdoc = false
14
15
  s.license = 'Apache 2.0'
15
16
  s.required_ruby_version = '>= 1.9.3'
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: ruby
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
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -113,6 +113,7 @@ files:
113
113
  - spec/spec_helper.rb
114
114
  - spec/walters/html_escape_spec.rb
115
115
  - spec/walters/javascript_escape_spec.rb
116
+ - lib/walters/walters_ext.jar
116
117
  - xni-ext/Rakefile
117
118
  homepage: http://wiki.github.com/wmeissner/walters
118
119
  licenses: