From 29a1139877c01d270f3bb680871db8e1e3c36d65 Mon Sep 17 00:00:00 2001 From: Adam Sanderson Date: Thu, 30 Dec 2010 14:07:31 -0700 Subject: [PATCH] updating gemspec... --- lib/qwandry/configuration.rb | 2 +- qwandry.gemspec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/qwandry/configuration.rb b/lib/qwandry/configuration.rb index 067e9be..afab2e4 100644 --- a/lib/qwandry/configuration.rb +++ b/lib/qwandry/configuration.rb @@ -30,7 +30,7 @@ module Qwandry end # Loads a configuration file, and executes it in the context of the Qwandry::Configuration - # class. See default_configuration.rb for an example, or run: + # class. See `configuration/default.rb` for an example, or run: # # qw --customize # diff --git a/qwandry.gemspec b/qwandry.gemspec index e768357..68cce39 100644 --- a/qwandry.gemspec +++ b/qwandry.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{qwandry} - s.version = "0.0.3" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Sanderson"] - s.date = %q{2010-12-11} + s.date = %q{2010-12-30} s.default_executable = %q{qw} s.description = %q{ Open a gem or library's source directory with your default editor. } @@ -26,6 +26,9 @@ Gem::Specification.new do |s| "VERSION", "bin/qw", "lib/qwandry.rb", + "lib/qwandry/configuration.rb", + "lib/qwandry/configuration/default.rb", + "lib/qwandry/configuration/probe_node.js", "lib/qwandry/flat_repository.rb", "lib/qwandry/launcher.rb", "lib/qwandry/library_repository.rb",