getclonedata 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: c11f4f5f885c086c29a337d67533efaaec59e070
4
- data.tar.gz: ac4e3c9ebb61812849ada701250ab8553bcc0038
3
+ metadata.gz: 3d27df81bd9608eb55a7ef0a4768cf7d727a1885
4
+ data.tar.gz: cc7d00bc7bb1e5a98946ddb27c5d63f0c553b07f
5
5
  SHA512:
6
- metadata.gz: 609ecc2d8b5ceab9257fc0920050169634ad6e48a5d367f04f645ca8653cc8ed06b37a8c84edc1d0a808a74f0c7bcd2bacc694e6ba6be2d0d6729755e366f999
7
- data.tar.gz: fbc527f85bb3c85eef7c3f96891e71327e41cb4715f79fce481c362257dc2364acd33a6befe8b2a430d941f4cbd818f6c46fcf104d7fa33c6c8322977b2a1b51
6
+ metadata.gz: 8ed0ba1f99c1c989e2bf56a37a35f4bed6174cce2750bbb7814d9a9ec02680420180894b04fcb877923bb94b98002f205d7aca3096b20630f16c148cebc2bd08
7
+ data.tar.gz: cd93f8579d9eb1253ef6a1906613f518e5335b1449f7b0c229c13e8d4a4892242aa7b7406e690acb248abc75fca7482399d54ff743120d777f57c77c16cf3a29
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getclonedata (0.3.0)
4
+ getclonedata (0.3.1)
5
5
  cloc (~> 0.9)
6
6
  flay (~> 2.8)
7
7
  flog (~> 4.4)
@@ -46,7 +46,7 @@ GEM
46
46
  path_expander (1.0.1)
47
47
  powerpack (0.1.1)
48
48
  public_suffix (2.0.4)
49
- rainbow (2.1.0)
49
+ rainbow (2.2.1)
50
50
  rake (11.3.0)
51
51
  rubocop (0.46.0)
52
52
  parser (>= 2.3.1.1, < 3.0)
@@ -9,7 +9,7 @@ module GetCloneData
9
9
 
10
10
  @@itt = 0
11
11
 
12
- attr_reader :flog, :flog, :flay, :rubocop, :loc, :ruby_files
12
+ attr_reader :repo_path
13
13
 
14
14
  def initialize(repo_path:)
15
15
  @repo_path = repo_path
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GetCloneData
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renaud Jollet