updating gemspec...
This commit is contained in:
parent
22e4068495
commit
29a1139877
|
@ -30,7 +30,7 @@ module Qwandry
|
||||||
end
|
end
|
||||||
|
|
||||||
# Loads a configuration file, and executes it in the context of the Qwandry::Configuration
|
# 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
|
# qw --customize
|
||||||
#
|
#
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{qwandry}
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Adam Sanderson"]
|
s.authors = ["Adam Sanderson"]
|
||||||
s.date = %q{2010-12-11}
|
s.date = %q{2010-12-30}
|
||||||
s.default_executable = %q{qw}
|
s.default_executable = %q{qw}
|
||||||
s.description = %q{ Open a gem or library's source directory with your default editor.
|
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",
|
"VERSION",
|
||||||
"bin/qw",
|
"bin/qw",
|
||||||
"lib/qwandry.rb",
|
"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/flat_repository.rb",
|
||||||
"lib/qwandry/launcher.rb",
|
"lib/qwandry/launcher.rb",
|
||||||
"lib/qwandry/library_repository.rb",
|
"lib/qwandry/library_repository.rb",
|
||||||
|
|
Loading…
Reference in New Issue