Skip to content

Commit

Permalink
scanny.gemspec: Fix authors, e-mails and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmajda committed Aug 19, 2012
1 parent 9e753da commit 53c49d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scanny.gemspec
Expand Up @@ -4,9 +4,9 @@ Gem::Specification.new do |s|
s.name = "scanny"
s.version = '0.0.1'
s.platform = Gem::Platform::RUBY
s.authors = ['Flavio Castelli', 'David Majda']
s.email = ['fcastelli@novell.com','dmajda@suse.cz']
s.homepage = "https://github.com/dmadja/scanny"
s.authors = ['Thomas Biege', 'Flavio Castelli', 'David Majda', 'Piotr Niełacny']
s.email = ['thomas@suse.de', 'fcastelli@novell.com', 'dmajda@suse.cz', 'piotr.nielacny@gmail.com']
s.homepage = "https://github.com/openSUSE/scanny"
s.summary = "Ruby security scanner"
s.description = "Find all security issues affecting your code."

Expand Down

0 comments on commit 53c49d0

Please sign in to comment.