utopia 2.20.0 → 2.20.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56923a2e74dc8c0c9741d25e21e871b8e1aabb2085c47b6f5880af60befa72fa
4
- data.tar.gz: 0f7e1423b063dad1c370c700dfeb541a8c3b149b29418086fe2952574b216bfc
3
+ metadata.gz: 98a414341752cd45376ffac50a8ebd4b5e3ee49eb2868ce87dc41f3696c07d76
4
+ data.tar.gz: 989e031a0c3f3680d52f28540f94712f32e00cb95af7c5575a81ef7f7b8ed6d6
5
5
  SHA512:
6
- metadata.gz: 263fb770d5ea32a76b1c2ce42802194dfd6fb2386304a2b18ee5f71f2d2a3560ce97203a48e8e9a6c6e5eb120236abefc490d6b45df9e032fd4d4d44cb4477fd
7
- data.tar.gz: ad207a65dfc5e0cbc270b33769c1113f84f670395e4d4a8a5059a17de7d06e2e69be1d90073f55384a3f9e16b4cbe8918c563ec6696f5270785f8000831c609e
6
+ metadata.gz: 5d8ff1cf0d72eabbef7550ef1c049f6af84c9cd110403cff6999c506ac8200697fa8930cc2db29cc666b23dd13b144a81c45301d669c43bff618719254247293
7
+ data.tar.gz: dbd8e4c9379ad5d539a8e099402630a23b9c7a5422d369a2f5cdcea1426d07b1bffb2532b1694dad71b8966dcdb8a8084d4270af809ce3ef23e3b0dfddd48883
checksums.yaml.gz.sig CHANGED
Binary file
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Utopia
24
- VERSION = "2.20.0"
24
+ VERSION = "2.20.1"
25
25
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.0
4
+ version: 2.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -41,7 +41,7 @@ cert_chain:
41
41
  RAOsIl+HOBTb252nx1kIRN5hqQx272AJCbCjKx8egcUQKffFVVCI0nye09v5CK+a
42
42
  HiLJ8VOFx6w=
43
43
  -----END CERTIFICATE-----
44
- date: 2022-08-01 00:00:00.000000000 Z
44
+ date: 2022-08-03 00:00:00.000000000 Z
45
45
  dependencies:
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: concurrent-ruby
@@ -145,14 +145,14 @@ dependencies:
145
145
  name: rack
146
146
  requirement: !ruby/object:Gem::Requirement
147
147
  requirements:
148
- - - "~>"
148
+ - - ">="
149
149
  - !ruby/object:Gem::Version
150
150
  version: '2.2'
151
151
  type: :runtime
152
152
  prerelease: false
153
153
  version_requirements: !ruby/object:Gem::Requirement
154
154
  requirements:
155
- - - "~>"
155
+ - - ">="
156
156
  - !ruby/object:Gem::Version
157
157
  version: '2.2'
158
158
  - !ruby/object:Gem::Dependency
@@ -322,15 +322,12 @@ files:
322
322
  - bake/utopia/static.rb
323
323
  - bake/utopia/test.rb
324
324
  - bin/utopia
325
- - lib/.DS_Store
326
325
  - lib/utopia.rb
327
- - lib/utopia/.DS_Store
328
326
  - lib/utopia/command.rb
329
327
  - lib/utopia/command/environment.rb
330
328
  - lib/utopia/command/server.rb
331
329
  - lib/utopia/command/site.rb
332
330
  - lib/utopia/content.rb
333
- - lib/utopia/content/.DS_Store
334
331
  - lib/utopia/content/document.rb
335
332
  - lib/utopia/content/link.rb
336
333
  - lib/utopia/content/links.rb
@@ -341,7 +338,6 @@ files:
341
338
  - lib/utopia/content/tags.rb
342
339
  - lib/utopia/content_length.rb
343
340
  - lib/utopia/controller.rb
344
- - lib/utopia/controller/.DS_Store
345
341
  - lib/utopia/controller/actions.md
346
342
  - lib/utopia/controller/actions.rb
347
343
  - lib/utopia/controller/base.rb
@@ -372,10 +368,7 @@ files:
372
368
  - lib/utopia/static/local_file.rb
373
369
  - lib/utopia/static/mime_types.rb
374
370
  - lib/utopia/version.rb
375
- - setup/.DS_Store
376
- - setup/server/.DS_Store
377
371
  - setup/server/git/hooks/post-receive
378
- - setup/site/.DS_Store
379
372
  - setup/site/.gitignore
380
373
  - setup/site/.rspec
381
374
  - setup/site/Guardfile
@@ -387,14 +380,12 @@ files:
387
380
  - setup/site/falcon.rb
388
381
  - setup/site/gems.rb
389
382
  - setup/site/lib/readme.txt
390
- - setup/site/pages/.DS_Store
391
383
  - setup/site/pages/_heading.xnode
392
384
  - setup/site/pages/_page.xnode
393
385
  - setup/site/pages/errors/exception.xnode
394
386
  - setup/site/pages/errors/file-not-found.xnode
395
387
  - setup/site/pages/links.yaml
396
388
  - setup/site/pages/welcome/index.xnode
397
- - setup/site/public/.DS_Store
398
389
  - setup/site/public/_static/icon.svg
399
390
  - setup/site/public/_static/site.css
400
391
  - setup/site/public/_static/utopia-background.svg
@@ -403,7 +394,6 @@ files:
403
394
  - setup/site/spec/spec_helper.rb
404
395
  - setup/site/spec/website_context.rb
405
396
  - setup/site/spec/website_spec.rb
406
- - setup/site/tmp/Gemfile
407
397
  homepage: https://github.com/ioquatix/utopia
408
398
  licenses:
409
399
  - MIT
metadata.gz.sig CHANGED
Binary file
data/lib/.DS_Store DELETED
Binary file
data/lib/utopia/.DS_Store DELETED
Binary file
Binary file
Binary file
data/setup/.DS_Store DELETED
Binary file
Binary file
data/setup/site/.DS_Store DELETED
Binary file
Binary file
Binary file
@@ -1,20 +0,0 @@
1
-
2
- source "https://rubygems.org"
3
-
4
- gem "utopia", "~> 1.8.0"
5
- # gem "utopia-tags-gallery"
6
- # gem "utopia-tags-google-analytics"
7
-
8
- gem "rake"
9
- gem "bundler"
10
-
11
- gem "kramdown"
12
-
13
- group :development do
14
- # For `rake server`:
15
- gem "puma"
16
-
17
- # For `rake console`:
18
- gem "pry"
19
- gem "rack-test"
20
- end