mm-simple_version 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 703fcd01df536e3809414b4ab18bab7d3c96e1b4569f19dc2c37a53b68efa606
4
- data.tar.gz: 14bcafc74b24ac3452fc6f3f12a5e6a87e594749fd2a6cc602ae5388ade9888e
3
+ metadata.gz: d84dd697d81af6bb7085a80d9642108ccda1ab1a1721c292ffe08b391f601c27
4
+ data.tar.gz: f2c6a4772cd377af8549b0a3d5fc71b051e15fd38c17cda6c7736b0961b885b1
5
5
  SHA512:
6
- metadata.gz: 4d1a44e60f799e0da82a2fad9e537e85d5f4867c99ec2dc8084339053591e58b251a6cddddf778e69f2369fa2acdb1463e1b9598131e9cad2af3e2640053c2a8
7
- data.tar.gz: a8bd37e8d4213e7b42eca7782d1d365f4550c89414ea8e74a7e8429c43a7e9a4b2c9483e9a4de2b94a0bac8eb7b15dedcbec120994b6992cccca0cab180fc9ec
6
+ metadata.gz: 8cba8f504df3f25f7c58e0f32c20b4281a5389688ad2e557fd531fe5ddd6fae50caeca123130caa838b76909ba6c2755919ad9c0fac45809d6abf727ec3e40b9
7
+ data.tar.gz: c38333fef95a7521900d7fca5284676f70392f88db82b2d9137d051d985548069f678f39df5e1c828b6663e809c8f46d79a047927c2a3c65ea215a6e684a4293
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.2](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.1...v0.2.2) (2022-03-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * just print gem name and version number ([901b06a](https://github.com/invalidusrname/mm-simple_version/commit/901b06a0cf58070039adeeb74c6a691abb5af507))
9
+
3
10
  ### [0.2.1](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.0...v0.2.1) (2022-03-13)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.2.1)
4
+ mm-simple_version (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,28 +1,15 @@
1
1
  # MM::SimpleVersion
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/mm/simple_version`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ A simple gem that just prints the gem name and its version.
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'mm-simple_version'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle install
18
-
19
- Or install it yourself as:
20
-
21
7
  $ gem install mm-simple_version
22
8
 
23
9
  ## Usage
24
10
 
25
- TODO: Write usage instructions here
11
+ $ simple_version
12
+ SimpleVersion 0.2.2
26
13
 
27
14
  ## Development
28
15
 
@@ -32,7 +19,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
19
 
33
20
  ## Contributing
34
21
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mm-simple_version. 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/[USERNAME]/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
22
+ Bug reports and pull requests are welcome on GitHub at https://github.com/invalidusrname/mm-simple_version. 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/invalidusrname/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
36
23
 
37
24
  ## License
38
25
 
@@ -40,4 +27,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
27
 
41
28
  ## Code of Conduct
42
29
 
43
- Everyone interacting in the MM::SimpleVersion project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
30
+ Everyone interacting in the MM::SimpleVersion project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/invalidusrname/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
data/exe/simple_version CHANGED
@@ -3,4 +3,4 @@
3
3
 
4
4
  require "mm/simple_version"
5
5
 
6
- puts "SimpleVersion version: #{MM::SimpleVersion::VERSION}"
6
+ puts "SimpleVersion #{MM::SimpleVersion::VERSION}"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm-simple_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt McMahand