bf4-metric_fu 2.1.3.3 → 2.1.3.4

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.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/lib/generators/saikuro.rb +0 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -5,6 +5,9 @@ At this time, the gem is published on rubygems.org as bf4-metric_fu
5
5
  There is also a related bf4-metrical gem published
6
6
 
7
7
  The japgolly-Saikuro fork is a part of an attempt to get metric_fu working in a modern
8
+
9
+ Please note that rake version 10.0.2 cannot be used, whereas 0.8.7 and 0.9.2 do work.
10
+
8
11
  Ruby environment, specifically compatibility with Ruby 1.9 and Bundler.
9
12
 
10
13
  __CI Build Status__
@@ -16,7 +16,6 @@ module MetricFu
16
16
  sh %{#{saikuro_bin} #{options_string}} do |ok, response|
17
17
  unless ok
18
18
  puts "Saikuro failed with exit status: #{response.exitstatus}"
19
- exit 1
20
19
  end
21
20
  end
22
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bf4-metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 109
4
+ hash: 99
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
9
  - 3
10
- - 3
11
- version: 2.1.3.3
10
+ - 4
11
+ version: 2.1.3.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jake Scruggs