mangos 0.4 → 0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f9ac32132cd1ca0d0d5f8a3f7cb3290aadf01c6589223dca1f08e8dc07362a8
4
- data.tar.gz: c2a88d97fd983b65c25eeac47678430f91713d1db5272177ba4e0175271dd83d
3
+ metadata.gz: 04e5641bc4363c1a515c6b7af7f5098884d40f96c89039ad39bf889da4d232fa
4
+ data.tar.gz: 7f533a39d946049f27dc1318819ca99ff1379ee2c2b9c3302d5ce210345273f0
5
5
  SHA512:
6
- metadata.gz: 7b8f20c53a4d8fb71e8009250102507ceb9b915c6f0def70dd18bc17fab75f27ec2e219593c3c804cf6313aa87f085474d5668efe15799438599533318ea2dda
7
- data.tar.gz: 257aa94d37ea85f291ee490d4158e614357bab6aaf9bafe71b6cee442e24b21c8a52e7d2769880a4288da428f1fe1aa809c625b442875754c6a12af6a0bfdbd4
6
+ metadata.gz: 9edef353a26418b44a43e1c45b4b2e5695ab1c36a8e281d9b1e9e9c480d0e88d276645c44b51ba5af4a4d310e8c5622ec958ba2fc8a198e17e0c7c6a062a74ed
7
+ data.tar.gz: 2789b096c6d14b3744ff5b39f1e5fbbc10fa7e18eef9b8c44bb6e07709d6b3b236012643fbc7d5f728e562a0e6cb40c6b14a1fee94edea03216e7d4eb496fced
@@ -9,8 +9,8 @@ class Mangos::Package
9
9
  end
10
10
 
11
11
  def update
12
- app_path.mkdir unless File.exists?(app_path)
13
- thumbnails_path.mkpath unless File.exists?(thumbnails_path)
12
+ app_path.mkdir unless File.exist?(app_path)
13
+ thumbnails_path.mkpath unless File.exist?(thumbnails_path)
14
14
 
15
15
  Mangos::Update.new(self, Mangos::Processor.new(self)).update
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Mangos
2
- VERSION = "0.4"
2
+ VERSION = "0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mangos
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brenton "B-Train" Fletcher
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-27 00:00:00.000000000 Z
11
+ date: 2024-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -102,7 +102,7 @@ files:
102
102
  homepage: http://github.com/bloopletech/mangos
103
103
  licenses: []
104
104
  metadata: {}
105
- post_install_message:
105
+ post_install_message:
106
106
  rdoc_options: []
107
107
  require_paths:
108
108
  - lib
@@ -117,8 +117,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  - !ruby/object:Gem::Version
118
118
  version: 1.3.6
119
119
  requirements: []
120
- rubygems_version: 3.3.7
121
- signing_key:
120
+ rubygems_version: 3.5.4
121
+ signing_key:
122
122
  specification_version: 4
123
123
  summary: Mangos indexes a collection of manga or comis and generates a SPA that browses
124
124
  the collection.