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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2be9275c576a355976273807b2fd2aae0680d3da
4
- data.tar.gz: bed12f1336ed446f55ba3de9a9d8c84a3c2f9730
3
+ metadata.gz: e7e7ae50ebcce64dcc5115b2c3b5995c2162a6ce
4
+ data.tar.gz: a8aedc68c1c05472d6923454c4a4df02455371c4
5
5
  SHA512:
6
- metadata.gz: 32e3472f8ecbd22e20b595f980fb2c2ec854558e1950759d7f6c3bf51817aa1360e1c77968725ff56c5fd8a169ea7f3fcc4bf1a5278452b20078d994640f8ead
7
- data.tar.gz: 13dba9ed9c8778b185abcea189f13b537fe5dc2681e197c1c2779eb0775b177bb3df8d258834ed1ec94b880f98fd79d04450e62455750fc10e1b9e8c17dfb651
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.
@@ -1,3 +1,3 @@
1
1
  module RepoTimetracker
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repo_timetracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - neurodynamic