fbe 0.4.0 → 0.5.0
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 +4 -4
- data/assets/bylaws/bug-report-was-rewarded.liquid +1 -1
- data/assets/bylaws/code-contribution-was-rewarded.liquid +1 -1
- data/assets/bylaws/code-review-was-rewarded.liquid +1 -1
- data/assets/bylaws/dud-was-punished.liquid +1 -1
- data/assets/bylaws/enhancement-suggestion-was-rewarded.liquid +1 -1
- data/assets/bylaws/long-pull-was-punished.liquid +7 -0
- data/assets/bylaws/published-release-was-rewarded.liquid +1 -1
- data/assets/bylaws/resolved-bug-was-rewarded.liquid +1 -1
- data/lib/fbe.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8804446cc55d23590d576878600c4e5c760cfb016f0a46c4033d8c85f44a2e1f
|
4
|
+
data.tar.gz: 605d2cf5292946ce0361d68b7391e4f39b95f54a9abf2ad633f0bb88fd6940da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7812a639f13574f6918ed5a92ab239203701e484f6d90965f970d2df81691d186973f2383e5d8ef43afeba07cc0fe52eb2bb4110329c63f34cd2eb0067cc686c
|
7
|
+
data.tar.gz: 344616cbcd735acf47104035876bd05ae3f0c1a0c812d51fd7772f93dad64022e8d188ccf05ea6a2a77c6691b58a726d1c56ac48632118dc3ebe18030ddc2f3e
|
@@ -1,5 +1,5 @@
|
|
1
1
|
(award
|
2
|
-
(explain "When a code contribution is made, the author
|
2
|
+
(explain "When a code contribution is made, the author receives a bonus")
|
3
3
|
(in hoc "the total number of hits-of-code in the contribution")
|
4
4
|
(in comments "the total number of comments made by all reviewers")
|
5
5
|
(in reviews "the number of reviews provided")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
(award
|
2
|
-
(explain "An author of every code review
|
2
|
+
(explain "An author of every code review receives a bonus")
|
3
3
|
(in hoc "the total number of hits-of-code in the contribution")
|
4
4
|
(in comments "the total number of comments made by all reviewers")
|
5
5
|
(in self "1 if the review was made for their own code contribution, otherwise zero")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
(award
|
2
|
-
(explain "When an issue is submitted but then rejected by the team, the reporter
|
2
|
+
(explain "When an issue is submitted but then rejected by the team, the reporter receives a penalty")
|
3
3
|
(aka
|
4
4
|
(let fee {{ -8 | times: anger }})
|
5
5
|
(give fee "as a basis")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
(award
|
2
|
-
(explain "When an enhancement is suggested and accepted by the team, the reporter
|
2
|
+
(explain "When an enhancement is suggested and accepted by the team, the reporter receives a bonus")
|
3
3
|
(aka
|
4
4
|
(let bonus {{ 4 | times: love }})
|
5
5
|
(give bonus "as a basis")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
(award
|
2
|
-
(explain "When a new release is published,
|
2
|
+
(explain "When a new release is published, everyone who contributed receives a bonus")
|
3
3
|
(in hoc "how many hits-of-code are in the release")
|
4
4
|
(in contributors "how many people contributed to the release")
|
5
5
|
(aka
|
@@ -1,5 +1,5 @@
|
|
1
1
|
(award
|
2
|
-
(explain "When a bug is resolved, the person who was assigned to it
|
2
|
+
(explain "When a bug is resolved, the person who was assigned to it receives a bonus")
|
3
3
|
(in hours "how many hours it took to resolve the bug")
|
4
4
|
(in self "1 if the bug was reported and resolved by the same person, otherwise zero")
|
5
5
|
(set days (div hours 24))
|
data/lib/fbe.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fbe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yegor Bugayenko
|
@@ -272,6 +272,7 @@ files:
|
|
272
272
|
- assets/bylaws/code-review-was-rewarded.liquid
|
273
273
|
- assets/bylaws/dud-was-punished.liquid
|
274
274
|
- assets/bylaws/enhancement-suggestion-was-rewarded.liquid
|
275
|
+
- assets/bylaws/long-pull-was-punished.liquid
|
275
276
|
- assets/bylaws/published-release-was-rewarded.liquid
|
276
277
|
- assets/bylaws/push-to-master-was-punished.liquid
|
277
278
|
- assets/bylaws/resolved-bug-was-rewarded.liquid
|