shithead 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43a4294cda8e6bfced09f52023f6fe494480b625
4
- data.tar.gz: 1a7cb6d44b951cd4486e7dd07c44273550b9e357
3
+ metadata.gz: 6619463ea694028188753d98c486dbbaf04756bd
4
+ data.tar.gz: c3320c2c572b2205634e199e6ba5a86d5dc155be
5
5
  SHA512:
6
- metadata.gz: 4286b5a1860d8d421767967677edb1cf994973fca6106dc7d15a3e54dc519515582981f8af93f3658405766dce71fa3dfcb2af76213a55d9dbc8580806701dfd
7
- data.tar.gz: 999c647c7c2ea7064e67e7636ab585e1e2a0b07d0045afcc40d071bb3fe42b1dd860498467fb3693926bb9dc9f80f9e395ced856e76ca89b0430f56b665f458e
6
+ metadata.gz: 292725a4384abbbe7962740c11156f54585c2ca165a576754af69d21547a7c150818412ccbedb83f071d243a59175f70152b4e9aaa107ee8c1a43cc735a3cfd4
7
+ data.tar.gz: 5d0cb91dbeac96564b8f587a404a964ecbd37fbfb40317a9f9adff1bf24ae7bb08783b7c0378a23abbdc49d0391614f09a16650065fa59438221c5df6f5b55d5
@@ -33,6 +33,6 @@ class Shithead::Card
33
33
  end
34
34
 
35
35
  def to_s
36
- "#{SUITES[suite]}#{value}"
36
+ "#{value}#{SUITES[suite]}"
37
37
  end
38
38
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "shithead"
4
- spec.version = "0.0.1"
4
+ spec.version = "0.0.2"
5
5
  spec.authors = ["Pat Allan"]
6
6
  spec.email = ["pat@freelancing-gods.com"]
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shithead
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Allan