rubies 0.0.8 → 0.0.9

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: c7f7208605014f7baa1064b971df6b271c2e4f55
4
- data.tar.gz: c6fe9b9c4ff3e47dcd152218cd2f9757e0e039be
3
+ metadata.gz: cf0be13d0a2e546dcd92980dbc71b6c8956366ba
4
+ data.tar.gz: ddc92b6eae61170ed3ed0d1c40c32bab3c273da1
5
5
  SHA512:
6
- metadata.gz: 445faea496b2e14b9f2164688f8f5ba0eb7d23c8f268924200571d7cf2851689e66fafc49d7ec269b30c6f12e365ebdcd086acd9b5f137e8b29c0e0d5bb9545c
7
- data.tar.gz: e404d80c9a31c0d2cf429d341d6044ad97505512d1f8a7c8168a88a8c9cac112de3f1da4672170165cb1bcf92ec344b44c3c49829b22848c29278f6f93be3dcb
6
+ metadata.gz: 75ee9f9ac74995be062484ff8b9f0bbf2892293647858bd8c38d48c8515641139683e12f47169d473fb411fd0694c41c3f3b916b629afd08b55a9f33d196ae99
7
+ data.tar.gz: 992bb2b2d1029ec93fd94ecee760d1be9a0c60824e2c60f621f10d8aef504bdcf9e96f9cea52a36c26b1ff65ad9d92e99b679ac5d04752cd2ac926f77914b92d
data/README.md CHANGED
@@ -12,7 +12,7 @@ run `rubies` from the command line to start the drills.
12
12
 
13
13
  type `NEW` to generate a new problem set.
14
14
 
15
- type `exit` to exit the drills.
15
+ type `EXIT` to exit the drills.
16
16
 
17
17
  ## Contributing
18
18
 
data/lib/rubies.rb CHANGED
@@ -3,7 +3,6 @@ require 'colorize'
3
3
  require 'awesome_print'
4
4
  require 'faker'
5
5
  require 'pp'
6
- require 'pry'
7
6
 
8
7
  class Hash
9
8
  def deep_traverse(&block)
@@ -1,3 +1,3 @@
1
1
  module Rubies
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vikram Ramakrishnan