git-harvest 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 550a9af8c3cddb359fa65df43f88fd5bef3377424bdb77d85298a504b602aceb
4
- data.tar.gz: ff25b233270ebbbc7c023b3f8b82fae94bb24a749bac1acc04cc5463c2105646
3
+ metadata.gz: bbcc14654ced48d65ac8c82e73ae895927fd047eab3373ff6a905829c1c4f66e
4
+ data.tar.gz: d86ed6bd2c6753b235502805594b9bb8b73adcebe1f360427354977cb89c8f39
5
5
  SHA512:
6
- metadata.gz: 6af914eb42da051a0a538496013c8161d21d730e329bedaabf8b7f45d1c5b9d74d1d39a7aeb65e22fd9264a73870fb150bf9a418247da97afd71413553ca41c1
7
- data.tar.gz: 60035bf15f26fd27f840446d419f36ca28d9bd665374b1cb50cf807fc9aa37da99be78b7cd39f266753e4e891818bb0ecafcfa26c29d90c405dad239a2cf805e
6
+ metadata.gz: 8b35e692bdb24ca49613ffd1b8f5873b3e8bc0cdef1498e71a5495cba07051f9b7dbaf48896c32219112c0e1a64e7f50af302aee8a5679960fbf381e8d0f57c3
7
+ data.tar.gz: 8658f385dc74b050b2e067db77101a1baba6f0db193eab4cbbc8da0ff02f84f0bf76f1163876aa705dd98ea305bc38c47285b123bc08b89a87c731649cf310d3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-harvest (0.1.1)
4
+ git-harvest (0.1.2)
5
5
  rest-client
6
6
  thor
7
7
 
@@ -1,4 +1,5 @@
1
1
  require 'rest-client'
2
+ require 'json'
2
3
 
3
4
  module Harvest
4
5
  class TimeLogger
@@ -1,3 +1,3 @@
1
1
  module Harvest
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-harvest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhinav Mishra