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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/lmhd/test/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8787d480a9202a545ab7e3f3c97e42838dd473aa
4
- data.tar.gz: 4313de9c5f76f3a7f5abb26d86ce05dbd5c0c14b
3
+ metadata.gz: bfd36fae1f3666ee9869d4354db80773a00d4da4
4
+ data.tar.gz: 40896558bdeae8a71c12b3a8134a25845ef92658
5
5
  SHA512:
6
- metadata.gz: 89fda420f94fbf087cfddf4907dcd85ada440e98d3e388b99f16588b15e6c28867272095e47bdfa186b81c152734dbcc9ec0945c9e9c463bcc53b0cb290caeef
7
- data.tar.gz: 8a3e21ceba46b37f0a17e56841ba36f91b97d97efa5e3791e66231b79601223cec03936615634f6c6d00d11a78c1037b43fbcfbe704ccaf04bbed5abfc9b14e0
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`. 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).
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
 
@@ -1,5 +1,5 @@
1
1
  module LMHD
2
2
  module Test
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lmhd-test
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
  - Lucy Davies