massa 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -9
- data/lib/massa/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdfebe9b182b0591cd8c2c6ffc0eb86149a161fa
|
4
|
+
data.tar.gz: acff4716f63b4adbd3b162ad5374dff624a78854
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1319f8cf5b82b7f0eccf1c360337153470037b6ccd6c60c523ee8176e6bd5b90ecbe6049a4630bf8ebee9c5ad4fd9149b0043d90f03cd567bc6952d59256d0c5
|
7
|
+
data.tar.gz: 16c9b991be8e8864cfccc0eebb4599fead24d8d6c27892c8311bdc18c43c6c0ac73e4919246e3e1715a4fcaf6e3e9b47aa41233a05e0a7b7b5cf51a4ddf2ced9
|
data/README.md
CHANGED
@@ -33,19 +33,13 @@ Create a configuration file:
|
|
33
33
|
|
34
34
|
$ ... # TODO
|
35
35
|
|
36
|
-
Then, run:
|
36
|
+
Then, run (or, ideally, add it to your CI config):
|
37
37
|
|
38
|
-
$ massa
|
39
|
-
|
40
|
-
## Development
|
41
|
-
|
42
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
43
|
-
|
44
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
38
|
+
$ bundle exec massa
|
45
39
|
|
46
40
|
## Contributing
|
47
41
|
|
48
|
-
Bug reports and pull requests
|
42
|
+
[Bug reports](https://github.com/lucascaton/massa/issues) and [pull requests](https://github.com/lucascaton/massa/pulls) are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
49
43
|
|
50
44
|
## License
|
51
45
|
|
data/lib/massa/version.rb
CHANGED