pdf-forms 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module PdfForms
14
14
  @type = $1
15
15
  when /FieldName:\s*(.+?)\s*$/
16
16
  @name = $1
17
- when /FieldStateOption:\s*(.+?)\s*$/
17
+ when /FieldStateOption:\s*(.*?)\s*$/
18
18
  (@options ||= []) << $1
19
19
  end
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module PdfForms
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdf-forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: