public
Fork of nicksieger/warbler
Description: Warbler chirpily constructs .war files of your Rails applications.
Homepage: http://caldersphere.rubyforge.org/warbler
Clone URL: git://github.com/dysinger/warbler.git
Search Repo:
added gemspec so github gems will work
dysinger (author)
Sun May 04 12:15:07 -0700 2008
commit  23d9ff651ea49c63c0d19390c3c90ae79458e67b
tree    15012a3a32c53e7ecd5c525c35458892fe27c925
parent  84f1c9a9141ac6353f8690e5f1455d3d113bd855
...
 
 
1
2
3
4
 
...
1
2
3
4
5
 
6
0
@@ -1,5 +1,7 @@
0
+*~
0
+.DS_Store
0
 coverage
0
 pkg
0
 Manifest.txt
0
-doc
0
+*.gem
...
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
0
@@ -1 +1,13 @@
0
+Gem::Specification.new do |s|
0
+ s.name = "warbler"
0
+ s.version = "0.9.9"
0
+ s.rubyforge_project = "caldersphere"
0
+ s.homepage = "http://caldersphere.rubyforge.org/warbler"
0
+ s.author = "Nick Sieger"
0
+ s.email = "nick@nicksieger.com"
0
+ s.summary = "Warbler chirpily constructs .war files of your Rails applications."
0
+ s.files = Dir.glob("**/*").select { |x| !x.include?(".gem") }
0
+ s.default_executable = "bin/warbler"
0
+ s.has_rdoc = "Does a bear potty in the woods!?"
0
+end

Comments

    No one has commented yet.