cardcounter 0.1.11 → 0.1.12
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 +4 -4
- data/README.md +2 -0
- data/cardcounter-0.1.10.gem +0 -0
- data/cardcounter-0.1.11.gem +0 -0
- data/cardcounter-0.1.9.gem +0 -0
- data/lib/cardcounter/version.rb +1 -1
- data/lib/fakework.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff1accaa7401d7983c1b5f9d49747cf7935afa99
|
|
4
|
+
data.tar.gz: 312255fb6857ab78ceebb9edfc5d221eac0103d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba08703816f2cd7f709143e9ffceff1af3a78ff257a3219e45dceb3ab86c326fc80bf3339d5c0ba66a814668168eb77a15d3ba3383cdce0b2fa8dd997ca075cf
|
|
7
|
+
data.tar.gz: 56f31cc377feaea4c86a4a43b94c46c47d24e0658d57bb636eca84ad75bb97f60f169c482f7941877365cd0bebd96f15f9ea432956f2a1feeb692d2bd8638469
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Welcome to cardcounter, a ruby gem to practice counting cards via the command line. The gem allows you to choose how many decks to use, and how long to practice for. There is also a 'boss' feature at the end to print out some git nonsense and makes it look like you are doing work.
|
|
4
4
|
|
|
5
|
+
I haven't written any ruby in a while so wanted to knock this out to get back into it. Please contribute if you can think of any ways to improve it or make it better!
|
|
6
|
+
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Add this line to your application's Gemfile:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/cardcounter/version.rb
CHANGED
data/lib/fakework.rb
CHANGED
|
@@ -4,7 +4,7 @@ module FakeWork
|
|
|
4
4
|
puts '➜ repo.github.fake git:(development) ✗ git commit -m "User wants to get good at counting cards and become a millionaire"'
|
|
5
5
|
puts '[development 3a21d20] change file name'
|
|
6
6
|
puts '4 file changed, 75 insertions(+), 24 deletions(-)'
|
|
7
|
-
puts ' rename
|
|
7
|
+
puts ' rename file.html => new_file_name.html (100%)'
|
|
8
8
|
puts '➜ repo.github.fake git:(development) git push origin development'
|
|
9
9
|
puts 'Counting objects: 6, done.'
|
|
10
10
|
puts 'Delta compression using up to 8 threads.'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cardcounter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Goodman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -84,6 +84,9 @@ files:
|
|
|
84
84
|
- bin/cardcounter
|
|
85
85
|
- bin/console
|
|
86
86
|
- bin/setup
|
|
87
|
+
- cardcounter-0.1.10.gem
|
|
88
|
+
- cardcounter-0.1.11.gem
|
|
89
|
+
- cardcounter-0.1.9.gem
|
|
87
90
|
- cardcounter.gemspec
|
|
88
91
|
- lib/cardcounter.rb
|
|
89
92
|
- lib/cardcounter/version.rb
|