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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2461d19f04d3a0dea21413545c6b222e8c18b383
4
- data.tar.gz: 7681d32dba732f3a25d56578746a0428ea0cf17a
3
+ metadata.gz: ff1accaa7401d7983c1b5f9d49747cf7935afa99
4
+ data.tar.gz: 312255fb6857ab78ceebb9edfc5d221eac0103d6
5
5
  SHA512:
6
- metadata.gz: 84254762ec39e9920f8c93a788703b99ca5cc31e56c228694558e1f11521ea1e8555735bd21a0386d1347b7c6ce4356babb4dd50e24f34a819cac9e0e0e484d5
7
- data.tar.gz: 459977efa1e6d87d361ed590b8e8369d8578149fe10c7717ffac7f946e04c4675ecab5bdc7e7603eff9640e0bd1bbaba84ccb4c1aecc5508236538431424c1d1
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
@@ -1,3 +1,3 @@
1
1
  module Cardcounter
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
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 basic.html => bitch.html (100%)'
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.11
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-07-26 00:00:00.000000000 Z
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