term_canvas 0.2.0 → 0.2.1

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: 033fa3247733631e6e4132b06ab0a7265c6f9f04a89cba1beda888c8af4d5de8
4
- data.tar.gz: b16b6ed27e7a240346c6f0eaa4f3a9af2ac96d4444e02bba799a448e696c4c2d
3
+ metadata.gz: f8c54728d7f876d1aa82e8ddbc48eabc7d33476a1f39bbdd79babb261617a84b
4
+ data.tar.gz: 263a5abc39bd39609fd8a9f99e8c595121600c567c6412c48f8fdf5d00d573d8
5
5
  SHA512:
6
- metadata.gz: 69c4ef931f14020aacffc18351cfd7a0d57350ef0f00eaff8af2c606a08da6924c87085f5bfd37cb3ef7b3f46c692f894b6c4709f7cf5609c9c8daa9ab1746dc
7
- data.tar.gz: a6308cdf09d6584c303ba1020a214826da0503629ed7ce97d3d242fdff567d380ca0b75efd7cbf6c69942f718fab2146d8d68b15e4ffcac7278b37c959ec3c73
6
+ metadata.gz: 7b57a29c28a218ebf190e25a1bcc85153c049cd99f90edf66baaed71ae7c7d6f45aa3b1af853fc975a4ccb970acda54634e25a48ce1704dc0ea1d782936f3e9b
7
+ data.tar.gz: 1de968194c022af1929025af01ad851b344b8efe71731bad67da7ea794f516c4b952a8f674047c570da898f04e41fdd7a2892134fdfe0613598e26599ee447c2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- term_canvas (0.2.0)
4
+ term_canvas (0.2.1)
5
5
  curses
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module TermCanvas
2
- class Text < Object::TermCanvas
2
+ class Text < TermCanvas::Object
3
3
  attr_reader :foreground_color, :background_color
4
4
 
5
5
  # @param x [Integer] Horizontal position of the object.
@@ -1,3 +1,3 @@
1
1
  module TermCanvas
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: term_canvas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kthatoto