소스 검색

update version v0.0.4

saberma 10 년 전
부모
커밋
64dd58f355
5개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      Gemfile.lock
  2. 1 1
      gemfiles/rails31.gemfile.lock
  3. 1 1
      gemfiles/rails32.gemfile.lock
  4. 1 1
      gemfiles/rails4.gemfile.lock
  5. 1 1
      lib/china_city/version.rb

+ 2 - 2
Gemfile.lock

@@ -1,12 +1,12 @@
 PATH
   remote: .
   specs:
-    china_city (0.0.3)
+    china_city (0.0.4)
       jquery-rails
       rails (>= 3.1.0)
 
 GEM
-  remote: http://ruby.taobao.org/
+  remote: https://rubygems.org/
   specs:
     actionmailer (3.1.12)
       actionpack (= 3.1.12)

+ 1 - 1
gemfiles/rails31.gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: /Users/saberma/Documents/china_city
   specs:
-    china_city (0.0.3)
+    china_city (0.0.4)
       jquery-rails
       rails (>= 3.1.0)
 

+ 1 - 1
gemfiles/rails32.gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: /Users/saberma/Documents/china_city
   specs:
-    china_city (0.0.3)
+    china_city (0.0.4)
       jquery-rails
       rails (>= 3.1.0)
 

+ 1 - 1
gemfiles/rails4.gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: /Users/saberma/Documents/china_city
   specs:
-    china_city (0.0.3)
+    china_city (0.0.4)
       jquery-rails
       rails (>= 3.1.0)
 

+ 1 - 1
lib/china_city/version.rb

@@ -1,3 +1,3 @@
 module ChinaCity
-  VERSION = "0.0.3"
+  VERSION = "0.0.4"
 end