Skip to content

Commit

Permalink
reap became syckle
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Oct 6, 2009
1 parent e71a6d4 commit d279fd3
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 33 deletions.
3 changes: 3 additions & 0 deletions .config/syckle.yml
@@ -0,0 +1,3 @@
---
automatic: true

2 changes: 2 additions & 0 deletions meta/ruby
@@ -0,0 +1,2 @@
- 1.8.6
- 1.8.7
7 changes: 0 additions & 7 deletions task/box.reap

This file was deleted.

9 changes: 9 additions & 0 deletions task/box.syckle
@@ -0,0 +1,9 @@
---
rubygems:
service: Box
active : true
types : [gem, gz]
include: [bin, demo, lib, meta, test, "[A-Z]*"]
exclude: ~
master : true

4 changes: 2 additions & 2 deletions task/email.reap → task/email.syckle
@@ -1,6 +1,6 @@
---
email:
service : Mailinglist
announce:
service : Email
file : ~
subject : ~
mailto : ruby-talk@ruby-lang.org
Expand Down
2 changes: 1 addition & 1 deletion task/notes.reap → task/notes.syckle
Expand Up @@ -5,5 +5,5 @@ notes:
labels : ~
output : ~
format : ~
active : true
active : false

10 changes: 0 additions & 10 deletions task/rdoc.reap

This file was deleted.

11 changes: 11 additions & 0 deletions task/rdoc.syckle
@@ -0,0 +1,11 @@
---
rdoc:
service : RDoc
templib : rdazzle
template : redfish
include : [ lib, README, LICENSE ]
exclude : [ "lib/rdoc/generator/template/redfish/" ]
main : ~
extra : ~
active : true

6 changes: 6 additions & 0 deletions task/reinstall
@@ -0,0 +1,6 @@
#!/bin/sh

sudo gem uninstall rdazzle
syckle package -s rdoc
sudo gem install pkg/rdazzle-1.1.0.gem

File renamed without changes.
8 changes: 0 additions & 8 deletions task/rubyforge.reap

This file was deleted.

10 changes: 10 additions & 0 deletions task/rubyforge.syckle
@@ -0,0 +1,10 @@
---
rubyforge:
service : Rubyforge
unixname: <%= project %>
groupid : ~
package : <%= package %>
sitemap:
doc/rdoc: <%= package %>
active : false

5 changes: 2 additions & 3 deletions task/stats.reap → task/stats.syckle
@@ -1,10 +1,9 @@
---
codestats:
service : CodeStats
stats:
service : Stats
title : ~
loadpath : ~
exclude : ~
format : html # text
output : ~
active : true

File renamed without changes.
4 changes: 2 additions & 2 deletions task/testunit.reap → task/testrb.syckle
@@ -1,6 +1,6 @@
---
testrb:
service : TestUnit
testunit:
service : Testrb
tests : ~
exclude : ~
loadpath : ~
Expand Down
File renamed without changes.

0 comments on commit d279fd3

Please sign in to comment.