git-harvest 0.1.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5f6424b3e19f7f30a349216749f215eeca8064c408d6672129d66a07d324cb7
4
- data.tar.gz: 40fb84c6945b2cf35bf3c99b953272807748eed509c73c9cd12e55e65ce34e55
3
+ metadata.gz: 22449e13b60f896946778cfa9b0d511a26de6b7be5b6a1464a85ef53f4a2fd73
4
+ data.tar.gz: 7646af566b8dfbe6685904687f5d5b4112ca70cfa6e3f0f9a76b2657609ce204
5
5
  SHA512:
6
- metadata.gz: 1405df20095918c40ab58d35b776d4891814ea2561c0ff19c96dd3905339576e55a343e4279bac822f69cc3c8ede0ee2f3f6e80613ae91b47c74e0b1d35178d8
7
- data.tar.gz: 5d06b929a692b541d4855643a64f55924aefa3b5a2a8f1dd4e7582bacd0f14fcd762a7fb2ab42b6f7d8c70b76efb5864f744496e0586dabeeb54f6391e8f6d47
6
+ metadata.gz: d42dc78e759367c178c92da58298745325bc9a38a87f2949b7d03d4ff583f754d4ddde7e232cc9fb9f348a324fac3dbbe4e3ab787910b73271d1358ad7632195
7
+ data.tar.gz: c8c1ec15181d12b23082c3f9e2619a5f397863d374873e906935da408b9363a6336bc76b45d36094958e0548a4587826a73e6f648fc5b753c0614995371cb940
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-harvest (0.1.0)
4
+ git-harvest (0.1.1)
5
5
  rest-client
6
6
  thor
7
7
 
data/exe/harvest CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  require "harvest"
4
4
 
5
- Harvest::CLI.init
5
+ Harvest::CLI.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Harvest
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhinav Mishra