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.
- checksums.yaml +4 -4
 - metadata +7 -6
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 7aa775b5ba33c0686b19045bc25d2d1a18cb147ed19267085181cf1f11e03f5f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: c4ace9c6e21f5cab418ee12923d82fa9c7b5ceb76f3b797713e73c3cb004582d
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 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. 
     | 
| 
      
 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: "     
     | 
| 
       14 
     | 
    
         
            -
               
     | 
| 
       15 
     | 
    
         
            -
               
     | 
| 
       16 
     | 
    
         
            -
               
     | 
| 
      
 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:  
     | 
| 
      
 51 
     | 
    
         
            +
            summary: Plugins for thyme
         
     | 
| 
       51 
52 
     | 
    
         
             
            test_files: []
         
     |