getclonedata 0.3.1 → 0.3.2

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: 3d27df81bd9608eb55a7ef0a4768cf7d727a1885
4
- data.tar.gz: cc7d00bc7bb1e5a98946ddb27c5d63f0c553b07f
3
+ metadata.gz: e3672c39d156ede37c801de6263ab0e2a66ae671
4
+ data.tar.gz: 39ac4084b9b5e8d6531f9977539f4f5800882b42
5
5
  SHA512:
6
- metadata.gz: 8ed0ba1f99c1c989e2bf56a37a35f4bed6174cce2750bbb7814d9a9ec02680420180894b04fcb877923bb94b98002f205d7aca3096b20630f16c148cebc2bd08
7
- data.tar.gz: cd93f8579d9eb1253ef6a1906613f518e5335b1449f7b0c229c13e8d4a4892242aa7b7406e690acb248abc75fca7482399d54ff743120d777f57c77c16cf3a29
6
+ metadata.gz: b9897d2d962d6bcbe2aa50e83d83f9040a5e9bf0c17b58c9ddcad7bbe3626546a8f53f3a56f6dbbedb530ad70912971983b27b8a8a3232203aaeb0b121ebbb8b
7
+ data.tar.gz: 6fb55b0548529f8325b57f4c7cde9db04939f18b54fc0be415132f7738002136c5902c4946f2df0f43525ba34031027a4ca3059380f93ec76c60736431ddd3a4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getclonedata (0.3.1)
4
+ getclonedata (0.3.2)
5
5
  cloc (~> 0.9)
6
6
  flay (~> 2.8)
7
7
  flog (~> 4.4)
@@ -45,7 +45,7 @@ GEM
45
45
  ast (~> 2.2)
46
46
  path_expander (1.0.1)
47
47
  powerpack (0.1.1)
48
- public_suffix (2.0.4)
48
+ public_suffix (2.0.5)
49
49
  rainbow (2.2.1)
50
50
  rake (11.3.0)
51
51
  rubocop (0.46.0)
@@ -79,7 +79,7 @@ module GetCloneData
79
79
 
80
80
  def get_rubocop_errors
81
81
  if Dir.exist? @repo_path
82
- rubocop_response = `rubocop #{@repo_path} --format json`
82
+ rubocop_response = `cd #{@repo_path} ; rubocop --format json`
83
83
  summary = JSON.parse(rubocop_response, :symbolize_names => true)[:summary]
84
84
  summary
85
85
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GetCloneData
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getclonedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renaud Jollet
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-12-30 00:00:00.000000000 Z
13
+ date: 2017-01-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: http