brutal 0.2.0 → 0.2.1
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/README.md +9 -9
- metadata +3 -7
- data/bin/console +0 -7
- data/bin/setup +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68550f0dd2c889c98a665a1ddd83dc0dccad1142858f5520af54f9ef3e0bd8e2
|
|
4
|
+
data.tar.gz: 9756e39c673ef3a85b4556e85f8fff0d0841e207dfe414a2c230dc02c21a40e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de1dd6a46db62eddebabc9f0211d99378f0770be1d096499de82c4a427fcde3eadc4e438e8752adafbf03feb1198e2d95134b7176c925d7995c15445a072d30c
|
|
7
|
+
data.tar.gz: 14f650e0b87ef69d5e95b75e1beedc3ded6db3f8b21c20a675dfe1dd423dd2fc3f282af6056fdd0eedbf15f740b27dd30013b05a9aab95545bda59c9bc596392
|
data/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
> Brutal test suite scaffold generator
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
|
-
[][travis]
|
|
8
8
|
[][gem]
|
|
9
|
-
[][inchpages]
|
|
10
10
|
[][rubydoc]
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
@@ -110,8 +110,8 @@ end
|
|
|
110
110
|
|
|
111
111
|
## Contact
|
|
112
112
|
|
|
113
|
-
* Home page: https://github.com/
|
|
114
|
-
* Bugs/issues: https://github.com/
|
|
113
|
+
* Home page: https://github.com/fixrb/brutal
|
|
114
|
+
* Bugs/issues: https://github.com/fixrb/brutal/issues
|
|
115
115
|
|
|
116
116
|
## Rubies
|
|
117
117
|
|
|
@@ -121,7 +121,7 @@ end
|
|
|
121
121
|
|
|
122
122
|
## Contributing
|
|
123
123
|
|
|
124
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
124
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/fixrb/brutal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/fixrb/brutal/blob/master/CODE_OF_CONDUCT.md).
|
|
125
125
|
|
|
126
126
|
## License
|
|
127
127
|
|
|
@@ -129,9 +129,9 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
129
129
|
|
|
130
130
|
## Code of Conduct
|
|
131
131
|
|
|
132
|
-
Everyone interacting in the GreatGuardian project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
132
|
+
Everyone interacting in the GreatGuardian project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/fixrb/brutal/blob/master/CODE_OF_CONDUCT.md).
|
|
133
133
|
|
|
134
134
|
[gem]: https://rubygems.org/gems/brutal
|
|
135
|
-
[travis]: https://travis-ci.org/
|
|
136
|
-
[inchpages]: https://inch-ci.org/github/
|
|
135
|
+
[travis]: https://travis-ci.org/fixrb/brutal
|
|
136
|
+
[inchpages]: https://inch-ci.org/github/fixrb/brutal
|
|
137
137
|
[rubydoc]: https://rubydoc.info/gems/brutal/frames
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brutal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril Kato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -98,20 +98,16 @@ description: Brutal test suite scaffold generator
|
|
|
98
98
|
email: contact@cyril.email
|
|
99
99
|
executables:
|
|
100
100
|
- brutal
|
|
101
|
-
- console
|
|
102
|
-
- setup
|
|
103
101
|
extensions: []
|
|
104
102
|
extra_rdoc_files: []
|
|
105
103
|
files:
|
|
106
104
|
- LICENSE.md
|
|
107
105
|
- README.md
|
|
108
106
|
- bin/brutal
|
|
109
|
-
- bin/console
|
|
110
|
-
- bin/setup
|
|
111
107
|
- lib/brutal.rb
|
|
112
108
|
- lib/brutal/framework/base.rb
|
|
113
109
|
- lib/brutal/framework/por.rb
|
|
114
|
-
homepage: https://github.com/
|
|
110
|
+
homepage: https://github.com/fixrb/brutal
|
|
115
111
|
licenses:
|
|
116
112
|
- MIT
|
|
117
113
|
metadata: {}
|
data/bin/console
DELETED