Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
[all] Changed README to .rdoc format
Browse files Browse the repository at this point in the history
[#970 state:resolved]
  • Loading branch information
snusnu committed Aug 19, 2009
1 parent f2740fb commit 4f11dd5
Show file tree
Hide file tree
Showing 111 changed files with 222 additions and 338 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions Manifest.txt
@@ -1,9 +1,8 @@
.gitignore
History.txt
History.rdoc
MIT-LICENSE
Manifest.txt
README.textile
README.txt
README.rdoc
Rakefile
TODO
lib/dm-more.rb
Expand Down
4 changes: 2 additions & 2 deletions README.textile → README.rdoc
@@ -1,6 +1,6 @@
h1. dm-more
= dm-more

h2. Extra, non-essential parts for DataMapper
== Extra, non-essential parts for DataMapper

Including

Expand Down
15 changes: 0 additions & 15 deletions README.txt

This file was deleted.

4 changes: 2 additions & 2 deletions adapters/dm-ferret-adapter/Manifest.txt
@@ -1,8 +1,8 @@
.gitignore
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
bin/ferret
Expand Down
2 changes: 1 addition & 1 deletion adapters/dm-ferret-adapter/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-ferret-adapter'
GEM_VERSION = DataMapper::FerretAdapter::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['ferret', '~>0.11.6']]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] } #,
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] } #,
# :executables => %w[ ferret ], :bindir => 'bin' } # FIXME: should this be enabled?

PROJECT_NAME = 'datamapper'
Expand Down
5 changes: 2 additions & 3 deletions adapters/dm-rest-adapter/Manifest.txt
@@ -1,8 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.markdown
README.txt
README.rdoc
Rakefile
TODO
lib/rest_adapter.rb
Expand Down
47 changes: 0 additions & 47 deletions adapters/dm-rest-adapter/README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion adapters/dm-rest-adapter/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-rest-adapter'
GEM_VERSION = DataMapperRest::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/adapters/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-adjust/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-adjust.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-adjust/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-adjust'
GEM_VERSION = DataMapper::Adjust::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-aggregates/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-aggregates.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-aggregates/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-aggregates'
GEM_VERSION = DataMapper::Aggregates::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-ar-finders/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-ar-finders.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-ar-finders/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-ar-finders'
GEM_VERSION = DataMapper::ARFinders::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-cli/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
bin/.irbrc
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-cli/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-cli'
GEM_VERSION = DataMapper::CLI::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ],
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ],
:executables => %w[ dm ], :bindir => 'bin' }

PROJECT_NAME = 'datamapper'
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-constraints/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-constraints.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-constraints/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-constraints'
GEM_VERSION = DataMapper::Constraints::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-is-example/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-is-example.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-is-example/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-is-example'
GEM_VERSION = DataMapper::Is::Example::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-is-nested_set/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-is-nested_set.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-is-nested_set/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-is-nested_set'
GEM_VERSION = DataMapper::Is::NestedSet::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['dm-adjust', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-is-remixable/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-is-remixable.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-is-remixable/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-is-remixable'
GEM_VERSION = DataMapper::Is::Remixable::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-is-searchable/Manifest.txt
@@ -1,7 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.txt
README.rdoc
Rakefile
TODO
lib/dm-is-searchable.rb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dm-is-searchable/Rakefile
Expand Up @@ -14,7 +14,7 @@ GEM_NAME = 'dm-is-searchable'
GEM_VERSION = DataMapper::Is::Searchable::VERSION
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
GEM_CLEAN = %w[ log pkg coverage ]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO History.txt ] }
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.rdoc LICENSE TODO History.rdoc ] }

PROJECT_NAME = 'datamapper'
PROJECT_URL = "http://github.com/datamapper/dm-more/tree/master/#{GEM_NAME}"
Expand Down
File renamed without changes.
5 changes: 2 additions & 3 deletions dm-is-state_machine/Manifest.txt
@@ -1,8 +1,7 @@
History.txt
History.rdoc
LICENSE
Manifest.txt
README.markdown
README.txt
README.rdoc
Rakefile
TODO
lib/dm-is-state_machine.rb
Expand Down

1 comment on commit 4f11dd5

@snusnu
Copy link
Member Author

@snusnu snusnu commented on 4f11dd5 Aug 19, 2009

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, somehow the author information got lost although i did a cherry-pick. full credits for this patch go to kematzy! thx again dude, sorry i messed up the author info!

Please sign in to comment.