Skip to content

Commit

Permalink
Automate the generation of bin tasks so that they don't get forgotten.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jul 12, 2010
1 parent 7b31a02 commit 9601605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
Expand Up @@ -18,7 +18,7 @@
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\\ Digital David\\ Jones Philip\\ Arndt)
s.require_paths = %w(lib)
s.executables = %w(refinery refinery-upgrade-096-to-097)
s.executables = %w(#{Dir.glob('bin/*').map{|d| d.gsub('bin/','')}.join(' ')})
s.files = [
'#{files.join("',\n '")}'
Expand Down
2 changes: 1 addition & 1 deletion refinerycms.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\ Digital David\ Jones Philip\ Arndt)
s.require_paths = %w(lib)
s.executables = %w(refinery refinery-upgrade-096-to-097)
s.executables = %w(refinery refinery-upgrade-096-to-097 refinerycms)

s.files = [
'.gitignore',
Expand Down

0 comments on commit 9601605

Please sign in to comment.