lmhd-test 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 -1
- data/lib/lmhd/test/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: bfd36fae1f3666ee9869d4354db80773a00d4da4
|
4
|
+
data.tar.gz: 40896558bdeae8a71c12b3a8134a25845ef92658
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56d0b08ddf458f023274020576bdfd4a700264321eb6a99ddc66f23d857dfa6586d56f4c8a2f72a10830d8f637bdf83ff6b6a1c68a67313d09f2f035cdf53ead
|
7
|
+
data.tar.gz: 68deecc1e2e247f0d99d085396a2f7e0eeea3fb891534dce73318342964842d2a11802c14f9efb4c66d06b1fa8d2f7f5bf30a5f301a3272ebbfee90c1f3213f8
|
data/README.md
CHANGED
@@ -28,7 +28,9 @@ TODO: Write usage instructions here
|
|
28
28
|
|
29
29
|
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.
|
30
30
|
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`.
|
31
|
+
To install this gem onto your local machine, run `bundle exec rake install`.
|
32
|
+
|
33
|
+
To release a new version, update the version number in `version.rb` (using `gem bump`), 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).
|
32
34
|
|
33
35
|
## Contributing
|
34
36
|
|
data/lib/lmhd/test/version.rb
CHANGED