Skip to content

Commit

Permalink
Fixed issue #76. Added a post install note about the gem name being
Browse files Browse the repository at this point in the history
changed from 'codesake-dawn' to 'dawn' on November 1st, 2014.
  • Loading branch information
thesp0nge committed Jul 3, 2014
1 parent 3387eb8 commit 97f3160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codesake-dawn.gemspec
Expand Up @@ -19,11 +19,11 @@ Gem::Specification.new do |gem|

gem.cert_chain = ['certs/paolo_at_codesake_dot_com.pem']
gem.signing_key = File.expand_path("~/.ssh/paolo_at_codesake_dot_com-private_key.pem") if $0 =~ /gem\z/
gem.post_install_message = "Thank you for installing Codesake::Dawn security source code scanner for Ruby. Start securing your code by running \"dawn project_folder\" right now or just run \"dawn --help\" if you want to explore all possible command line flags."
gem.post_install_message = "Thank you for installing \"dawn\", a security source code scanner for Ruby. Start securing your code by running \"dawn project_folder\" right now or just run \"dawn --help\" if you want to explore all possible command line flags.\n\n**PLEASE READ THIS** On November 1st, 2014 codesake-dawn gem will change the name in 'dawn'. On this date the first 'dawn' gem will be published and 'codesake-dawn' will be just a placeholder requiring the new gem."

gem.required_ruby_version = '>= 1.9.2'

gem.add_dependency "codesake-commons", "~> 0.95.0"
gem.add_dependency "codesake-commons", "~> 1.0.0"
gem.add_dependency 'cvss'
gem.add_dependency 'haml'
gem.add_dependency 'parser'
Expand Down

0 comments on commit 97f3160

Please sign in to comment.