forked from huacnlee/carrierwave-aliyun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarrierwave-aliyun.gemspec
More file actions
22 lines (20 loc) · 887 Bytes
/
Copy pathcarrierwave-aliyun.gemspec
File metadata and controls
22 lines (20 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "carrierwave-aliyun"
s.version = "0.1.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Jason Lee"]
s.email = ["huacnlee@gmail.com"]
s.homepage = "https://github.com/nowa/carrierwave-aliyun"
s.summary = %q{Aliyun OSS support for Carrierwave}
s.description = %q{Aliyun OSS support for Carrierwave}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency "carrierwave", [">= 0.5.7"]
s.add_dependency "rest-client", [">= 1.6.7"]
s.add_development_dependency "rspec", ["~> 2.6"]
s.add_development_dependency "rake", ["~> 0.9"]
end