gosu_more_drawables 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b0b84d1e986562f0db9c00c673700dc3280d93b273c751a27dfc1e562d54a08
4
- data.tar.gz: 53316051d63937465211df1f834de34a6604818026a16fe2f8ed7ceca01f4427
3
+ metadata.gz: 74a75ccf5685a09e60a3770b65d483798dae6de4fc9d72151998aea4beaaca8d
4
+ data.tar.gz: 3d01976e87bd33939f11ba98cc0b47a08eaec99b5d61f421586de87d5e64851b
5
5
  SHA512:
6
- metadata.gz: e6fd4865bfa01e68cf3559d993ffb30c7d5877bcad7ef5db212ef73d79ca63eaedd9f565eda3a41435fb0e2424c36942e44a52270541773ed2c1513ae61040e7
7
- data.tar.gz: 2116dd8e29caf13dd12bb18d0ee53de427459871f39e9e5a5a00d104e54a2e2a1a2df41d11d588846eda634ef6a187966b655a344502f0f5a97996fcc74424c1
6
+ metadata.gz: 415de6b8102e9bd01d2a0a6dfeab3c4d012418d223c4ec00d6703cce758c852a091bcbaefd97881ce4366e7a71015f34d5f0a93314571d780b7bbfb86844b1b9
7
+ data.tar.gz: 80459c97c1c4558b988e06be9feb9c1a94b0764f5606471c6e0573fccc52b668b1abd50c83f062703abeace41cb195169bb517c38feaa38bdb1aebeeb864a81e
@@ -22,7 +22,7 @@ module Gosu
22
22
  # @param x X position.
23
23
  # @param y Y position.
24
24
  # @param radius radius of arc, in pixels.
25
- # @param percentage how complete the segment is, __0.0 is 0% and _1.0_ is 100%.
25
+ # @param percentage how complete the segment is, _0.0_ is 0% and _1.0_ is 100%.
26
26
  # @param segments how many segments for arc, more will appear smoother, less will appear jagged.
27
27
  # @param thickness how thick arc will be.
28
28
  # @param color [Gosu::Color, Array<Gosu::Color, Gosu::Color>, Hash{from: start_color, to: end_color}] color or colors to draw the arc with.
@@ -1,3 +1,3 @@
1
1
  module GosuMoreDrawables
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu_more_drawables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyberarm