meta_commit_contracts 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/lib/meta_commit_contracts/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: e905f992d6e96256c13b1410792aaa4531117d4b
|
4
|
+
data.tar.gz: a5a073c8d232c8f68d4de4447a8930cc74157032
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ad14d5d5fe93272093b8da0ee45e9dc5b48432f88e694477f34c52cec78a624cc583cc556bfb5778de8ea74bd8677b81e9d2ef0876d0901321f01b14b6fa4c1
|
7
|
+
data.tar.gz: 2fc0f84b9ea1b4c23f06b1d79f3c1dc0b50ab049727773640adaed03cb141eac58eef4967d8444c815a1be55ef20dfa927e012ce88921b67a0100dd37579f61f
|
data/README.md
CHANGED
@@ -3,8 +3,7 @@
|
|
3
3
|
|
4
4
|
## Description
|
5
5
|
|
6
|
-
gem includes agreements on data structures, which used by [meta commit gem](https://github.com/usernam3/meta_commit) to interact with extensions
|
7
|
-
Contracts make extension development transparent and
|
6
|
+
gem includes agreements on data structures, which used by [meta commit gem](https://github.com/usernam3/meta_commit) to interact with extensions.
|
8
7
|
|
9
8
|
Contracts (and their responsibilities) :
|
10
9
|
|