forked from rdp/specific_install
-
Notifications
You must be signed in to change notification settings - Fork 0
alkymst/specific_install
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
specific_install gem: a rubygems plugin that allows you to install an "edge" gem straight from its github repository, or install one from an arbitrary url web: ex: $ gem specific_install -l http://github.com/githubsvnclone/rdoc.git git installing from http://github.com/githubsvnclone/rdoc.git ... (in /tmp/d20100401-30708-fwpa18) mkdir -p pkg Successfully built RubyGem Name: rdoc Version: 2.5 File: rdoc-2.5.gem mv rdoc-2.5.gem pkg/rdoc-2.5.gem Successfully installed rdoc-2.5 1 gem installed [ it runs git clone, and rake install, install the gem, then deletes the temp directory] and a url: $ gem specific_install -l http://github.com/downloads/rdp/ruby_core_ri/rdoc-2.4.3.1.gem downloading http://github.com/downloads/rdp/ruby_core_ri/rdoc-2.4.3.1.gem ... Saving to: `rdoc-2.4.3.1.gem' 100%[======================================================================================================================================================>] 176,128 211K/s in 0.8s Successfully installed rdoc-2.4.3.1 1 gem installed == Installation == $ gem install specific_install Enjoy.
About
rubygems plugin to allow you to install an "edge" gem straight from its github repository
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published