-
Notifications
You must be signed in to change notification settings - Fork 6
/
rascut.gemspec
30 lines (27 loc) · 1.93 KB
/
rascut.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Gem::Specification.new do |s|
s.name = %q{rascut}
s.version = "0.2.2"
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yuichi Tateno"]
s.autorequire = %q{}
s.date = %q{2011-09-02}
s.default_executable = %q{rascut}
s.description = %q{Ruby ActionSCript UTility}
s.email = %q{hotchpotch@[email protected]}
s.executables = ["rascut"]
s.extra_rdoc_files = ["README", "ChangeLog"]
s.files = ["README", "ChangeLog", "Rakefile", "bin/rascut", "bin/rasdoc", "test/test_rascut.rb", "test/test_file_observer.rb", "lib/rascut.rb", "lib/rascut", "lib/rascut/file_observer.rb", "lib/rascut/asdoc", "lib/rascut/asdoc/data.rb", "lib/rascut/asdoc/parser.rb", "lib/rascut/asdoc/httpd.rb", "lib/rascut/asdoc/generator.rb", "lib/rascut/config.rb", "lib/rascut/httpd.rb", "lib/rascut/logger.rb", "lib/rascut/plugin", "lib/rascut/plugin/write_fcsh_error_output.rb", "lib/rascut/plugin/base.rb", "lib/rascut/plugin/screen.rb", "lib/rascut/plugin/generate_ctags.rb", "lib/rascut/plugin/growl.rb", "lib/rascut/command.rb", "lib/rascut/fcsh_wrapper.rb", "lib/rascut/utils.rb", "vendor/js", "vendor/ruby", "vendor/js/swfobject.js", "vendor/ruby/expect.rb"]
s.has_rdoc = true
s.homepage = %q{http://hotchpotch.rubyforge.org/rascut/}
s.rdoc_options = ["--title", "rascut documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--exclude", "^(examples|extras)/"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.2")
s.rubyforge_project = %q{hotchpotch}
s.rubygems_version = %q{1.1.1}
s.summary = %q{Ruby ActionSCript UTility}
s.test_files = ["test/test_rascut.rb", "test/test_file_observer.rb"]
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<mongrel>, [">= 0"])
s.add_dependency(%q<json_pure>, [">= 0"])
end