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.
- data/TODO.markdown +1 -0
- data/keigan.gemspec +1 -1
- data/lib/keigan.rb +1 -1
- metadata +2 -2
data/TODO.markdown
CHANGED
data/keigan.gemspec
CHANGED
|
@@ -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
|
|
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"
|
data/lib/keigan.rb
CHANGED
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.
|
|
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
|
|
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
|