Practical Ruby Gems

Specifically, RubyGems is a package-management system for Ruby applications and libraries. It lets you install Ruby code—called gems—to any computer running Ruby. It can resolve dependences for you, so if you want to install a given piece of software, RubyGems can handle that for you. It can even...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Berube, David
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31612
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:Specifically, RubyGems is a package-management system for Ruby applications and libraries. It lets you install Ruby code—called gems—to any computer running Ruby. It can resolve dependences for you, so if you want to install a given piece of software, RubyGems can handle that for you. It can even resolve version dependencies—so that if a certain gem or your code requires a certain version of another gem, it can take care of that. It also wraps all of this functionality in a very easy-to-use package.