gitrob 0.0.2 → 0.0.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
  SHA1:
3
- metadata.gz: e873c76156b33d05c2b63c2e39517da67d737956
4
- data.tar.gz: cbff66a0f16c2eb9bab4ec5507b55f7850f501ca
3
+ metadata.gz: 67ff947e44f57832ac04e0cc36bad170b6168b32
4
+ data.tar.gz: 541eff757e7caa083bd25da0265b1823f7335b81
5
5
  SHA512:
6
- metadata.gz: d8a039a231d8733402bfa6a541bcf00e5ce4d1fdb79bf1df3cf9040dea439fcb792adf691733f814220a2520fb3c94ec642fab1ecfba80d90fb8fa91b84eef1b
7
- data.tar.gz: cdf4f86fca104b001ac97a74763af1f0585871cfac0a30e82a139518834d1e101d266398e68780dfd6582ffb917c130ebdda1ac470e5239620b3b9dd2f42af53
6
+ metadata.gz: 17c6f678592140b9d9fc9e44bf00224baf4736cf90447408686fb428fd6690acfa5813f3017ef5758394f7b2201faeb8776c721af879ef14298ea605888edfe1
7
+ data.tar.gz: af13933e20cbaa53cf3f32d800e83402320470bfea427603cf9b94ea166b6184927b8db00b48f393553a2828028768cb106f273560648ec260ec59ec725efc21
@@ -1,3 +1,3 @@
1
1
  module Gitrob
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -114,8 +114,8 @@
114
114
  {
115
115
  "part": "path",
116
116
  "type": "regex",
117
- "pattern": "\\.?irrsi\\/config\\z",
118
- "caption": "Irrsi IRC client configuration file",
117
+ "pattern": "\\.?irssi\\/config\\z",
118
+ "caption": "Irssi IRC client configuration file",
119
119
  "description": null
120
120
  },
121
121
  {
@@ -245,13 +245,13 @@ RSpec.describe Gitrob::Observers::SensitiveFiles do
245
245
  end
246
246
 
247
247
  it 'detects irrsi IRC client configuration files' do
248
- ['.irrsi/config',
249
- 'irrsi/config',
250
- 'config/.irrsi/config'
248
+ ['.irssi/config',
249
+ 'irssi/config',
250
+ 'config/.irssi/config'
251
251
  ].each do |path|
252
252
  blob = Gitrob::Github::Blob.new(path, 1, repo).to_model(org, repo.to_model(org))
253
253
  described_class.observe(blob)
254
- expect(blob.findings.first.caption).to eq("Irrsi IRC client configuration file")
254
+ expect(blob.findings.first.caption).to eq("Irssi IRC client configuration file")
255
255
  end
256
256
  end
257
257
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitrob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Henriksen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty