Skip to content

Commit

Permalink
Add list of files to included in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
toreriklinnerud committed Mar 24, 2009
1 parent e1fd192 commit 29c7b4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion datedbackup.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
require 'rake'

files = FileList["{bin,lib,example_configs}/**/*"].to_a
extra_files = %w(README MIT-LICENSE GPL-LICENSE RELEASES CHANGELOG)

Gem::Specification.new do |s|
s.name = "dated_backup"
s.version = "0.2.1"
s.version = "0.2.2"
s.author = "Scott Taylor"
s.email = "scott@railsnewbie.com"
s.homepage = "http://rubyforge.org/projects/datedbackup"
s.platform = Gem::Platform::RUBY
s.summary = "Incremental Dated Backups Using Rsync"
s.files = files + extra_files

s.bindir = 'bin'
s.executables = ["dbackup"]
Expand Down

0 comments on commit 29c7b4b

Please sign in to comment.