utopia-project 0.8.3 → 0.8.4

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: a79fe67a93dc47aa08fbf40ad228a0de43bb30ce65da14cabba23c18168b0d09
4
- data.tar.gz: ba58d62f01d7c599c5f4e616b066789612e836e30c6b5db7aac06614fc45e781
3
+ metadata.gz: a2b0f5eae31e6f803bad22b34562b065b8c1384c55610b71bb0b0e286ba9c778
4
+ data.tar.gz: 9a63d96659af2c261374d2f51f253d3e636585f42e665f493e1d63610e0d9172
5
5
  SHA512:
6
- metadata.gz: 0f2653e2c5722acf1f2f6f155afac766a39953ef02c7e8b57a39be5a2c4fe2f2247f9eede01946c5dc39d2e1cd244ac000b78dacc4682f4a4db5d28c5f0b048d
7
- data.tar.gz: 1ce2240d33c729db35dc8bb6c1bde3d2f53edb8dddd67317ff4fadf012584a8e9b5ab20733189e5400e7b83c4e7e5fb16a28e6a467e8fd1b65a1f8939586c58f
6
+ metadata.gz: 0000fb76bab4dba159455329d5960be4d70a4c0600271839970cd03bfc22e63b0a565c7166709d46cd04f01603d31f79b2c344de1883bf4ee8a91b3894e787ef
7
+ data.tar.gz: 296df9614edb3104709000ccf28e9e98e4a08c137d36a29ffbf08318f1036c9389e780270c08eb6609fd2bf976b91d5a78e0d65d04ce080e38736c37f97ebed9
@@ -187,9 +187,9 @@ module Utopia
187
187
  end
188
188
 
189
189
  # Enumerate over all available guides in order.
190
- # @block {|guide| ... }
191
- # @yield guide [Guide]
192
- # @returns [Enumerator(Guide)]
190
+ # @yields {|guide| ...} If a block is given.
191
+ # @parameter guide [Guide]
192
+ # @returns [Enumerator(Guide)] If no block given.
193
193
  def guides
194
194
  return to_enum(:guides) unless block_given?
195
195
 
@@ -127,8 +127,8 @@ module Utopia
127
127
  end
128
128
 
129
129
  # All the source files associated with this guide.
130
- # @block {|source| ... } If a block is given.
131
- # @yield source [Decode::Source]
130
+ # @yields {|source| ...} If a block is given.
131
+ # @parameter source [Decode::Source]
132
132
  # @returns [Enumerator(Decode::Source)] If no block is given.
133
133
  def sources
134
134
  return to_enum(:sources) unless block_given?
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Utopia
24
24
  module Project
25
- VERSION = "0.8.3"
25
+ VERSION = "0.8.4"
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -285,10 +285,13 @@ files:
285
285
  - template/Gemfile
286
286
  - template/config.ru
287
287
  - template/preload.rb
288
- homepage: https://github.com/socketry/utopia-project
288
+ homepage: https://socketry.github.io/utopia-project/
289
289
  licenses:
290
290
  - MIT
291
- metadata: {}
291
+ metadata:
292
+ documentation_uri: https://socketry.github.io/utopia-project/
293
+ source_code_uri: https://github.com/socketry/utopia-project/
294
+ funding_uri: https://github.com/sponsors/ioquatix/
292
295
  post_install_message:
293
296
  rdoc_options: []
294
297
  require_paths: