repos_report 5.0.1 → 5.0.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: 3744012afb347d6c7f5798c0139a60fd7b255286
4
- data.tar.gz: f785ed408851d0a5a7f5d943d5d59cca4d8d118c
3
+ metadata.gz: 28a01fb80fe39ebbbd42c5c589c0adee206681e3
4
+ data.tar.gz: fbdc2ab2656af0c92f172ae084b5a3adb4b49048
5
5
  SHA512:
6
- metadata.gz: c0aaedd14a7a85166a25b1365092db08d1da6922dfd396e671ece703d2716c0aba931b313874ee74addbcf1d79236db3a5aef8ae2a4b364f912f4b3d49cbcc9f
7
- data.tar.gz: e93bbcaa8d31da66706074524aafd9aa5e9c1a3c28bdf65ac43549c266bbfa7b4477bc6e68336d810313b695bcfe4437e833d94bdb935802e3b79a4214d858c2
6
+ metadata.gz: 97ca95747361bafd7f69ca8e1721433f9c65a1706d16b48c6eb7d0775a90ce468f2c7629b767ef2a1f38f39d65e5fd10e85ce9c11def7461ec855998a22f4fd7
7
+ data.tar.gz: 8a29d82eddf82a07c4fa3b5feb56cffa33f48851f3b92618bb5a4664acfdce546873f55ca53f133e0d3f28f0f50094d87a5e6c693eaa425c43dbe8fa8dade149
@@ -36,15 +36,11 @@ class Repo
36
36
  end
37
37
 
38
38
  def message_with_issues(whitespace_padding)
39
- project_name + whitespace_padding(whitespace_padding) + issues.join(', ')
39
+ project_name.ljust(whitespace_padding) + issues.join(', ')
40
40
  end
41
41
 
42
42
  def message_with_no_issues(whitespace_padding)
43
- project_name + whitespace_padding(whitespace_padding) + 'ALL GOOD'
44
- end
45
-
46
- def whitespace_padding(whitespace_padding)
47
- ' ' * (whitespace_padding - project_name_length)
43
+ project_name.ljust(whitespace_padding) + 'ALL GOOD'
48
44
  end
49
45
 
50
46
  def issues
@@ -1,3 +1,3 @@
1
1
  module ReposReport
2
- VERSION = "5.0.1"
2
+ VERSION = "5.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repos_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - neurodynamic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-27 00:00:00.000000000 Z
11
+ date: 2016-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize