au_state_select 1.0 → 1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c653a45089c19a6b94502fde4ede81eb294408a6
4
- data.tar.gz: ab7d14c21012e8926ebda28cf27f171b72ba5cbe
3
+ metadata.gz: e1cca2e92ecd74c8f158506e4bcae5c49e955212
4
+ data.tar.gz: 863ef1485387bfeebd3bcdf34b2c3ddcc3839de2
5
5
  SHA512:
6
- metadata.gz: e47e3f40b21a5c47d474079a3398738e907a083bf6e35e0725cafe8869abe6d347900231ef38a3e251283c67515dbed3565da3035833e5d2640f08cfb75c7ecd
7
- data.tar.gz: b0102516754530829c06772ecd287953d5f9b14140732822787c53a4916ea0f2a111c9d34d993199567abd19ebac373fa57f7e1dbc827fafd20c1930a8f6432b
6
+ metadata.gz: 00e42e305a0759b42b8e7d267482e985802f81995ac67947ee1a665426c6ef6c4d4bd4206f03bc000688fc5045e0203be8a54b180f4df11b0c5965d23da93e9b
7
+ data.tar.gz: 74f8740e4f41076e03d2c87cb6293fedfd651a9d19fdf7702e1f329b98d5a7a8af58ce434f2afc0a4bb2f24cde36bbbf42cbd72548d3df9c33c8adff6bf6ac98
@@ -24,7 +24,6 @@ module AUStateSelect
24
24
  countries += options_for_select(priority_states, selected)
25
25
  countries += "<option value=\"\" disabled=\"disabled\">-------------</option>\n"
26
26
  end
27
- p selected
28
27
  countries = countries + options_for_select([['Australian Capital Territory', 'ACT'],['New South Wales', 'NSW'],['Northern Territory', 'NT'],['Queensland', 'QLD'],['South Australia', 'SA'],['Tasmania', 'TAS'],['Victoria', 'VIC'],['Western Australia', 'WA']], selected)
29
28
 
30
29
  html_options = html_options.stringify_keys
@@ -1,3 +1,3 @@
1
1
  module AuStateSelect
2
- VERSION = "1.0"
2
+ VERSION = "1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: au_state_select
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang