bureaucrat 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bureaucrat.gemspec +1 -1
  2. data/test/test_helper.rb +1 -1
  3. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bureaucrat'
3
- s.version = '0.10.0'
3
+ s.version = '0.10.1'
4
4
  s.summary = "Form handling for Ruby inspired by Django forms."
5
5
  s.description = "Bureaucrat is a form handling library for Ruby."
6
6
  s.author = "Bruno Deferrari"
@@ -23,7 +23,7 @@ class BureaucratTestCase < MiniTest::Unit::TestCase
23
23
  begin
24
24
  node = REXML::Document.new("<DUMMYROOT>#{html.strip}</DUMMYROOT>")
25
25
  node.to_s.gsub!(/<\/?DUMMYROOT>/, '')
26
- rescue Exception => e
26
+ rescue
27
27
  html
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bureaucrat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
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: 2012-04-14 00:00:00.000000000 Z
12
+ date: 2012-04-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Bureaucrat is a form handling library for Ruby.
15
15
  email: utizoc@gmail.com