repo_timetracker 1.0.3 → 1.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
- data/README.md +0 -9
- data/lib/repo_timetracker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7e7ae50ebcce64dcc5115b2c3b5995c2162a6ce
|
|
4
|
+
data.tar.gz: a8aedc68c1c05472d6923454c4a4df02455371c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31bdc5c29994b4a60e56292940658dd7f7f75721bea29f7fb659793d816a3c851b80a387b2df2ce12361f5ea17786dd20a30345a4f0a3a0713ccc4cd909cd61f
|
|
7
|
+
data.tar.gz: 23a8369f871457540c2126bc463f425cb0db45216f0dec1cdefacd12e6777a7cec63a8e3f2936ebe870b635504b469f26c2d95908ca0ac1769453a095f4f4b1e
|
data/README.md
CHANGED
|
@@ -159,15 +159,6 @@ I also have a display of the time spent in the current commit show in my termina
|
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
## Contributing
|
|
163
|
-
|
|
164
|
-
1. Fork it ( https://github.com/[my-github-username]/repo_timetracker/fork )
|
|
165
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
166
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
167
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
|
168
|
-
5. Create a new Pull Request
|
|
169
|
-
|
|
170
|
-
|
|
171
162
|
-----
|
|
172
163
|
|
|
173
164
|
\* It automatically determines the relevant repo as either a repo in the directory it is called from, or the nearest repo that appears in a parent of that directory.
|