sphyg 0.3.0 → 0.3.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: 2d139d42bad771622c37cfacb62a29d436c0d4ca
4
- data.tar.gz: 2e0a4741929467bc81a0216e9578cce7f56d533d
3
+ metadata.gz: ce529b439ab466d00066158554f40d2beef6e86b
4
+ data.tar.gz: 50fd5fead8274cb66eb2df9332b44eef163ede00
5
5
  SHA512:
6
- metadata.gz: b9bf2ce0dc8b57af61a92585869ebdb8d43c9c821d1e837bf289afd8c376169638bb21db308672a93360416fc3aece3131f242344bc71922afa5d1079981c31b
7
- data.tar.gz: 9ef9703521fd6782993c7f10da5a40e7a425bd5b1c9a98be460c545515b19ea8214fb11f3c1b9864345e296243cfd2271d040f19bda726ae08c5968a49641bb6
6
+ metadata.gz: 6928e5737c49546a9abb068e18059391625ff46393f5713bc04224f0afc21328c6974a19413a0cd7325f2e8232222086ec599326673a553ce0db8c243a10ccd3
7
+ data.tar.gz: 1b7302d22d676f58d0decdbba2a177e2bce8e6390936f6608ded093f3c823fe2d975c4edc0b63de1cc39e27fd407ca6944eb5f10159a560e7fda2c56bbbe7a7b
@@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
14
  ### Fixed
15
15
  - None
16
16
 
17
+ ## 0.3.1 (2018-01-01)
18
+ ### Added
19
+ - None
20
+
21
+ ### Changed
22
+ - Update description in gemspec for rubygems.org
23
+
24
+ ### Fixed
25
+ - None
26
+
17
27
  ## 0.3.0 (2018-01-01)
18
28
  ### Added
19
29
  - API for configuring custom throbbers
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sphyg (0.3.0)
4
+ sphyg (0.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module Sphyg
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
@@ -9,8 +9,10 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Shane Cavanaugh']
10
10
  spec.email = ['shane@shanecav.net']
11
11
 
12
- spec.summary = 'Throbbers for command line programs'
13
- spec.description = 'Throbbers for command line programs'
12
+ spec.summary = 'Configure custom throbbers for command line programs'
13
+ spec.description = "'Sphygmos' is the Greek word for 'pulse'. Sphyg " \
14
+ 'provides an interface for creating throbbers to indicate that your ' \
15
+ 'long-running command line program still has a pulse.'
14
16
  spec.homepage = nil
15
17
  spec.license = 'MIT'
16
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sphyg
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
  - Shane Cavanaugh
@@ -66,7 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.52.0
69
- description: Throbbers for command line programs
69
+ description: "'Sphygmos' is the Greek word for 'pulse'. Sphyg provides an interface
70
+ for creating throbbers to indicate that your long-running command line program still
71
+ has a pulse."
70
72
  email:
71
73
  - shane@shanecav.net
72
74
  executables: []
@@ -115,5 +117,5 @@ rubyforge_project:
115
117
  rubygems_version: 2.4.5.4
116
118
  signing_key:
117
119
  specification_version: 4
118
- summary: Throbbers for command line programs
120
+ summary: Configure custom throbbers for command line programs
119
121
  test_files: []