init gem paperclip-qiniu
parents
Showing
.gitignore
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | |||
# Specify your gem's dependencies in paperclip-qiniu.gemspec | |||
gemspec |
Gemfile.lock
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
Rakefile
0 → 100644
lib/paperclip-qiniu.rb
0 → 100644
lib/paperclip-qiniu/version.rb
0 → 100644
paperclip-qiniu.gemspec
0 → 100644
# -*- encoding: utf-8 -*- | |||
require File.expand_path('../lib/paperclip-qiniu/version', __FILE__) | |||
Gem::Specification.new do |gem| | |||
gem.authors = ["LI Daobing"] | |||
gem.email = ["lidaobing@gmail.com"] | |||
gem.description = %q{TODO: Write a gem description} | |||
gem.summary = %q{TODO: Write a gem summary} | |||
gem.homepage = "" | |||
gem.files = `git ls-files`.split($\) | |||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } | |||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) | |||
gem.name = "paperclip-qiniu" | |||
gem.require_paths = ["lib"] | |||
gem.version = Paperclip::Qiniu::VERSION | |||
end |
Please
register
or
sign in
to comment