chid 0.1.6 → 0.1.6.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
- SHA256:
3
- metadata.gz: 51d240fb1dd06def3848504ae94b5b34c9966da3e808f5edb3977d84024c82b3
4
- data.tar.gz: 0c7216dbadcdd864ce6925af4c98f5f1dae0be145444a7e953c52c03b418bba2
2
+ SHA1:
3
+ metadata.gz: 3ec13a2e43d37da7335277a49fef0655a2bfd2fa
4
+ data.tar.gz: f09b4c61b7a4de63f40dbcbfd894ceaf291d4275
5
5
  SHA512:
6
- metadata.gz: 2ffb3e40667b8f5de2e2b2a2bb1bd57c24e82000154c1f7f6e21ed82992c8ae42f8f8eb91031e6fcd5489c71434b8e29db919fe5c6410031728ee82e6969fff9
7
- data.tar.gz: 8bbe3027b673200f8a697040ee0978b183970e27052d659e71b4be213a977ca58146777a63e9fe6bafed101a24073ade3e4bce9415d82fe7d2aad608cd4bf181
6
+ metadata.gz: 14f2ede15ba211edca080ca037cb20fae4a332716973670856b9721488585a76106878f8a3feb6809c2bf0e99136cf16e00d018884f61775f3b4003be6931bff
7
+ data.tar.gz: e3c5aad1d84ed7b348f1cbbe39d2a9bece133c65f38d3c2680b2a1c445f39e66dcf4b8fef505448cea0e63623d9d0e20029383f92d997444cad2e54f09c2ab9f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 0.1.6.1
2
+
3
+ * Update:
4
+ - Chid tmux and workstation Commands to be used for ruby versions 2.5+
5
+
1
6
  ### 0.1.6
2
7
 
3
8
  * Update:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chid (0.1.4.pre.beta)
4
+ chid (0.1.6)
5
5
  easy_translate
6
6
  http
7
7
  rake
@@ -10,38 +10,37 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.5.1)
14
- public_suffix (~> 2.0, >= 2.0.2)
13
+ addressable (2.5.2)
14
+ public_suffix (>= 2.0.2, < 4.0)
15
15
  coderay (1.1.1)
16
16
  diff-lcs (1.3)
17
- domain_name (0.5.20170404)
17
+ domain_name (0.5.20180417)
18
18
  unf (>= 0.0.5, < 1.0.0)
19
- easy_translate (0.5.0)
20
- json
19
+ easy_translate (0.5.1)
21
20
  thread
22
21
  thread_safe
23
22
  equatable (0.5.0)
24
- http (2.2.2)
23
+ hitimes (1.2.6)
24
+ http (3.3.0)
25
25
  addressable (~> 2.3)
26
26
  http-cookie (~> 1.0)
27
- http-form_data (~> 1.0.1)
27
+ http-form_data (~> 2.0)
28
28
  http_parser.rb (~> 0.6.0)
29
29
  http-cookie (1.0.3)
30
30
  domain_name (~> 0.5)
31
- http-form_data (1.0.3)
31
+ http-form_data (2.1.0)
32
32
  http_parser.rb (0.6.0)
33
- json (2.1.0)
34
33
  method_source (0.8.2)
35
34
  necromancer (0.4.0)
36
- pastel (0.7.1)
35
+ pastel (0.7.2)
37
36
  equatable (~> 0.5.0)
38
37
  tty-color (~> 0.4.0)
39
38
  pry (0.10.4)
40
39
  coderay (~> 1.1.0)
41
40
  method_source (~> 0.8.1)
42
41
  slop (~> 3.4)
43
- public_suffix (2.0.5)
44
- rake (12.0.0)
42
+ public_suffix (3.0.2)
43
+ rake (12.3.1)
45
44
  rspec (3.6.0)
46
45
  rspec-core (~> 3.6.0)
47
46
  rspec-expectations (~> 3.6.0)
@@ -58,17 +57,25 @@ GEM
58
57
  slop (3.6.0)
59
58
  thread (0.2.2)
60
59
  thread_safe (0.3.6)
60
+ timers (4.1.2)
61
+ hitimes
61
62
  tty-color (0.4.2)
62
- tty-cursor (0.4.0)
63
- tty-prompt (0.12.0)
63
+ tty-cursor (0.5.0)
64
+ tty-prompt (0.16.1)
64
65
  necromancer (~> 0.4.0)
65
66
  pastel (~> 0.7.0)
66
- tty-cursor (~> 0.4.0)
67
- wisper (~> 1.6.1)
67
+ timers (~> 4.0)
68
+ tty-cursor (~> 0.5.0)
69
+ tty-reader (~> 0.3.0)
70
+ tty-reader (0.3.0)
71
+ tty-cursor (~> 0.5.0)
72
+ tty-screen (~> 0.6.4)
73
+ wisper (~> 2.0.0)
74
+ tty-screen (0.6.4)
68
75
  unf (0.1.4)
69
76
  unf_ext
70
- unf_ext (0.0.7.4)
71
- wisper (1.6.1)
77
+ unf_ext (0.0.7.5)
78
+ wisper (2.0.0)
72
79
 
73
80
  PLATFORMS
74
81
  ruby
@@ -79,4 +86,4 @@ DEPENDENCIES
79
86
  rspec
80
87
 
81
88
  BUNDLED WITH
82
- 1.15.2
89
+ 1.16.1
@@ -65,8 +65,9 @@ Options:
65
65
 
66
66
  def select_template
67
67
  prompt = TTY::Prompt.new
68
- choices = templates.keys
68
+ choices = templates.keys.map(&:to_s)
69
69
  selected_template = prompt.select('Choose a template to open', choices)
70
+
70
71
  selected_template
71
72
  end
72
73
 
@@ -65,7 +65,7 @@ Options:
65
65
 
66
66
  def select_workstation
67
67
  prompt = TTY::Prompt.new
68
- choices = workstations.keys
68
+ choices = workstations.keys.map(&:to_s)
69
69
  selected_workstation = prompt.select('Choose a workstation to open', choices)
70
70
  selected_workstation
71
71
  end
data/lib/chid/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Chid
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rachid Calazans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-06 00:00:00.000000000 Z
11
+ date: 2018-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  requirements: []
189
189
  rubyforge_project:
190
- rubygems_version: 2.7.3
190
+ rubygems_version: 2.6.14
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: Simple assistant for day-to-day life. Developers and common users