Skip to content

Commit

Permalink
区を追加し、テーブルを 1 つに
Browse files Browse the repository at this point in the history
  • Loading branch information
labocho committed Mar 8, 2012
1 parent 1e630bd commit 1e6ff3a
Show file tree
Hide file tree
Showing 22 changed files with 32,989 additions and 180 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,4 +11,4 @@ gemspec
# your gem to rubygems.org. # your gem to rubygems.org.


# To use debugger # To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug' gem 'ruby-debug19', :require => 'ruby-debug'
18 changes: 18 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,6 +2,7 @@ PATH
remote: . remote: .
specs: specs:
japanese_local_goverment (0.0.1) japanese_local_goverment (0.0.1)
composite_primary_keys
rails (~> 3.1) rails (~> 3.1)


GEM GEM
Expand Down Expand Up @@ -34,13 +35,19 @@ GEM
activesupport (3.2.2) activesupport (3.2.2)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
archive-tar-minitar (0.5.2)
arel (3.0.2) arel (3.0.2)
builder (3.0.0) builder (3.0.0)
columnize (0.3.6)
composite_primary_keys (5.0.1)
activerecord (~> 3.2.0)
erubis (2.7.0) erubis (2.7.0)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
journey (1.0.3) journey (1.0.3)
json (1.6.5) json (1.6.5)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.4.1) mail (2.4.1)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand Down Expand Up @@ -73,6 +80,16 @@ GEM
rake (0.9.2.2) rake (0.9.2.2)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
sprockets (2.1.2) sprockets (2.1.2)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
Expand All @@ -90,4 +107,5 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
japanese_local_goverment! japanese_local_goverment!
ruby-debug19
sqlite3 sqlite3
47 changes: 0 additions & 47 deletions data/japanese_local_goverment/japanese_prefectures.csv

This file was deleted.

0 comments on commit 1e6ff3a

Please sign in to comment.