Skip to content

Commit 4f0f781

Browse files
committed
Bump version to 1.0.2 and use container builds.
1 parent 670fd7a commit 4f0f781

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: ruby
2+
sudo: false
3+
cache: bundler
24
rvm:
35
- 1.9.3
46
- 2.0.0

lib/rails/html/sanitizer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Html
33
class Sanitizer
4-
VERSION = "1.0.1"
4+
VERSION = "1.0.2"
55
end
66
end
77
end

0 commit comments

Comments
 (0)