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.
- data/README.md +3 -0
- data/lib/generators/saikuro.rb +0 -1
- 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__
|
data/lib/generators/saikuro.rb
CHANGED
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:
|
|
4
|
+
hash: 99
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 1
|
|
9
9
|
- 3
|
|
10
|
-
-
|
|
11
|
-
version: 2.1.3.
|
|
10
|
+
- 4
|
|
11
|
+
version: 2.1.3.4
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Jake Scruggs
|