Can anyone give us some help on #80?
I installed gem 1.2.0 on a virtual machine and made sure echoe wasn’t
installed. Tested whether the echoe dependency was runtime or
development on the RedCloth 4.1.1 remote gem:
@@@
$ gem specification RedCloth -r | head -n 20
— !ruby/object:Gem::Specification
name: RedCloth
version: !ruby/object:Gem::Version
version: 4.1.1
platform: ruby
authors:
- Jason G.
autorequire:
bindir: bin
cert_chain: []
date: 2008-11-19 00:00:00 -05:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: echoe
type: :development
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
@@@
Okay, so how 'bout when I install RedCloth 4.1.1 under RubyGems
1.2.0? I install it and do gem specification RedCloth and sure
enough, it’s a runtime dependency.
Am I doing something wrong or was this just a bug in RubyGems 1.2.0?
Jason