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