meta_commit_contracts 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1c30cbfd78f28d2713316f26cfcce07fb472d72
4
- data.tar.gz: 4d616142b91ce7730557d924aa515a41e8b9c036
3
+ metadata.gz: e7dfaca5a214292e408e3212f576525e34a27922
4
+ data.tar.gz: 9743df09dc4807fe83a6634b1d5ec88c3a807ac1
5
5
  SHA512:
6
- metadata.gz: 6bf715451183e9a900e54db8b37eb4364af814248fb673860eaaa5f8a1241412ba44fce16975ec5f07a920a7bcbc91b9e828b980b5b0108f1b0c1f8e0a4c5798
7
- data.tar.gz: 084b31f3f20e6da868d8287c65ef3a62be130df52e9255eaa17f9a2209603c6a33eac4896a696b2f34ca73b42363844c3d71965c6ac893634a5f2ab243cd665e
6
+ metadata.gz: 6ce3cefb76df3e061de576d81b6167f6b05f6427012c579906c7c9f78324f1c585a28f047e214812aa99ba5700a774a54b0bfd04e957a26d519bf1f93016c021
7
+ data.tar.gz: 132f2d74d4f9080131e244b07e73cf1e5dd25fb6e04c5c5943f4e4fd38fd02cf473bb5a30c2907ee762d5cf5597c866847b6b974835bac4021ee5bc9a93a2fcc
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # meta commit contracts
2
- [![Gem Version](https://badge.fury.io/rb/meta_commit_contracts.svg)](https://badge.fury.io/rb/meta_commit)
2
+ [![Gem Version](https://badge.fury.io/rb/meta_commit_contracts.svg)](https://badge.fury.io/rb/meta_commit_contracts)
3
3
 
4
4
  ## Description
5
5
 
@@ -26,7 +26,7 @@ Contracts (and their responsibilities) :
26
26
  - Locator
27
27
  - locates exported classes of extension
28
28
 
29
- You can check documentation [here]()
29
+ You can check documentation [here](http://www.rubydoc.info/gems/meta_commit_contracts)
30
30
 
31
31
  ## Installation
32
32
 
@@ -1,5 +1,5 @@
1
1
  module MetaCommit
2
2
  module Contracts
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_commit_contracts
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
  - Stanislav Dobrovolskiy