mangos 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mangos/version.rb +1 -1
- data/mangos.gemspec +2 -2
- metadata +3 -3
data/lib/mangos/version.rb
CHANGED
data/mangos.gemspec
CHANGED
@@ -5,9 +5,9 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.name = "mangos"
|
6
6
|
s.version = Mangos::VERSION
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
|
-
s.authors = [
|
8
|
+
s.authors = ['Brenton "B-Train" Fletcher']
|
9
9
|
s.email = ["i@bloople.net"]
|
10
|
-
s.homepage = "http://
|
10
|
+
s.homepage = "http://github.com/bloopletech/mangos"
|
11
11
|
s.summary = "Mangos indexes a collection of manga or comis and generates a SPA that browses the collection."
|
12
12
|
s.description = "A collection of manga or comics is a directory (the container) containing 1..* directories (books), each directory containing 1..* image files (pages). Mangos indexes a collection in this format, and generates a HTML/JS Single Page Application (SPA) that allows you to browse and view manga/comics in your collection. The SPA UI is much easier to use than using a filesystem browser or normal image viewer; and the SPA, along with the collection can be trivially served over a network by putting the collection and the SPA in a directory served by nginx or Apache."
|
13
13
|
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mangos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Brenton Fletcher
|
8
|
+
- Brenton "B-Train" Fletcher
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
@@ -1120,7 +1120,7 @@ files:
|
|
1120
1120
|
- lib/mangos/update.rb
|
1121
1121
|
- lib/mangos/version.rb
|
1122
1122
|
- mangos.gemspec
|
1123
|
-
homepage: http://
|
1123
|
+
homepage: http://github.com/bloopletech/mangos
|
1124
1124
|
licenses: []
|
1125
1125
|
post_install_message:
|
1126
1126
|
rdoc_options: []
|