massa 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -9
  3. data/lib/massa/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0840ee1cb65687c40ada54c82c676fc1c3eff844
4
- data.tar.gz: 36af266c47e7247b1cdd6cc3813749a85411c095
3
+ metadata.gz: fdfebe9b182b0591cd8c2c6ffc0eb86149a161fa
4
+ data.tar.gz: acff4716f63b4adbd3b162ad5374dff624a78854
5
5
  SHA512:
6
- metadata.gz: 16daac71883a93a42ebb2f4b63ae1af903c546ed673d1c86ff3cf1db283cdc33bebd691b448765e51c67fa73f396d631ab161532b13e1927924ea418ba93ba5c
7
- data.tar.gz: f366b09e063b8e977933d1e52b8cbefbfa837955ba2fb96c43faad7b98f74ea52bc36e0f12de9c3ec3f5e5f27b4705483adebc27615f51b6a3071ef0b0ec1c70
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 are welcome on GitHub at https://github.com/lucascaton/massa. 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.
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
@@ -1,3 +1,3 @@
1
1
  module Massa
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton