Browse Source

fix json format

motephyr 10 years ago
parent
commit
70292133a3
4 changed files with 11 additions and 11 deletions
  1. 2 2
      db/areas.json
  2. 3 3
      gemfiles/rails31.gemfile.lock
  3. 3 3
      gemfiles/rails32.gemfile.lock
  4. 3 3
      gemfiles/rails4.gemfile.lock

+ 2 - 2
db/areas.json

@@ -242,7 +242,7 @@
 
         {"text": "中西區" ,"id": "12700"},
         {"text": "東區"   ,"id": "12701"},
-        {"text": "南區    ,"id": "12702"},
+        {"text": "南區"   ,"id": "12702"},
         {"text": "北區"   ,"id": "12704"},
         {"text": "安平區" ,"id": "12708"},
         {"text": "安南區" ,"id": "12709"},
@@ -416,6 +416,6 @@
 
         {"text": "釣魚台","id": "21290"},
         {"text": "東沙","id": "21817"},
-        {"text": "南沙","id": "21819"},
+        {"text": "南沙","id": "21819"}
     ]
 }

+ 3 - 3
gemfiles/rails31.gemfile.lock

@@ -1,7 +1,7 @@
 PATH
-  remote: /Users/saberma/Documents/china_city
+  remote: ../
   specs:
-    china_city (0.0.4)
+    taiwan_city (0.0.1)
       jquery-rails
       rails (>= 3.1.0)
 
@@ -141,7 +141,6 @@ PLATFORMS
 DEPENDENCIES
   appraisal
   capybara
-  china_city!
   coffee-rails
   jquery-rails
   launchy
@@ -149,3 +148,4 @@ DEPENDENCIES
   rails (~> 3.1.0)
   rspec-rails
   sqlite3
+  taiwan_city!

+ 3 - 3
gemfiles/rails32.gemfile.lock

@@ -1,7 +1,7 @@
 PATH
-  remote: /Users/saberma/Documents/china_city
+  remote: ../
   specs:
-    china_city (0.0.4)
+    taiwan_city (0.0.1)
       jquery-rails
       rails (>= 3.1.0)
 
@@ -139,7 +139,6 @@ PLATFORMS
 DEPENDENCIES
   appraisal
   capybara
-  china_city!
   coffee-rails
   jquery-rails
   launchy
@@ -147,3 +146,4 @@ DEPENDENCIES
   rails (~> 3.2.0)
   rspec-rails
   sqlite3
+  taiwan_city!

+ 3 - 3
gemfiles/rails4.gemfile.lock

@@ -1,7 +1,7 @@
 PATH
-  remote: /Users/saberma/Documents/china_city
+  remote: ../
   specs:
-    china_city (0.0.4)
+    taiwan_city (0.0.1)
       jquery-rails
       rails (>= 3.1.0)
 
@@ -134,7 +134,6 @@ PLATFORMS
 DEPENDENCIES
   appraisal
   capybara
-  china_city!
   coffee-rails
   jquery-rails
   launchy
@@ -142,3 +141,4 @@ DEPENDENCIES
   rails (~> 4.0.0)
   rspec-rails
   sqlite3
+  taiwan_city!