yap-shell-addon-prompt-refresh 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: a452ea20f5c284b4aec365ac271a217f497a50c1
4
- data.tar.gz: 404db831ef2fdaa0038d250733df1f8b6685d5c9
3
+ metadata.gz: faf587120352f5d18ac28f5cbfc0d2505402781a
4
+ data.tar.gz: b709aaf0490cf490d8e7a3c11899fc6417bdf0b3
5
5
  SHA512:
6
- metadata.gz: 7717ac8ba43b2c472dacd1d0cf8a137b5678edd38affd541a9a537b4625ad702ab955f8ee1af92195366597b0d5c9fbba989936723cb326ee8c49e648599302c
7
- data.tar.gz: a663ba362f7505f7bc4c0f021b5dee530f0c19b2850a611a7ed2cb17960c2575b2bc40814745975ee2323d81b6e73027001a5d463820b35044af1a8d162de6c2
6
+ metadata.gz: 22a6126428da24b484c6329113d191f1b11b69ff1d0eb095e6111c91aa787123c33b274628e01668b2efbf9518d4bba6e1ef869c4f9539bf04cf27ea0d584f40
7
+ data.tar.gz: 9e432d1515a2d2b0e08e386196d43a50ecda5e3cb7a54a397f2a6e7b79cf7ba7a62b17134b2eb9d17f1d2368d00b88d183562f1def508e1f6e376439afdfa01a
@@ -1,3 +1,3 @@
1
1
  module YapShellAddonPromptRefresh
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -3,13 +3,13 @@ require File.dirname(__FILE__) + '/lib/yap-shell-addon-prompt-refresh/version'
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'yap-shell-addon-prompt-refresh'
5
5
  spec.version = YapShellAddonPromptRefresh::VERSION
6
- spec.authors = ['Your name']
7
- spec.email = 'you@example.com'
6
+ spec.authors = ['Zach Dennis']
7
+ spec.email = 'zach.dennis@gmail.com'
8
8
  spec.date = Date.today.to_s
9
9
 
10
- spec.summary = 'prompt-refresh summary goes here.'
11
- spec.description = 'prompt-refresh description goes here.'
12
- spec.homepage = ''
10
+ spec.summary = 'A yap-shell addon that automatically refreshes your prompt.'
11
+ spec.description = 'A a yap-shell addon that automatically refreshes your prompt using a refresh interval.'
12
+ spec.homepage = 'https://github.com/zdennis/yap-shell-addon-prompt-refresh'
13
13
  spec.license = 'MIT'
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yap-shell-addon-prompt-refresh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your name
7
+ - Zach Dennis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -66,8 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.5'
69
- description: prompt-refresh description goes here.
70
- email: you@example.com
69
+ description: A a yap-shell addon that automatically refreshes your prompt using a
70
+ refresh interval.
71
+ email: zach.dennis@gmail.com
71
72
  executables: []
72
73
  extensions: []
73
74
  extra_rdoc_files: []
@@ -80,7 +81,7 @@ files:
80
81
  - lib/yap-shell-addon-prompt-refresh.rb
81
82
  - lib/yap-shell-addon-prompt-refresh/version.rb
82
83
  - yap-shell-addon-prompt-refresh.gemspec
83
- homepage: ''
84
+ homepage: https://github.com/zdennis/yap-shell-addon-prompt-refresh
84
85
  licenses:
85
86
  - MIT
86
87
  metadata: {}
@@ -103,6 +104,6 @@ rubyforge_project:
103
104
  rubygems_version: 2.5.1
104
105
  signing_key:
105
106
  specification_version: 4
106
- summary: prompt-refresh summary goes here.
107
+ summary: A yap-shell addon that automatically refreshes your prompt.
107
108
  test_files: []
108
109
  has_rdoc: