# -*- encoding: utf-8 -*- # stub: local_gem 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "local_gem".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gabriel Horner".freeze] s.date = "2009-10-22" s.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.".freeze s.email = "gabriel.horner@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/config_struct.rb".freeze, "lib/local_gem.rb".freeze, "lib/local_gem/override.rb".freeze, "test/local_gem_test.rb".freeze, "test/override_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://tagaholic.me/local_gem/".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Loads any gem/library simply given its path. Great for nascent gems and/or for trying the latest code on a gem.".freeze s.test_files = ["test/local_gem_test.rb".freeze, "test/override_test.rb".freeze, "test/test_helper.rb".freeze] end