Skip to content

Commit

Permalink
Update gemspec with executable details
Browse files Browse the repository at this point in the history
  • Loading branch information
andyh committed Jan 26, 2009
1 parent 614f0f0 commit c864f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -12,6 +12,8 @@ begin
s.homepage = "http://github.com/andyh/valhalla"
s.description = "A collection of tasks for automating TYPO3"
s.authors = ["Andy Henson"]
s.default_executable = %q{typo3}
s.executables = ["typo3"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down
4 changes: 3 additions & 1 deletion valhalla.gemspec
Expand Up @@ -7,9 +7,11 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andy Henson"]
s.date = %q{2009-01-26}
s.default_executable = %q{typo3}
s.description = %q{A collection of tasks for automating TYPO3}
s.email = %q{andy@foxsoft.co.uk}
s.files = ["README.textile", "VERSION.yml", "bin/typo3"]
s.executables = ["typo3"]
s.files = ["bin/typo3"]
s.has_rdoc = true
s.homepage = %q{http://github.com/andyh/valhalla}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
Expand Down

0 comments on commit c864f35

Please sign in to comment.