personal 0.7.0 → 0.8.0

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: 2d6d66722a19874399aaf34d9f5ad3a180f59a59183f4505b3a024f6c1275393
4
- data.tar.gz: d959ba9626e67e46263fc500e1ad73187375cfbe7e5db71493914ce430f4f7a5
3
+ metadata.gz: 31ca0a0498f018aecad3f76044e7fd705e69f24691133f620b4e5d74cbc5a4f8
4
+ data.tar.gz: 59fcba58885c7938916c0bb319bd166ba2ba5fb62ecdc352995c060aff83780e
5
5
  SHA512:
6
- metadata.gz: 0dc6190c35b367fbe120571e25cbce905ad95342b9df561a9e29300a75b77e72a2b57ebf7d4afcb1f21970540c31947a9310ae4733ee9ebc5d12dcad4ac9827f
7
- data.tar.gz: f83e9df29296ada2a9a761455cf94e2f97c1a5d0f9409e0b932e7bcf0f36de4a4896d4b9219dcb31cc55c37be6f29076619de78ed8500c6b8499a5e5474dd933
6
+ metadata.gz: f1618c41e49fd87c3ab7c09925b2a5b84d6d528ad9c3cb3fbd1ffad3384d26531da34c7a242044b2dab1dabff1d222b46827604cea1bdaf3a9fa95c9e92432dd
7
+ data.tar.gz: cccfb960683afba6868384d745db1f5413169a64eca24014e4ac53d27b6b78604594e28cffeb13f0ab427eba0122a46bbdc1798de283df483851a9a6ad8cb8a6
@@ -99,11 +99,11 @@ class PersonalCommand < Thor
99
99
  text = row[2]
100
100
 
101
101
  creation_date_string = creation_date.colorize(:color => :black, :background => :light_blue)
102
- text_string = text.colorize(:light_green)
102
+ text_string = text.colorize(:color => :light_green, :background => :black)
103
103
  creation_time_string = creation_time.colorize(:color => :black, :background => :light_black)
104
104
  id_string = "#{id.to_s}.".colorize(:color => :white)
105
105
 
106
- puts " #{id_string} #{creation_date_string} #{text_string} #{creation_time_string}\n"
106
+ puts " #{creation_date_string} #{id_string}#{text_string} #{creation_time_string}\n"
107
107
  end
108
108
 
109
109
  def present_message(text, color)
@@ -1,3 +1,3 @@
1
1
  module Personal
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: personal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jone Samra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-11 00:00:00.000000000 Z
11
+ date: 2020-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3