Skip to content

Commit

Permalink
Added share
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbrown authored and Dave Brown committed Oct 3, 2007
1 parent 154efe9 commit 85e776c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion livejournaller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ spec = Gem::Specification.new do |s|
# s.homepage = "http://www.rubyforge.org/projects/gurgitate-mail/"
# s.rubyforge_project = "gurgitate-mail"

s.files = Dir.glob("lib/*.rb").delete_if { |item| item.include?("CVS") }
s.files = Dir.glob("lib/*.rb")
s.files += Dir.glob("bin/*")
s.files += Dir.glob("share/*")

# Load-time details: library and application
s.require_path = 'lib' # Use these for libraries.
Expand Down

0 comments on commit 85e776c

Please sign in to comment.