panda_canvas 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. data/lib/panda_canvas/version.rb +1 -1
  2. metadata +2 -2
@@ -4,7 +4,7 @@ module PandaCanvas
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 6
7
- TINY = 0
7
+ TINY = 1
8
8
 
9
9
  def self.to_s
10
10
  [MAJOR, MINOR, TINY].join '.'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: panda_canvas
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.0
5
+ version: 0.6.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dimitry Solovyov
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirements:
33
33
  - - ~>
34
34
  - !ruby/object:Gem::Version
35
- version: 0.2.981
35
+ version: 0.3.5
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  description: Educational 2D drawing canvas on top of Gosu and TexPlay.