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