Skip to content

Commit

Permalink
tweaking the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Jul 8, 2008
1 parent 069079f commit 510c460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.textile
@@ -1,6 +1,7 @@
h1. randexp
bq. by Ben Burkert
bq. http://github.com/benburkert/randexp

bq. by Ben Burkert
http://github.com/benburkert/randexp

h2. DESCRIPTION:

Expand Down
4 changes: 2 additions & 2 deletions randexp.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.description = "randexp makes it easy to generate random string from most regular expressions."
s.has_rdoc = true
s.authors = ["Ben Burkert"]
s.files = %w(Rakefile CHANGELOG LICENSE README) + Dir["lib/**/*"]
s.test_files = Dir["spec/**/*"]
s.files = ["Rakefile", "CHANGELOG", "LICENSE", "README", "lib/randexp.rb", "lib/randgen.rb", "lib/core_ext.rb", "dictionary.rb", "core_ext/array.rb", "core_ext/integer.rb", "core_ext/range.rb", "core_ext/regexp.rb", "randexp/parser.rb", "randexp/reducer.rb"]
s.test_files = ["spec/regression/regexp_spec.rb", "spec/unit/core_ext/regexp_spec.rb", "spec/unit/randexp/parser_spec.rb", "spec/unit/randexp/reducer.rb", "spec/unit/randexp_spec.rb", "spec/unit/randgen_spec.rb", "spec/spec_helper.rb"]
s.rdoc_options = ["--main", "README"]
s.extra_rdoc_files = ["CHANGELOG", "README"]
s.require_path = "lib"
Expand Down

0 comments on commit 510c460

Please sign in to comment.