-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequire_directory.gemspec
More file actions
14 lines (14 loc) · 1.09 KB
/
require_directory.gemspec
File metadata and controls
14 lines (14 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
s.name = %q{require_directory}
s.version = "0.1.3"
s.author = "Matt Lightner"
s.default_executable = %q{require_directory}
s.description = %q{Require all files in a directory easily.}
s.email = %q{mlightner@gmail.com}
s.files = ["./README.rdoc","./lib","./lib/require_directory.rb","./test","./test/require_directory_test.rb","./test/sample_requires","./test/sample_requires/subdir","./test/sample_requires/subdir/jimmy.rb","./test/sample_requires/things.rb","./test/sample_requires/stuff.rb","./test/sample_requires/widgets.rb","./test/sample_requires_with_error","./test/sample_requires_with_error/gremlins.rb","./test/sample_requires_with_error/things.rb","./test/sample_requires_with_error/stuff.rb","./test/sample_requires_with_error/widgets.rb","./test/test_helper.rb","./Rakefile","./require_directory.gemspec"]
s.has_rdoc = false
s.homepage = %q{http://github.com/mlightner/require_directory}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "require_directory", "--main"]
s.require_paths = ["lib"]
s.summary = %q{Require all files in a directory.}
end