|
1 | 1 | Gem::Specification.new do |s|
|
2 | 2 | s.name = %q{address_extractor}
|
3 |
| - s.version = "0.1.1" |
| 3 | + s.version = "0.1.2" |
4 | 4 |
|
5 | 5 | s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
6 | 6 | s.authors = ["Jim Garvin"]
|
7 |
| - s.date = %q{2008-11-14} |
| 7 | + s.date = %q{2008-11-16} |
8 | 8 | s.description = %q{Give it text. It finds addresses in it.}
|
9 | 9 | s.email = %q{jim at thegarvin dot com}
|
10 | 10 | s.extra_rdoc_files = ["lib/address_extractor.rb", "LICENSE.textile", "README.textile"]
|
11 |
| - s.files = ["lib/address_extractor.rb", "LICENSE.textile", "Manifest", "Rakefile", "README.textile", "test/test_address_extractor.rb", "address_extractor.gemspec"] |
| 11 | + s.files = ["lib/address_extractor.rb", "LICENSE.textile", "Manifest", "Rakefile", "README.textile", "test/test_address_extractor.rb", "address_extractor.gemspec", "test/test_helper.rb"] |
12 | 12 | s.has_rdoc = true
|
13 | 13 | s.homepage = %q{http://github.com/coderifous/address_extractor}
|
14 | 14 | s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Address_extractor", "--main", "README.textile"]
|
15 | 15 | s.require_paths = ["lib"]
|
16 | 16 | s.rubyforge_project = %q{address_extractor}
|
17 | 17 | s.rubygems_version = %q{1.2.0}
|
18 | 18 | s.summary = %q{Give it text. It finds addresses in it.}
|
19 |
| - s.test_files = ["test/test_address_extractor.rb"] |
| 19 | + s.test_files = ["test/test_address_extractor.rb", "test/test_helper.rb"] |
20 | 20 |
|
21 | 21 | if s.respond_to? :specification_version then
|
22 | 22 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
0 commit comments