Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created October 31, 2011 10:09
Show Gist options
  • Save dannymcc/1327224 to your computer and use it in GitHub Desktop.
Save dannymcc/1327224 to your computer and use it in GitHub Desktop.
dannymcclelland@macbookpro ~/Projects/deploy_docus[master*]$ git pull
remote: Counting objects: 12, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 7 (delta 3), reused 7 (delta 3)
Unpacking objects: 100% (7/7), done.
From git://github.com/evome/deploy_docus
5fe2c5b..2380aec master -> origin/master
* [new tag] v0.0.9 -> v0.0.9
Updating 5fe2c5b..2380aec
Fast-forward
deploy_docus.gemspec | 2 +-
lib/deploy_docus/version.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
dannymcclelland@macbookpro ~/Projects/deploy_docus[master*]$ gem build deploy_docus.gemspec
Successfully built RubyGem
Name: deploy_docus
Version: 0.0.9
File: deploy_docus-0.0.9.gem
dannymcclelland@macbookpro ~/Projects/deploy_docus[master*]$ gem install docus_deploy
ERROR: Could not find a valid gem 'docus_deploy' (>= 0) in any repository
^CERROR: Interrupted
dannymcclelland@macbookpro ~/Projects/deploy_docus[master*]$ sudo gem install deploy_docus-0.0.9.gem
Password:
Fetching: rack-1.3.5.gem (100%)
Fetching: rack-protection-1.1.4.gem (100%)
Fetching: tilt-1.3.3.gem (100%)
Fetching: sinatra-1.3.1.gem (100%)
Fetching: git-ssh-wrapper-0.0.1.gem (100%)
Fetching: multi_json-1.0.3.gem (100%)
Fetching: activesupport-3.1.1.gem (100%)
Fetching: builder-3.0.0.gem (100%)
Fetching: i18n-0.6.0.gem (100%)
Fetching: activemodel-3.1.1.gem (100%)
Fetching: thor-0.14.6.gem (100%)
Fetching: json-1.6.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed rack-1.3.5
Successfully installed rack-protection-1.1.4
Successfully installed tilt-1.3.3
Successfully installed sinatra-1.3.1
Successfully installed git-ssh-wrapper-0.0.1
Successfully installed multi_json-1.0.3
Successfully installed activesupport-3.1.1
Successfully installed builder-3.0.0
Successfully installed i18n-0.6.0
Successfully installed activemodel-3.1.1
Successfully installed thor-0.14.6
Successfully installed json-1.6.1
Successfully installed deploy_docus-0.0.9
13 gems installed
Installing ri documentation for rack-1.3.5...
Installing ri documentation for rack-protection-1.1.4...
Installing ri documentation for tilt-1.3.3...
Installing ri documentation for sinatra-1.3.1...
Installing ri documentation for git-ssh-wrapper-0.0.1...
Installing ri documentation for multi_json-1.0.3...
Installing ri documentation for activesupport-3.1.1...
Installing ri documentation for builder-3.0.0...
Installing ri documentation for i18n-0.6.0...
Installing ri documentation for activemodel-3.1.1...
Installing ri documentation for thor-0.14.6...
Installing ri documentation for json-1.6.1...
Installing ri documentation for deploy_docus-0.0.9...
Installing RDoc documentation for rack-1.3.5...
Installing RDoc documentation for rack-protection-1.1.4...
Installing RDoc documentation for tilt-1.3.3...
Installing RDoc documentation for sinatra-1.3.1...
Installing RDoc documentation for git-ssh-wrapper-0.0.1...
Installing RDoc documentation for multi_json-1.0.3...
Installing RDoc documentation for activesupport-3.1.1...
Installing RDoc documentation for builder-3.0.0...
Installing RDoc documentation for i18n-0.6.0...
Installing RDoc documentation for activemodel-3.1.1...
Installing RDoc documentation for thor-0.14.6...
Installing RDoc documentation for json-1.6.1...
Installing RDoc documentation for deploy_docus-0.0.9...
dannymcclelland@macbookpro ~/Projects/deploy_docus[master*]$ cd ../
dannymcclelland@macbookpro ~/Projects$ ls
BaseApp2 deploy_docus english-childminder hubot
dannymcclelland@macbookpro ~/Projects$ ddocus new deploy
-bash: ddocus: command not found
dannymcclelland@macbookpro ~/Projects$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment