meta_commit_contracts 0.3.0 → 0.3.1
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 +4 -4
- data/README.md +3 -0
- data/lib/meta_commit_contracts/version.rb +1 -1
- data/meta_commit_contracts.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 683fdfdd585859beb2c3b5f6a2154df243ce643b
|
|
4
|
+
data.tar.gz: fbefb6449a6e5c852af4dea0364c2b1a1d5a23d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d561a01d2175330e37d08fd2eca646baf12b594df675364fcf29fed4b42854c1e388b5e34917b6a0025db40230c3c7f3d0f40525b4657d00f9cd4ffacc15be4
|
|
7
|
+
data.tar.gz: b890154bea70a65b5ef1a6306a2f555fdf13eca8a3edad5f6280dcbdf400358e88217cafe6cbc9d4d032a86799f0f997868cd18d4c6b3220021d46c25db76c38
|
data/README.md
CHANGED
|
@@ -23,6 +23,9 @@ Contracts (and their responsibilities) :
|
|
|
23
23
|
- Diff
|
|
24
24
|
- builds human-readable message of change
|
|
25
25
|
- knows what changes it can be used for
|
|
26
|
+
- ChangeContext
|
|
27
|
+
- stores information about currently examined changes (line, commit id, file name, touched ast)
|
|
28
|
+
- passed to diff as source of examined changes
|
|
26
29
|
- Locator
|
|
27
30
|
- locates exported classes of extension
|
|
28
31
|
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["uusername@protonmail.ch"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Agreements for meta commit extension}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/meta-commit/contracts"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meta_commit_contracts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stanislav Dobrovolskiy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01-
|
|
11
|
+
date: 2018-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -79,7 +79,7 @@ files:
|
|
|
79
79
|
- lib/meta_commit_contracts/parser.rb
|
|
80
80
|
- lib/meta_commit_contracts/version.rb
|
|
81
81
|
- meta_commit_contracts.gemspec
|
|
82
|
-
homepage: https://github.com/
|
|
82
|
+
homepage: https://github.com/meta-commit/contracts
|
|
83
83
|
licenses:
|
|
84
84
|
- MIT
|
|
85
85
|
metadata: {}
|