소스 검색

update version v0.0.3

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

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    china_city (0.0.2)
+    china_city (0.0.3)
       jquery-rails
       rails (>= 3.1.0)
 

+ 2 - 6
gemfiles/rails31.gemfile

@@ -1,13 +1,9 @@
 # This file was generated by Appraisal
 
-if ENV['TRAVIS']
-  source 'https://rubygems.org'
-else
-  source 'http://ruby.taobao.org'
-end
+source "https://rubygems.org"
 
 gem "jquery-rails"
 gem "appraisal"
 gem "rails", "~> 3.1.0"
 
-gemspec :path=>"../"
+gemspec :path=>"../"

+ 1 - 1
gemfiles/rails31.gemfile.lock

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

+ 2 - 6
gemfiles/rails32.gemfile

@@ -1,13 +1,9 @@
 # This file was generated by Appraisal
 
-if ENV['TRAVIS']
-  source 'https://rubygems.org'
-else
-  source 'http://ruby.taobao.org'
-end
+source "https://rubygems.org"
 
 gem "jquery-rails"
 gem "appraisal"
 gem "rails", "~> 3.2.0"
 
-gemspec :path=>"../"
+gemspec :path=>"../"

+ 1 - 1
gemfiles/rails32.gemfile.lock

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

+ 2 - 6
gemfiles/rails4.gemfile

@@ -1,13 +1,9 @@
 # This file was generated by Appraisal
 
-if ENV['TRAVIS']
-  source 'https://rubygems.org'
-else
-  source 'http://ruby.taobao.org'
-end
+source "https://rubygems.org"
 
 gem "jquery-rails"
 gem "appraisal"
 gem "rails", "~> 4.0.0"
 
-gemspec :path=>"../"
+gemspec :path=>"../"

+ 1 - 1
gemfiles/rails4.gemfile.lock

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

+ 1 - 1
lib/china_city/version.rb

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