thyme_verbose 0.1.2 → 0.1.3
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 +4 -4
 - data/README.md +2 -0
 - data/lib/thyme_verbose.rb +1 -0
 - data/lib/thyme_verbose/plugin_notify.rb +13 -0
 - metadata +3 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 6b11c280a4b23f43121796381b1bfc8717e8d4bde83d36590c6938c381b55f11
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 419e967f18f34b94b8ab3304dde72ff2843fd3d61fb594229de24907c7a6e095
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5d5f8d0df13a756ddd565a28986f7bb2f771c82e9df76964d84341cbc277be4dd6607351b0d7a767ddfec4c104874ff98a86ad597de2bce90bd573703df189ff
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 8a88341efd1cf9e31f6807a90df68c32e0912469ff2a8391239853c51cd61ee9b143cd9a12e79815add7005f9e0bf3c04440d0b0aa2d0db7883cfb142dc84636
         
     | 
    
        data/README.md
    CHANGED
    
    | 
         @@ -16,6 +16,7 @@ Require thyme_verbose in `~/.thymerc` and initialize plugins. 
     | 
|
| 
       16 
16 
     | 
    
         
             
                use ThymePluginLabel
         
     | 
| 
       17 
17 
     | 
    
         
             
                use ThymePluginBell
         
     | 
| 
       18 
18 
     | 
    
         
             
                use ThymePluginMusic
         
     | 
| 
      
 19 
     | 
    
         
            +
                use ThymePluginNotify
         
     | 
| 
       19 
20 
     | 
    
         | 
| 
       20 
21 
     | 
    
         
             
            ## Plugins
         
     | 
| 
       21 
22 
     | 
    
         | 
| 
         @@ -23,3 +24,4 @@ Require thyme_verbose in `~/.thymerc` and initialize plugins. 
     | 
|
| 
       23 
24 
     | 
    
         
             
            * ThymePluginLabel - add a -l / --label option, which defines a custom text to print after each iteration
         
     | 
| 
       24 
25 
     | 
    
         
             
            * ThymePluginBell - make an terminal alarm (beep code) after each iteration 
         
     | 
| 
       25 
26 
     | 
    
         
             
            * ThymePluginMusic - play music during a pomodoro
         
     | 
| 
      
 27 
     | 
    
         
            +
            * ThymePluginNotify - show OS notification after each iteration
         
     | 
    
        data/lib/thyme_verbose.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: thyme_verbose
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.3
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Ilya Shmygol
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2019- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2019-03-10 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: "    A set of lightweight plugins for the pomodoro timer 'thyme' aimed
         
     | 
| 
       14 
14 
     | 
    
         
             
              to improve verbosity.\n    ThymePluginTime for printing current time before and
         
     | 
| 
         @@ -27,6 +27,7 @@ files: 
     | 
|
| 
       27 
27 
     | 
    
         
             
            - lib/thyme_verbose/plugin_bell.rb
         
     | 
| 
       28 
28 
     | 
    
         
             
            - lib/thyme_verbose/plugin_label.rb
         
     | 
| 
       29 
29 
     | 
    
         
             
            - lib/thyme_verbose/plugin_music.rb
         
     | 
| 
      
 30 
     | 
    
         
            +
            - lib/thyme_verbose/plugin_notify.rb
         
     | 
| 
       30 
31 
     | 
    
         
             
            - lib/thyme_verbose/plugin_time.rb
         
     | 
| 
       31 
32 
     | 
    
         
             
            homepage: https://github.com/trilliput/thyme_verbose
         
     | 
| 
       32 
33 
     | 
    
         
             
            licenses:
         
     |