Skip to content

Commit

Permalink
renamed to style-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkinsella committed Jan 31, 2012
1 parent 00d0930 commit 29c7310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "style"
gem.name = "style-scanner"
gem.require_paths = ["lib"]
gem.version = Style::VERSION
gem.add_dependency "punkt-segmenter"
Expand Down

0 comments on commit 29c7310

Please sign in to comment.