Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotgazpacho/326161 to your computer and use it in GitHub Desktop.
Save hotgazpacho/326161 to your computer and use it in GitHub Desktop.
--- !ruby/object:Gem::Specification
name: iron-term-ansicolor
version: !ruby/object:Gem::Version
version: 0.0.4
platform: universal-.net
authors:
- Will Green
- David Blackmon
- Ivan Porto Carrero
- Danny Coates
autorequire:
bindir: bin
cert_chain: []
date: 2010-03-08 00:00:00 -05:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: term-ansicolor
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 1.0.4
version:
- !ruby/object:Gem::Dependency
name: rspec
type: :development
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
description: iron-term-ansicolor brings color output to IronRuby on Windows
email: will@hotgazpacho.org
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- README.rdoc
- Rakefile
- iron-term-ansicolor.gemspec
- lib/iron-term-ansicolor.rb
- spec/iron-term-ansicolor_simple_background_spec.rb
- spec/iron-term-ansicolor_simple_foreground_spec.rb
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/hotgazpacho/iron-term-ansicolor
licenses: []
post_install_message:
rdoc_options:
- --quiet
- --title
- iron-term-ansicolor brings color output to IronRuby on Windows
- --main
- README.rdoc
- --line-numbers
- --format
- darkfish
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 1.8.6
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project: iron-term-ansicolor
rubygems_version: 1.3.5
signing_key:
specification_version: 3
summary: iron-term-ansicolor brings color output to IronRuby on Windows
test_files:
- spec/iron-term-ansicolor_simple_background_spec.rb
- spec/iron-term-ansicolor_simple_foreground_spec.rb
- spec/spec_helper.rb
--- !ruby/object:Gem::Specification
name: iron-term-ansicolor
version: !ruby/object:Gem::Version
segments:
- 0
- 0
- 4
version: 0.0.4
platform: universal-.net
authors:
- Will Green
- David Blackmon
- Ivan Porto Carrero
- Danny Coates
autorequire:
bindir: bin
cert_chain: []
date: 2010-03-08 00:00:00 -05:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: term-ansicolor
requirement: &id001 !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 1
- 0
- 4
version: 1.0.4
version:
type: :runtime
version_requirement:
version_requirements: *id001
- !ruby/object:Gem::Dependency
name: rspec
requirement: &id002 !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 0
version: "0"
version:
type: :development
version_requirement:
version_requirements: *id002
description: iron-term-ansicolor brings color output to IronRuby on Windows
email: will@hotgazpacho.org
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- README.rdoc
- Rakefile
- iron-term-ansicolor.gemspec
- lib/iron-term-ansicolor.rb
- spec/iron-term-ansicolor_simple_background_spec.rb
- spec/iron-term-ansicolor_simple_foreground_spec.rb
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/hotgazpacho/iron-term-ansicolor
licenses: []
post_install_message:
rdoc_options:
- --quiet
- --title
- iron-term-ansicolor brings color output to IronRuby on Windows
- --main
- README.rdoc
- --line-numbers
- --format
- darkfish
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 1
- 8
- 6
version: 1.8.6
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 0
version: "0"
version:
requirements: []
rubyforge_project: iron-term-ansicolor
rubygems_version: 1.3.6
signing_key:
specification_version: 3
summary: iron-term-ansicolor brings color output to IronRuby on Windows
test_files:
- spec/iron-term-ansicolor_simple_background_spec.rb
- spec/iron-term-ansicolor_simple_foreground_spec.rb
- spec/spec_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment