daddy 0.3.21 → 0.3.22

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: a69facadf20ce56a143d6bf7df4d1f965334563e
4
- data.tar.gz: 579f1a44d83f46cefd7a0de75d2c0d537d191e17
3
+ metadata.gz: 6ed47e9477bd5276ee03c79dfadce025464bba68
4
+ data.tar.gz: e1c7b94d9b0d9c2752d8fb43377713f85aea0454
5
5
  SHA512:
6
- metadata.gz: 72e0f4e7264fcb6ce60bc955375ef4cb0ba5ef9dd0aaadd6b8ef4a6440e0255e688ead5539fc7705bbdb25bf9c10fcba51719829c75e126974d6374ccbeee53d
7
- data.tar.gz: 5b995517b3c8b63945109bc2544c90d6461c46a4125d2181b2008198840ec38122b010d3061709e83b61119ae6993769ec097abaad24b9c98f20737b40019344
6
+ metadata.gz: 71f65b673656ca9952295c777b2cd6cd3b2513d92ad8b5ac9e4c04177abf09c926ac8829714cce7c4833cdf9ed99e999c5c19040f0f911b4b41b334dd4c7d782
7
+ data.tar.gz: 7f08e786b163c291b993b12f558da707dbeb88fe8d62d1e95df684d99d62ba01cb080f411ed7895f4e3712d3b5e56138951bc0e14d529209473e4be9f6f7121e
@@ -10,7 +10,7 @@
10
10
  }
11
11
  select.ui-datepicker-month {
12
12
  margin-left: 1em;
13
- width: 4em;
13
+ width: auto;
14
14
  }
15
15
  }
16
16
 
@@ -9,7 +9,6 @@ end
9
9
 
10
10
  require 'daddy/utils/config'
11
11
  require 'daddy/utils/string_utils'
12
- require 'prefecture'
13
12
  require 'sql_builder'
14
13
 
15
14
  module Daddy
@@ -1,3 +1,3 @@
1
1
  module Daddy
2
- VERSION = '0.3.21'.freeze
2
+ VERSION = '0.3.22'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.21
4
+ version: 0.3.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-16 00:00:00.000000000 Z
11
+ date: 2015-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -311,7 +311,6 @@ files:
311
311
  - lib/daddy/utils/sql_utils.rb
312
312
  - lib/daddy/utils/string_utils.rb
313
313
  - lib/daddy/version.rb
314
- - lib/prefecture.rb
315
314
  - lib/sql_builder.rb
316
315
  - lib/tasks/app_base_dir.rake
317
316
  - lib/tasks/cucumber_install.rake
@@ -1,53 +0,0 @@
1
- module Prefecture
2
-
3
- PREFECTURES = {
4
- '01' => '北海道',
5
- '02' => '青森県',
6
- '03' => '岩手県',
7
- '04' => '宮城県',
8
- '05' => '秋田県',
9
- '06' => '山形県',
10
- '07' => '福島県',
11
- '08' => '茨城県',
12
- '09' => '栃木県',
13
- '10' => '群馬県',
14
- '11' => '埼玉県',
15
- '12' => '千葉県',
16
- '13' => '東京都',
17
- '14' => '神奈川県',
18
- '15' => '新潟県',
19
- '16' => '富山県',
20
- '17' => '石川県',
21
- '18' => '福井県',
22
- '19' => '山梨県',
23
- '20' => '長野県',
24
- '21' => '岐阜県',
25
- '22' => '静岡県',
26
- '23' => '愛知県',
27
- '24' => '三重県',
28
- '25' => '滋賀県',
29
- '26' => '京都府',
30
- '27' => '大阪府',
31
- '28' => '兵庫県',
32
- '29' => '奈良県',
33
- '30' => '和歌山県',
34
- '31' => '鳥取県',
35
- '32' => '島根県',
36
- '33' => '岡山県',
37
- '34' => '広島県',
38
- '35' => '山口県',
39
- '36' => '徳島県',
40
- '37' => '香川県',
41
- '38' => '愛媛県',
42
- '39' => '高知県',
43
- '40' => '福岡県',
44
- '41' => '佐賀県',
45
- '42' => '長崎県',
46
- '43' => '熊本県',
47
- '44' => '大分県',
48
- '45' => '宮崎県',
49
- '46' => '鹿児島県',
50
- '47' => '沖縄県',
51
- }
52
-
53
- end