personal 0.3.0 → 0.4.0

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: 7850387e0f1a380247dfd8f1ea5510afcd924837
4
- data.tar.gz: 4346083e02c0c7c91d8e660df2bed297f3a4fd38
3
+ metadata.gz: 4763945449af130e73f7edfa32e8b36c4f3dfe52
4
+ data.tar.gz: 6d443814f36c4669e069ad76e6c942de56068fc3
5
5
  SHA512:
6
- metadata.gz: 05911a1af42b9de54790881d5b0f1f3a889130367ed19ff22967eab3d91ba6ce4cc0cfd574ddf7fd36de0a074f922f59d46181c1f5b66c9a32866a7ccce530f5
7
- data.tar.gz: dffb946392d0a4c1985d1e0c9209ec5dd80fa33873d127bb212258a7ff21d202af01c42d3164583f6bc2d7cc4c310512bdb12c71f002226de4b12943a3bc3474
6
+ metadata.gz: 4dca3ae9950415b67249e6ff7c5e7209d05ff15bb2ac9ef3df65b147a3a71e9276bc7667b4c16097448dc71917dd6f07251b26feca5b68041055685ed1906a49
7
+ data.tar.gz: 1a6fa8ef804dcd0a1d21d6783ddeb414cf569d694fc6aabe09698ae1c2a52920a24b87a08b982642a945599a16573e78c311d92c8e8cb1c66e8164f6a4cc7927
@@ -96,10 +96,10 @@ class PersonalCommand < Thor
96
96
 
97
97
  creation_date_string = creation_date.colorize(:color => :white, :background => :blue)
98
98
  text_string = text.colorize(:light_green)
99
- creation_time_string = creation_time.colorize(:color => :gray, :background => :black)
100
- id_string = "id:#{id.to_s}".colorize(:color => :light_red)
99
+ creation_time_string = creation_time.colorize(:color => :yellow, :background => :gray)
100
+ id_string = "id => #{id.to_s}".colorize(:color => :light_black)
101
101
 
102
- puts "#{creation_date_string} #{text_string} @#{creation_time_string} #{id_string}\n\n"
102
+ puts "#{creation_date_string} #{text_string} @#{creation_time_string} #{id_string}\n"
103
103
  end
104
104
 
105
105
  def present_message(text, color)
@@ -1,3 +1,3 @@
1
1
  module Personal
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.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.3.0
4
+ version: 0.4.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: 2016-01-06 00:00:00.000000000 Z
11
+ date: 2016-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3