ttt_malisa 0.2.1 → 0.2.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
  SHA256:
3
- metadata.gz: b6993793e75eccf878f882615a05538421b507ab218ae58deb6796f32b32a8e3
4
- data.tar.gz: 959ccd430017e8cce0f7a2d4fc0eb97b403951a04a9c9a06a220964ce7ca1a3d
3
+ metadata.gz: 2a52e99c0a8b4ee7ec8c7e876df1ec65ba93c6624efa64138ac1142745b57cf5
4
+ data.tar.gz: ad13f23a7add99948e4fc2b2362ce45b84f65773b82c71ae38511988607a62c2
5
5
  SHA512:
6
- metadata.gz: d283624664e662cf6b84ac1d69e781105f3bb43ea33da04374ed3a2ae540f79fe9edb0ebccc97cb233207ee868c212ce1684cb86126b4cd77a83f15943b0f9ed
7
- data.tar.gz: 1206055a7b19d3e1783f018cfa0d3d38df249d3226ea893b628613455c163d511dbdcf97d2fad0017b1b9717c1dcc5cd4487597de2b9608e3561559dac238224
6
+ metadata.gz: 1a58d3b4fdf13a8c0381bc2cd70d443ec1942649dad5f4278d91f0e31922cf6460b900a0859efa2246a2f6398158139fac4e8e6450ea8c45816eccd25d33bdbf
7
+ data.tar.gz: 4d953017c97a3352ff0df6e8eccc14c9e6ec09e6eaa9b0724206a1adf24fb14d4ca5bfc309e6274828d539185792b3fbfe902bfb442116b0a1b83d937f7e7a0b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ttt_malisa (0.2.1)
4
+ ttt_malisa (0.2.2)
5
5
  require_all
6
6
 
7
7
  GEM
data/bin/run CHANGED
@@ -1,6 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- # require 'require_all'
3
- # require_all 'ttt_malisa'
4
2
  require_relative '../lib/ttt_malisa'
5
3
 
6
4
  console = Console.new
@@ -1,3 +1,3 @@
1
1
  module TttMalisa
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
data/lib/ttt_malisa.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require "ttt_malisa/version"
2
2
  require 'require_all'
3
- require_all 'lib'
3
+ require_all 'ttt_malisa'
4
4
 
5
5
  module TttMalisa
6
6
  class Error < StandardError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ttt_malisa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malisa Middlebrooks