Changeset 4
- Timestamp:
- 01/04/08 15:04:02 (9 months ago)
- Files:
-
- spec_converter/trunk/README.txt (modified) (1 diff)
- todo.taskpaper (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spec_converter/trunk/README.txt
r3 r4 2 2 3 3 == DESCRIPTION: 4 Simple converter to go to test/spec style.4 Simple converter to go from test-unit or dust style tests to test-spec (http://rubyforge.org/projects/test-spec) specs. 5 5 6 6 == FEATURES/PROBLEMS: 7 This will change all files in place, so make sure you are properly backed up and/or committed to SVN.7 This will change all files in place!! Make sure you are properly backed up and/or committed to SVN before running. 8 8 9 9 == INSTALL: 10 10 * sudo gem install spec_converter 11 12 == USAGE: 13 Assuming your project is at /work/project/: 14 15 cd /work/project 16 spec_converter 17 18 == URLS: 19 20 trac: http://opensource.thinkrelevance.com/ 21 svn trunk: https://opensource.thinkrelevance.com/svn/spec_converter/trunk 22 rubyforge: http://spec-converter.rubyforge.org 23 rdocs: http://spec-converter.rubyforge.org/doc 11 24 12 25 == LICENSE: todo.taskpaper
r2 r4 1 - copy spec converter over in svn to opensource svn 2 - email about books 3 - create relevance rubyforge account, email team about it 4 - setup rubyforge project, release first release 1 - copy spec converter over in svn to opensource svn @done 2 - email about books @done 3 - create relevance rubyforge account, email team about it @done 4 - make sure http://opensource.thinkrel.com/svn allows anon checkouts, and r/w for all full timers and contractors @done 5 - content for opensource.thinkrelevance.com @done 6 7 - setup rubyforge project, release first release @waiting 5 8 6 9 - get API key from Akismet 7 10 - setup akismet, verify it works 8 - make sure http://opensource.thinkrel.com/svn allows anon checkouts, and r/w for all full timers and contractors 11 - blog new open source site 12 - blog release of spec converter 13 - blog next release of multi-rails (updates for rubygems 1.0.x, bug if user didnt set rubyopt=rubygem) 14 - rob: add your pdfs
