Skip to content

Instantly share code, notes, and snippets.

@danhorst
Created September 9, 2011 22:10
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 danhorst/1207464 to your computer and use it in GitHub Desktop.
Save danhorst/1207464 to your computer and use it in GitHub Desktop.
Looksee Gemspec for version 1.0.3
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{looksee}
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["George Ogata"]
s.date = %q{2011-09-05 00:00:00.000000000Z}
s.email = ["george.ogata@gmail.com"]
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.markdown"]
s.files = ["lib/looksee/adapter/base.rb", "lib/looksee/adapter/rubinius.rb", "lib/looksee/adapter.rb", "lib/looksee/clean.rb", "lib/looksee/columnizer.rb", "lib/looksee/core_ext.rb", "lib/looksee/editor.rb", "lib/looksee/help.rb", "lib/looksee/inspector.rb", "lib/looksee/lookup_path.rb", "lib/looksee/shortcuts.rb", "lib/looksee/version.rb", "lib/looksee/wirble_compatibility.rb", "lib/looksee.rb", "ext/mri/mri.c", "ext/rbx/rbx.c", "ext/mri/1.9.2/debug.h", "ext/mri/1.9.2/id.h", "ext/mri/1.9.2/method.h", "ext/mri/1.9.2/node.h", "ext/mri/1.9.2/thread_pthread.h", "ext/mri/1.9.2/vm_core.h", "ext/mri/1.9.2/vm_opts.h", "ext/mri/1.9.3/atomic.h", "ext/mri/1.9.3/debug.h", "ext/mri/1.9.3/id.h", "ext/mri/1.9.3/internal.h", "ext/mri/1.9.3/method.h", "ext/mri/1.9.3/node.h", "ext/mri/1.9.3/thread_pthread.h", "ext/mri/1.9.3/vm_core.h", "ext/mri/1.9.3/vm_opts.h", "ext/mri/env-1.8.h", "ext/mri/eval_c-1.8.h", "ext/mri/node-1.9.h", "ext/extconf.rb", "CHANGELOG", "LICENSE", "Rakefile", "README.markdown", "spec/adapter_spec.rb", "spec/columnizer_spec.rb", "spec/core_ext_spec.rb", "spec/editor_spec.rb", "spec/inspector_spec.rb", "spec/lookup_path_spec.rb", "spec/spec_helper.rb", "spec/support/core_ext.rb", "spec/support/temporary_classes.rb", "spec/support/test_adapter.rb", "spec/wirble_compatibility_spec.rb"]
s.has_rdoc = nil
s.homepage = %q{http://github.com/oggy/looksee}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.3}
s.summary = %q{Supercharged method introspection in IRB.}
s.test_files = ["spec/adapter_spec.rb", "spec/columnizer_spec.rb", "spec/core_ext_spec.rb", "spec/editor_spec.rb", "spec/inspector_spec.rb", "spec/lookup_path_spec.rb", "spec/spec_helper.rb", "spec/support/core_ext.rb", "spec/support/temporary_classes.rb", "spec/support/test_adapter.rb", "spec/wirble_compatibility_spec.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<ritual>, ["#<YAML::Syck::DefaultKey:0x7fb59006c528> 0.3.0"])
s.add_development_dependency(%q<rspec>, ["#<YAML::Syck::DefaultKey:0x7fb5900279c8> 2.5.0"])
s.add_development_dependency(%q<wirble>, [">= 0"])
else
s.add_dependency(%q<ritual>, ["#<YAML::Syck::DefaultKey:0x7fb59006c528> 0.3.0"])
s.add_dependency(%q<rspec>, ["#<YAML::Syck::DefaultKey:0x7fb5900279c8> 2.5.0"])
s.add_dependency(%q<wirble>, [">= 0"])
end
else
s.add_dependency(%q<ritual>, ["#<YAML::Syck::DefaultKey:0x7fb59006c528> 0.3.0"])
s.add_dependency(%q<rspec>, ["#<YAML::Syck::DefaultKey:0x7fb5900279c8> 2.5.0"])
s.add_dependency(%q<wirble>, [">= 0"])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment