--- !ruby/object:Gem::Specification
name: gem-tldr
version: !ruby/object:Gem::Version
hash: 15
prerelease:
segments:
- 1
- 0
version: "1.0"
platform: ruby
authors:
- Eric Hodel
autorequire:
bindir: bin
cert_chain:
- |
-----BEGIN CERTIFICATE-----
MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRAwDgYDVQQDDAdkcmJy
YWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZFgNu
ZXQwHhcNMDcxMjIxMDIwNDE0WhcNMDgxMjIwMDIwNDE0WjBBMRAwDgYDVQQDDAdk
cmJyYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZ
FgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCbbgLrGLGIDE76
LV/cvxdEzCuYuS3oG9PrSZnuDweySUfdp/so0cDq+j8bqy6OzZSw07gdjwFMSd6J
U5ddZCVywn5nnAQ+Ui7jMW54CYt5/H6f2US6U0hQOjJR6cpfiymgxGdfyTiVcvTm
Gj/okWrQl0NjYOYBpDi+9PPmaH2RmLJu0dB/NylsDnW5j6yN1BEI8MfJRR+HRKZY
mUtgzBwF1V4KIZQ8EuL6I/nHVu07i6IkrpAgxpXUfdJQJi0oZAqXurAV3yTxkFwd
g62YrrW26mDe+pZBzR6bpLE+PmXCzz7UxUq3AE0gPHbiMXie3EFE0oxnsU3lIduh
sCANiQ8BAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
BBS5k4Z75VSpdM0AclG2UvzFA/VW5DANBgkqhkiG9w0BAQUFAAOCAQEAHagT4lfX
kP/hDaiwGct7XPuVGbrOsKRVD59FF5kETBxEc9UQ1clKWngf8JoVuEoKD774dW19
bU0GOVWO+J6FMmT/Cp7nuFJ79egMf/gy4gfUfQMuvfcr6DvZUPIs9P/TlK59iMYF
DIOQ3DxdF3rMzztNUCizN4taVscEsjCcgW6WkUJnGdqlu3OHWpQxZBJkBTjPCoc6
UW6on70SFPmAy/5Cq0OJNGEWBfgD9q7rrs/X8GGwUWqXb85RXnUVi/P8Up75E0ag
14jEc90kN+C7oI/AGCBN0j6JnEtYIEJZibjjDJTSMWlUKKkj30kq7hlUC2CepJ4v
x52qPcexcYZR7w==
-----END CERTIFICATE-----
date: 2011-02-25 00:00:00 -08:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: minitest
prerelease: false
requirement: &id001 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 11
segments:
- 2
- 0
- 2
version: 2.0.2
type: :development
version_requirements: *id001
- !ruby/object:Gem::Dependency
name: hoe
prerelease: false
requirement: &id002 !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 43
segments:
- 2
- 9
- 0
version: 2.9.0
type: :development
version_requirements: *id002
description: |-
Are your gems taking up too much disk space? Documentation got you down?
Comments stuck in your craw? Tests taking too much space? Fix all that by
with gem tldr.
I know that disk space is at a premium these days with an introductory netbook
or a small AWS EC2 instance containing a mere 160GB. gem tldr
removes the test directory, build artifacts like .c and .h files, comments in
your ruby source files and comments in your ruby source.
email:
- drbrain@segment7.net
executables: []
extensions: []
extra_rdoc_files:
- History.txt
- Manifest.txt
- README.txt
files:
- .autotest
- History.txt
- Manifest.txt
- README.txt
- Rakefile
- lib/rubygems/commands/tldr_command.rb
- lib/rubygems_plugin.rb
- test/test_gem_commands_tldr_command.rb
- .gemtest
has_rdoc: true
homepage: https://github.com/drbrain/gem-tldr
licenses: []
post_install_message:
rdoc_options:
- --main
- README.txt
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 3
segments:
- 0
version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">="
- !ruby/object:Gem::Version
hash: 3
segments:
- 0
version: "0"
requirements: []
rubyforge_project: gem-tldr
rubygems_version: 1.5.2
signing_key:
specification_version: 3
summary: Are your gems taking up too much disk space? Documentation got you down? Comments stuck in your craw? Tests taking too much space? Fix all that by with gem tldr
test_files:
- test/test_gem_commands_tldr_command.rb