Skip to content

Commit

Permalink
Renamed the CONTRIBUTORS file to CREDITS.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Oct 1, 2010
1 parent 122340f commit f664ab7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -16,7 +16,7 @@ GEMSPEC = Gem::Specification.new do |gem|
gem.email = 'public-rdf-ruby@w3.org'

gem.platform = Gem::Platform::RUBY
gem.files = %w(AUTHORS CONTRIBUTORS README UNLICENSE VERSION bin/rdf etc/doap.nt) + Dir.glob('lib/**/*.rb')
gem.files = %w(AUTHORS CREDITS README UNLICENSE VERSION bin/rdf etc/doap.nt) + Dir.glob('lib/**/*.rb')
gem.bindir = %q(bin)
gem.executables = %w(rdf)
gem.default_executable = gem.executables.first
Expand Down
1 change: 1 addition & 0 deletions .yardopts
Expand Up @@ -7,5 +7,6 @@
--readme README.md
-
AUTHORS
CREDITS
UNLICENSE
VERSION
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -212,7 +212,7 @@ Contributing
[tutorial][YARD-GS] or just look at the existing code for examples.
* Don't touch the `.gemspec` or `VERSION` files. If you need to change them,
do so on your private branch only.
* Do feel free to add yourself to the `CONTRIBUTORS` file and the
* Do feel free to add yourself to the `CREDITS` file and the
corresponding list in the the `README`. Alphabetical order applies.
* Don't touch the `AUTHORS` file. If your contributions are significant
enough, be assured we will eventually add you in there.
Expand Down

0 comments on commit f664ab7

Please sign in to comment.