keigan 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/TODO.markdown +1 -0
  2. data/keigan.gemspec +1 -1
  3. data/lib/keigan.rb +1 -1
  4. metadata +2 -2
@@ -7,3 +7,4 @@
7
7
  - Better layout all the pages and properly display everything
8
8
  - Allow editing
9
9
  - 100% code coverage for unit and integration tests
10
+ -http://www.sinatrarb.com/testing.html
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  s.version = Keigan::VERSION
36
36
  s.homepage = "http://www.arxopia.com/projects/keigan"
37
37
  s.summary = "#{Keigan::APP_NAME}"
38
- s.description = "#{Keigan::APP_NAME} is a set of parsers for NVD CVE / CPE xml files"
38
+ s.description = "#{Keigan::APP_NAME} is a on demand web interface for a Risu database"
39
39
  s.license = "BSD"
40
40
 
41
41
  s.author = "Jacob Hammack"
@@ -26,7 +26,7 @@
26
26
 
27
27
  module Keigan
28
28
  APP_NAME = "keigan"
29
- VERSION = "0.0.1"
29
+ VERSION = "0.0.2"
30
30
  CONFIG_FILE = "./risu.cfg"
31
31
  AUTHOR = "Arxopia LLC."
32
32
  EMAIL = "keigan@arxopia.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keigan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: 3.1.4
62
- description: keigan is a set of parsers for NVD CVE / CPE xml files
62
+ description: keigan is a on demand web interface for a Risu database
63
63
  email: keigan@arxopia.com
64
64
  executables:
65
65
  - keigan