Skip to content

Commit 1d69d23

Browse files
committed
update files for release
1 parent 4611c2f commit 1d69d23

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.3 (June 9th, 2010)
4+
* cleaned some code up, removing duplication
5+
* moved to a more flexible character encoding scheme using Encoding.defaut_internal for 1.9 users
6+
37
## 0.1.2 (June 8th, 2010)
48
* forgot to add the ActionView monkey patch for JS escaping ;)
59

escape_utils.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{escape_utils}
8-
s.version = "0.1.2"
8+
s.version = "0.1.3"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Brian Lopez"]
12-
s.date = %q{2010-06-08}
12+
s.date = %q{2010-06-09}
1313
s.email = %q{seniorlopez@gmail.com}
1414
s.extensions = ["ext/extconf.rb"]
1515
s.extra_rdoc_files = [

lib/escape_utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
EscapeUtils.send(:extend, EscapeUtils)
66
module EscapeUtils
7-
VERSION = "0.1.2"
7+
VERSION = "0.1.3"
88
end

0 commit comments

Comments
 (0)