mct 0.1.0 → 0.1.1

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 +0 -41
  3. data/lib/mct/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e4164cd0a08a5dec1fb7600b63b376fb289516c
4
- data.tar.gz: 37586d3435041589d527a1aa39b2e2afd16f67f2
3
+ metadata.gz: 4afef60cbe8b0b227a5f67e00b5ad90eca2c224c
4
+ data.tar.gz: 10fa5ea0257367a0cb8e826e13d6e96bff975004
5
5
  SHA512:
6
- metadata.gz: 6a675e98ac6aa0649a89c5879bc1e16f3f009c7f11425c7135df96bf62bc0b612ee1e207913219cad148ee46606df9dcefa05877654c336110fc8eeb4a262341
7
- data.tar.gz: 07398ca2d93735891c34d1016b8eb902400055cc0226a7201d091ff7e223c46ae4084f1f65d3e0fb183cd63d5ef7a748a2b15c27aa3f2859b8ddeb591eae50a5
6
+ metadata.gz: 5f32a2ef2ffa62801b3ae284f88c1dec3f4821fffeebd17810d8d059a039b504422e2f9379a04fee5ac2690f32713d7b78ea5c6db1fd09ae08c3f570c5afa549
7
+ data.tar.gz: 66da44c176f5bd43a56fad1c3d6fabcb5795a288b1ec58980ce4c4dd7c3f4c4e61e099bfbedddd8b9228ab2afe343e792e9b4255146778a1e0549204b67e8648
data/README.md CHANGED
@@ -1,41 +0,0 @@
1
- # Mct
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/mct`. 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
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'mct'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install mct
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mct. 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.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
@@ -1,3 +1,3 @@
1
1
  module Mct
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - owlinux1000