Skip to content

Commit

Permalink
⭐ Bump version and add @damien to the authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Mar 14, 2014
1 parent 5ba1f92 commit 9d72124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/sanitize/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Sanitize
module Rails
VERSION = '0.7.2'
VERSION = '0.8.0'
end
end
6 changes: 3 additions & 3 deletions sanitize-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require 'sanitize/rails/version'
Gem::Specification.new do |s|
s.name = "sanitize-rails"
s.version = Sanitize::Rails::VERSION
s.date = "2013-10-20"
s.authors = ["Marcello Barnaba"]
s.email = ["[email protected]"]
s.date = "2014-03-14"
s.authors = ["Marcello Barnaba", "Damien Wilson"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "http://github.com/vjt/sanitize-rails"
s.summary = "A sanitizer bridge for Rails applications"
s.license = "MIT"
Expand Down

0 comments on commit 9d72124

Please sign in to comment.