Project

antetype

0.0
No commit activity in last 3 years
No release in over 3 years
Learn how to develop the Gem package.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3.0
~> 1.1.0
~> 1.0.0
= 1.4.3
= 2.5.3
~> 0.9.2.2
~> 3.12
~> 1.2.8
~> 2.6.0
= 1.3.0
= 0.6.4

Runtime

~> 1.1.3
~> 0.14.6
 Project Readme
如何把Git代码库服务器下载到本地代码?
(用户定义工作目录:$GEMS_WORK)
cd $GEMS_WORK
git clone https://github.com/cnruby/learn_gems.git

如何把本地代码上传到Git代码库服务器?
(需要cnruby授权)
cd /Users/gudao/ws/github/learn_gems
git add .
git commit -m 'examples for ruby 1.9.2p180 and rails 3.1'
git push -u origin master
在"Username:"提示之后,输入[用户名];
在"Password:"提示之后,输入[密码];