trebbiatrice 0.1 → 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 +4 -4
- data/README.md +27 -25
- data/lib/trebbiatrice/version.rb +1 -1
- data/trebbiatrice.gemspec +3 -3
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f36f3a5a8bdc961ee820b3dbc1830a415ce6522
|
|
4
|
+
data.tar.gz: b3c3ac3a922887524d75ecfda177ef76e62cf079
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ff17b760c18a93835548bb575765ebe4866a7cae3714554a74ba517be2f9a7cd04767d9f52038070d76651a647d81dfceca43d11231cafdb45faa30d5d2cdb5
|
|
7
|
+
data.tar.gz: 65265c68ed1836fc590e9fc951b5707032521dca75d8729399b1965aaeff69ba6fc8bab6f2e4b7433dd5765422b371e4471b16f037d74b922f98db478bd86cf9
|
data/README.md
CHANGED
|
@@ -31,30 +31,32 @@ TODO
|
|
|
31
31
|
|
|
32
32
|
Why
|
|
33
33
|
---
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
34
|
+
```
|
|
35
|
+
<RoxasShadow> https://www.getharvest.com/
|
|
36
|
+
<RoxasShadow> è carino
|
|
37
|
+
<RoxasShadow> e ha integrazioni ovunque
|
|
38
|
+
<Cusy> trovo strano non te ne sia sviluppato uno tuo
|
|
39
|
+
<Byakko> infatti
|
|
40
|
+
[...]
|
|
41
|
+
<Byakko> quindi, quando apri gli anime SubDesu-H ti segna mpv aperto
|
|
42
|
+
<Cusy> ^
|
|
43
|
+
<RoxasShadow> no
|
|
44
|
+
<RoxasShadow> è manuale
|
|
45
|
+
[...]
|
|
46
|
+
<RoxasShadow> più che altro quasi quasi
|
|
47
|
+
<RoxasShadow> potrei fare qualcosa di automatizzato
|
|
48
|
+
<RoxasShadow> harvest ha le api
|
|
49
|
+
<RoxasShadow> potrei detectare la roba aperta in sublime
|
|
50
|
+
<RoxasShadow> Cusy sei utile
|
|
51
|
+
<Byakko> vero
|
|
52
|
+
<Cusy> ....
|
|
53
|
+
<RoxasShadow> non credo esista
|
|
54
|
+
<Cusy> NOI TI PERCULAVAMO
|
|
55
|
+
<Byakko> così eviti il tempo di segnartele ogni volta
|
|
56
|
+
<RoxasShadow> o almeno non conosco
|
|
57
|
+
<Byakko> guadagni in tempo ed efficenza
|
|
58
|
+
<RoxasShadow> ^
|
|
59
|
+
<Cusy> ....
|
|
60
|
+
```
|
|
59
61
|
|
|
60
62
|
... and also because half of Moze's development team forget to track the time. Anna will be happy now.
|
data/lib/trebbiatrice/version.rb
CHANGED
data/trebbiatrice.gemspec
CHANGED
|
@@ -5,10 +5,10 @@ Gem::Specification.new do |s|
|
|
|
5
5
|
s.version = Trebbiatrice::VERSION
|
|
6
6
|
s.author = 'Giovanni Capuano'
|
|
7
7
|
s.email = 'webmaster@giovannicapuano.net'
|
|
8
|
-
s.homepage = '
|
|
8
|
+
s.homepage = 'https://github.com/RoxasShadow/Trebbiatrice'
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
|
-
s.summary =
|
|
11
|
-
s.description = '
|
|
10
|
+
s.summary = "Track the time on Harvest automatically watching what you're working on."
|
|
11
|
+
s.description = "Track the time on Harvest automatically watching what you're working on. So you've just to work without thinking about starting and stopping the tracker."
|
|
12
12
|
s.license = 'WTFPL'
|
|
13
13
|
|
|
14
14
|
s.files = `git ls-files -z`.split("\0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trebbiatrice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Giovanni Capuano
|
|
@@ -24,7 +24,8 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.1'
|
|
27
|
-
description:
|
|
27
|
+
description: Track the time on Harvest automatically watching what you're working
|
|
28
|
+
on. So you've just to work without thinking about starting and stopping the tracker.
|
|
28
29
|
email: webmaster@giovannicapuano.net
|
|
29
30
|
executables:
|
|
30
31
|
- trebbiatrice
|
|
@@ -43,7 +44,7 @@ files:
|
|
|
43
44
|
- lib/trebbiatrice/trebbia.rb
|
|
44
45
|
- lib/trebbiatrice/version.rb
|
|
45
46
|
- trebbiatrice.gemspec
|
|
46
|
-
homepage:
|
|
47
|
+
homepage: https://github.com/RoxasShadow/Trebbiatrice
|
|
47
48
|
licenses:
|
|
48
49
|
- WTFPL
|
|
49
50
|
metadata: {}
|
|
@@ -66,5 +67,5 @@ rubyforge_project:
|
|
|
66
67
|
rubygems_version: 2.2.2
|
|
67
68
|
signing_key:
|
|
68
69
|
specification_version: 4
|
|
69
|
-
summary:
|
|
70
|
+
summary: Track the time on Harvest automatically watching what you're working on.
|
|
70
71
|
test_files: []
|