2 Star 0 Fork 0

mirrors_airbnb/cryo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cryo.gemspec 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pierre Carrier 提交于 2013-08-16 14:54 . remove unused colorize dependency
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/cryo/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ['Nathan Baxter']
gem.email = %w(nathan.baxter@airbnb.com)
gem.summary = %q{Tool for snapshotting data, backing it up, verifying it, cycling it, and triggering notifications.}
gem.homepage = 'https://github.com/airbnb/cryo'
gem.files = `git ls-files`.split($\)
gem.executables = %w(cryo)
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = 'cryo'
gem.require_paths = %w(lib)
gem.version = Cryo::VERSION
gem.add_runtime_dependency 'trollop', '~> 2.0'
gem.add_runtime_dependency 'aws-sdk', '~> 1.6'
gem.add_development_dependency 'pry'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_airbnb/cryo.git
git@gitee.com:mirrors_airbnb/cryo.git
mirrors_airbnb
cryo
cryo
master

搜索帮助