File: Gemfile

package info (click to toggle)
ruby-aliyun-sdk 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: ruby: 7,909; ansic: 204; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

gemspec

gem 'coveralls', require: false

# for 1.9.x compatibility
gem 'term-ansicolor', '~> 1.3.2'
gem 'addressable', '~> 2.3.6'