Skip to content

Commit

Permalink
clean up file listings for rdoc, yard, and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 6, 2012
1 parent 73c6b68 commit b41b82f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .document
@@ -0,0 +1,4 @@
lib/**/*.rb
-
License.txt
Changelog.md
4 changes: 0 additions & 4 deletions .yardopts
@@ -1,7 +1,3 @@
--no-document
--no-private
--exclude features
--markup markdown
-
Changelog.md
License.txt
5 changes: 2 additions & 3 deletions rspec-expectations.gemspec
Expand Up @@ -15,10 +15,9 @@ Gem::Specification.new do |s|

s.rubyforge_project = "rspec"

s.files = `git ls-files -- lib/*`.split("\n")
s.files += ["License.txt"]
s.files = `git ls-files -- lib/**/*.rb`.split("\n")
s.files += %w[README.md License.txt Changelog.md .document .yardopts]
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.extra_rdoc_files = [ "README.md", "License.txt"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"

Expand Down

0 comments on commit b41b82f

Please sign in to comment.