Skip to content

Instantly share code, notes, and snippets.

@ggoodale
Created December 2, 2009 22:16
Show Gist options
  • Save ggoodale/247658 to your computer and use it in GitHub Desktop.
Save ggoodale/247658 to your computer and use it in GitHub Desktop.
# Note that I have Rails 2.3.4 installed on this machine already.
[12] <ci> [01:17 PM] /opt/app>sudo gem install awesome_nested_set
Successfully installed activesupport-2.3.5
Successfully installed activerecord-2.3.5
Successfully installed awesome_nested_set-1.4.3
3 gems installed
Installing ri documentation for activesupport-2.3.5...
Installing ri documentation for activerecord-2.3.5...
Installing ri documentation for awesome_nested_set-1.4.3...
Installing RDoc documentation for activesupport-2.3.5...
Installing RDoc documentation for activerecord-2.3.5...
Installing RDoc documentation for awesome_nested_set-1.4.3...
[13] <ci> [01:22 PM] /opt/app>sudo gem uninstall activesupport activerecurd
Select gem to uninstall:
1. activesupport-2.3.4
2. activesupport-2.3.5
3. All versions
> ERROR: Interrupted
[14] <ci> [01:25 PM] /opt/app>sudo gem uninstall activesupport activerecord
Select gem to uninstall:
1. activesupport-2.3.4
2. activesupport-2.3.5
3. All versions
> 2
You have requested to uninstall the gem:
activesupport-2.3.5
tinder-1.2.2 depends on [activesupport (>= 0)]
activerecord-2.3.5 depends on [activesupport (= 2.3.5)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] Y
Successfully uninstalled activesupport-2.3.5
You have requested to uninstall the gem:
activerecord-2.3.5
awesome_nested_set-1.4.3 depends on [activerecord (>= 1.1)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] Y
Successfully uninstalled activerecord-2.3.5
[15] <ci> [01:26 PM] /opt/app>gem spec awesome_nested_set
--- !ruby/object:Gem::Specification
name: awesome_nested_set
version: !ruby/object:Gem::Version
version: 1.4.3
platform: ruby
authors:
- Brandon Keepers
- Daniel Morrison
autorequire:
bindir: bin
cert_chain: []
date: 2009-10-06 00:00:00 -07:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: activerecord
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "1.1"
version:
description: An awesome nested set implementation for Active Record
email: info@collectiveidea.com
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- .autotest
- .gitignore
- MIT-LICENSE
- README.rdoc
- Rakefile
- VERSION
- awesome_nested_set.gemspec
- init.rb
- lib/awesome_nested_set.rb
- lib/awesome_nested_set/helper.rb
- rails/init.rb
- test/application.rb
- test/awesome_nested_set/helper_test.rb
- test/awesome_nested_set_test.rb
- test/db/database.yml
- test/db/schema.rb
- test/fixtures/categories.yml
- test/fixtures/category.rb
- test/fixtures/departments.yml
- test/fixtures/notes.yml
- test/test_helper.rb
has_rdoc: true
homepage: http://github.com/collectiveidea/awesome_nested_set
licenses: []
post_install_message:
rdoc_options:
- --main
- README.rdoc
- --inline-source
- --line-numbers
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project:
rubygems_version: 1.3.5
signing_key:
specification_version: 3
summary: An awesome nested set implementation for Active Record
test_files:
- test/db/database.yml
- test/fixtures/categories.yml
- test/fixtures/departments.yml
- test/fixtures/notes.yml
- test/application.rb
- test/awesome_nested_set/helper_test.rb
- test/awesome_nested_set_test.rb
- test/db/schema.rb
- test/fixtures/category.rb
- test/test_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment