Sha256: 8fd232b0311f6f139930c497be636b7113f606f7cb89e07efb8e3070eaca46a4
Contents?: true
Size: 1.75 KB
Versions: 0
Compression: gzip
Compressed size: 846 Bytes
Stored size: 846 Bytes
Contents
--- !ruby/object:Gem::Specification name: local_gem version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - Gabriel Horner autorequire: bindir: bin cert_chain: [] date: 2009-10-22 00:00:00 -04:00 default_executable: dependencies: [] description: You have the beginnings of a ruby library and you want to access it quick. You don't want to bother making a gemspec for it and uninstalling/reinstalling its gem while you mess with it. Simply tell LocalGem what paths it should load for your local gem and they will be loaded. Note that it doesn't matter how gem-like your project is ie lib and bin directories etc. LocalGem only needs to know the full path to your gem/library. email: gabriel.horner@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - CHANGELOG.rdoc - LICENSE.txt - README.rdoc - Rakefile - VERSION.yml - lib/config_struct.rb - lib/local_gem.rb - lib/local_gem/override.rb - test/local_gem_test.rb - test/override_test.rb - test/test_helper.rb has_rdoc: true homepage: http://tagaholic.me/local_gem/ licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 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: tagaholic rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Loads any gem/library simply given its path. Great for nascent gems and/or for trying the latest code on a gem. test_files: - test/local_gem_test.rb - test/override_test.rb - test/test_helper.rb