bipbip 0.7.2 → 0.7.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: 846beff94138adf93cb4a589742a3cd34e3b578d
4
- data.tar.gz: c3b5958240d09d6bf693f5a6cbf3025ce00a6007
3
+ metadata.gz: ab82f674dfe1da8ab0d5c1628b1e1971c82a2886
4
+ data.tar.gz: 65456cf444a676dfb5d959e5619abaa1c99a9e95
5
5
  SHA512:
6
- metadata.gz: bd6c4c0957ef7b0455fbbeaa56dce316b81034f6b2e3bead7b84858dc4e2b5f3494c6e648d8ad551a1d00d8bb172ef263ade2f6e9fb8f73f719bcd2364285983
7
- data.tar.gz: 8b9eec3872bb6486410f9b7afb6e17c981c3d7ffe69fd94d7e78dea255ba96908d59dba7b20b344586a756e54c6b1f8c46be857e11392ca8b49463e0583f42f4
6
+ metadata.gz: eee4c1d0d3239f4511a1c2428023854f02d9edc04fdced8c12ef93793d34270e084b71e2ac62434b5eefed6b643f4c127970742fe75330c9f2758e1629a897c2
7
+ data.tar.gz: 03b79fcf5af11281fd4416c3c83538bab1b968c125a4f9199928caebd8096c28297206b497020b0d42bc0a8742cbf1d511e6fba0a24c357e7e18a801461c4f0a
data/README.md CHANGED
@@ -131,7 +131,7 @@ bundle install
131
131
 
132
132
  Run tests:
133
133
  ```
134
- bundle exec spec
134
+ bundle exec rake spec
135
135
  ```
136
136
 
137
137
  There's also a **Vagrant environment** available with necessary dependencies pre-installed.
@@ -20,7 +20,7 @@ module Bipbip
20
20
  def unit_dependencies(main_unit)
21
21
  result = Komenda.run(['systemctl', 'list-dependencies', '--plain', '--full', main_unit], fail_on_fail: true)
22
22
  result.stdout.force_encoding('utf-8').lines.map do |line|
23
- line.strip.gsub(/^● /, '')
23
+ line.strip.gsub(/^[●*]\s+/, '')
24
24
  end
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module Bipbip
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bipbip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-09-08 00:00:00.000000000 Z
13
+ date: 2016-09-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: copperegg-revealmetrics
@@ -343,7 +343,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
343
343
  version: '0'
344
344
  requirements: []
345
345
  rubyforge_project:
346
- rubygems_version: 2.5.0
346
+ rubygems_version: 2.6.2
347
347
  signing_key:
348
348
  specification_version: 4
349
349
  summary: Gather services data and store in CopperEgg