RpgTools 0.4.1 → 0.4.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
  SHA1:
3
- metadata.gz: d6f8e4e0e921c063dc9b1b6b1d49fe589a3bf11e
4
- data.tar.gz: 5d8aeaabb837b4fd058ae15f6aceb8e7992bd37a
3
+ metadata.gz: 6d3f130c934c707bd10c9c4a03de612c2ec9cb3a
4
+ data.tar.gz: c117b0d8d94df410795a708ddcdc4e824b95db70
5
5
  SHA512:
6
- metadata.gz: 56456f7da102fca67b9c11a902023c975b300948abb2ca9b10d6ecdf37982bfff590c3afa4e7ba4516deae6290f8aa850326613e94f8abb9f28efcfbcf7b75a8
7
- data.tar.gz: 4124861211a7c8e602c9bb7449a854d0d101dc806c52079107da1fb06f2d673c2f77a5d1ac17dac7eee018f3feefc2e426bf0fd16f794372227f59ca2ff2b3ca
6
+ metadata.gz: f04383af8b7a1a029e69d31c17ab30691b348859ac4b9aba8f55f0ccfa10594001e0a2d50f0c17898e4b5314ca992f5f3baa87895ee298cbf77a7d08ed266386
7
+ data.tar.gz: 1b73e37885c303ab106dfadbede1a7d4189df0c63ac4430219a697f593d88475d2448633d6b9ff8734351ecf1ddab1083cbf77529c523ae202890e3dfb042d41
@@ -11,7 +11,7 @@ module RpgTools
11
11
 
12
12
  def card
13
13
  @card_picks += 1
14
- if @type == 54
14
+ if @type == 52
15
15
  @value = joker_pick_check == true ? 'Joker' : standard_card
16
16
  else
17
17
  @value = standard_card
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{RpgTools}
3
- s.version = '0.4.1'
3
+ s.version = '0.4.2'
4
4
  s.author = 'Yohan Piron'
5
5
  s.email = 'yinfei84@gmail.com'
6
6
  s.date = %q{2015-03-04}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RpgTools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yohan Piron