monster_id_jruby 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,12 +12,12 @@ module MonsterId
12
12
 
13
13
  # throw the dice for body parts
14
14
  parts = {
15
- legs: => rand(5),
16
- hair: => rand(5),
17
- arms: => rand(5),
18
- body: => rand(15),
19
- eyes: => rand(15),
20
- mouth: => rand(10),
15
+ :legs => rand(5),
16
+ :hair => rand(5),
17
+ :arms => rand(5),
18
+ :body => rand(15),
19
+ :eyes => rand(15),
20
+ :mouth => rand(10)
21
21
  }
22
22
 
23
23
  @image = ChunkyPNG::Image.new SIZE, SIZE, ChunkyPNG::Color::TRANSPARENT
@@ -1,3 +1,3 @@
1
1
  module MonsterId
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monster_id_jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: