调整 gemspec 路径。

This commit is contained in:
Liang Tao
2015-03-17 17:34:38 +08:00
parent fbea6bd019
commit 4a86397b3d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
--colour -f nested
--colour -f documentation
+1 -1
View File
@@ -9,4 +9,4 @@ before_script:
- export QINIU_SECRET_KEY=Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz
gemfile:
- Gemfile
- Gemfile_for_rails3
- rails3/Gemfile
-4
View File
@@ -1,4 +0,0 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in qiniu_for_rails3.gemspec
gemspec :name => 'qiniu_for_rails3'
Executable
+4
View File
@@ -0,0 +1,4 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in rails3/qiniu.gemspec
gemspec :name => 'rails3/qiniu'
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/qiniu/version', __FILE__)
require File.expand_path('../../lib/qiniu/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["why404","BluntBlade"]