thyme_verbose 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acd38f84a754b41ae6103fbcea9752d266ecda5aeb146173b0d434ea6397f3db
4
- data.tar.gz: dbef4ec8fdb3bf597b5c8949e2d62ccf44a592d1f1d5cdc597a3bd8f9637443b
3
+ metadata.gz: 7aa775b5ba33c0686b19045bc25d2d1a18cb147ed19267085181cf1f11e03f5f
4
+ data.tar.gz: c4ace9c6e21f5cab418ee12923d82fa9c7b5ceb76f3b797713e73c3cb004582d
5
5
  SHA512:
6
- metadata.gz: 77d696557e71b2c19aaa8b4084d8ef72773c527d1036c915a2cc6d05fbef40ee99e4ec157b3b4f707942ff6532650b1b90b1c8746fff62289b78b12484531e80
7
- data.tar.gz: 83ff2bdfb4925b9dd70b289dc303add828c641685c9030b9fef1954aeb345b57ade4e64a3b2e721ba183d8e51eaf137b3e6e2c43e44a8c42b21d97ea5b9e1c17
6
+ metadata.gz: f26cc59c68ed21ae584fb2bfbb8b4241e80a593349f1fa4f9eaf2d0a5b522e50c86af840fc96e89a4c47cf3b64272d42895b8de9027a0f6ce105122cae2d9c3b
7
+ data.tar.gz: 8603aaab8c713dd0599d3e99f3b4905ed2811bd6815ca3c6a5555a11ba687cc63ce0eddbca83be354128eb18c97bdfa2e893bdc3329e6bf0c7d02189ee536e7f
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thyme_verbose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Shmygol
@@ -10,10 +10,11 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-01-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: " Includes fallowing plugins:\n ThymePluginTime for printing current
14
- time before and after each iteration; \n ThymePluginLabel for adding a -l / --label
15
- option, which defines a custom text to print after each iteration;\n ThymePluginBell
16
- for making an terminal alarm (beep code) after each iteration\n"
13
+ description: " A set of lightweight plugins for the pomodoro timer 'thyme' aimed
14
+ to improve verbosity.\n ThymePluginTime for printing current time before and
15
+ after each iteration; \n ThymePluginLabel for adding a -l / --label option, which
16
+ defines a custom text to print after each iteration;\n ThymePluginBell for making
17
+ an terminal alarm (beep code) after each iteration\n"
17
18
  email:
18
19
  - ishmygol@gmail.com
19
20
  executables: []
@@ -47,5 +48,5 @@ requirements: []
47
48
  rubygems_version: 3.0.1
48
49
  signing_key:
49
50
  specification_version: 4
50
- summary: Set of light plugins for the thyme pomodoro timer
51
+ summary: Plugins for thyme
51
52
  test_files: []