projects
/
ruby-vorbistagger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c623a45
)
Resolved wildcards in PKG_FILES.
ruby-vorbistagger-0.0.1
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 11 Nov 2006 12:47:36 +0000
(13:47 +0100)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 11 Nov 2006 12:47:36 +0000
(13:47 +0100)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 4aa62fc8f29b4f98a55f0353497792009d1c3773..7a34bbb60dbcaecde22a8cda90b0733a87c3302a 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-21,8
+21,10
@@
PKG_VERSION = File.read("lib/ogg/vorbis/tagger.rb").
PKG_FILES = FileList[
"AUTHORS", "COPYING", "README", "Rakefile",
"gemspec.rb",
- "rake/{{configure,extension}task,gcc4test}.rb",
- "ext/comments.[ch]", "ext/ext.c", "ext/vcedit.[ch]",
+ "rake/configuretask.rb", "rake/extensiontask.rb",
+ "rake/gcc4test.rb",
+ "ext/comments.c", "ext/comments.h", "ext/ext.c",
+ "ext/vcedit.c", "ext/vcedit.h",
"lib/ogg/vorbis/tagger.rb",
"test/test_main.rb"
]