dohweb 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/doh/web/html_tags.rb +0 -1
  2. metadata +2 -2
@@ -4,7 +4,6 @@ module HtmlTags
4
4
  SELECT_MONTH_ITEMS = [['January','1'],['February','2'],['March','3'],['April','4'],['May','5'],['June','6'],['July','7'],['August','8'],['September','9'],['October','10'],['November','11'],['December','12']].freeze
5
5
 
6
6
  def start_tag(tag, open, options = {})
7
- options[:id] ||= options[:name] if options[:name]
8
7
  if options.key?(:format_decimal)
9
8
  num_digits = options.delete(:format_decimal)
10
9
  valstr = options[:value].to_s.strip
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dohweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-16 00:00:00.000000000 Z
13
+ date: 2013-01-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: dohtest