mcalendar 0.3.0 → 0.3.1

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
  SHA256:
3
- metadata.gz: 2a619d15bdf7550215ac9ed848508a86ebac27ca5ddfb3c760f890c6e50f93cf
4
- data.tar.gz: e76dc41e97df81ef0a473931202b59eaccb71c059b8fb3578c1073783e2e335d
3
+ metadata.gz: a1beacf564591914f261e7a7391c499c8031a1b7eca6f41cb018808ed06662bd
4
+ data.tar.gz: ac452242093d4e691725c8d129b5fe2524ba7a83d6baaf3540c9ff8767387b3b
5
5
  SHA512:
6
- metadata.gz: 2beaf4b682f708bc7ecf63fe41a6e4b1f77602df58c9be037525d33892e4d2d70b25bf52117c7024b9243c7844984ae902a78e61f68b08d2944755752b82577f
7
- data.tar.gz: ed12bf433ad7fd82b132e976d1b765f032ca374960257c90578f48bcd97ab834f0b99c4f7b48f6b7fb728bfec6396c69b71fb32e9d881959fc8b8d35e48fe3a0
6
+ metadata.gz: cbb5e2d7fabb38866013fb45be2db6e89cec29a2afe710ed9af0d2ed0ada7c0e9a9a87fee3ddbb67de8854283f7362b9c95db6e007b2f17d2f1d33f37db41f93
7
+ data.tar.gz: a7c9ef7215ce231e20c4bce45a1d21afe285bfe88c23e139a5733b786f6363ea720a57ca5d63879b4a1d1ef7377008a93756bd5eb63887dbb931bba74a55c322
@@ -46,6 +46,7 @@ module Mcalendar
46
46
  row_color.each_with_index do |color, index|
47
47
  rows(0).columns(index).text_color = Mcalendar::Config::COLOR[color]
48
48
  end
49
+ column(0).map {|col| col.text_color = Mcalendar::Config::COLOR[:red]}
49
50
  end
50
51
 
51
52
  table([row_text], cell_style: {height: @cell_height / 2}) do
@@ -1,3 +1,3 @@
1
1
  module Mcalendar
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcalendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - icm7216