Skip to content

Commit

Permalink
doc/file listings/configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 6, 2012
1 parent 5bafc3a commit cd58cb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .document
@@ -1,5 +1,5 @@
README.markdown
lib/**/*.rb
bin/*
features/**/*.feature
-
README.md
License.txt
Changelog.md
3 changes: 0 additions & 3 deletions .yardopts
@@ -1,6 +1,3 @@
--no-private
--exclude features
--markup markdown
-
Changelog.md
License.txt
3 changes: 1 addition & 2 deletions rspec-core.gemspec
Expand Up @@ -16,11 +16,10 @@ Gem::Specification.new do |s|
s.rubyforge_project = "rspec"

s.files = `git ls-files -- lib/*`.split("\n")
s.files += ["License.txt"]
s.files += %w[README.md License.txt Changelog.txt .yardopts .document]
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.bindir = 'exe'
s.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
s.extra_rdoc_files = [ "README.md", "License.txt"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"
end

0 comments on commit cd58cb1

Please sign in to comment.