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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c57115ded4310e85bbbdb239dc51c0cc1531a4f7
4
- data.tar.gz: 499924a1becdd6831bd49109d88e2a8b4359e34a
3
+ metadata.gz: 683fdfdd585859beb2c3b5f6a2154df243ce643b
4
+ data.tar.gz: fbefb6449a6e5c852af4dea0364c2b1a1d5a23d2
5
5
  SHA512:
6
- metadata.gz: 92551203b28319c79d725b10eede705461df39af610a350f512fe14db29f68662ada829d0ce376fa58f86d96fa8dc42a42c8c7c20a7d203940fa698b7d5a9623
7
- data.tar.gz: 8a2bbb58f79cb9c16b342ec5cdaa0b367542e7023be64262dd5112318fca3548f247a8dacb5e47ef502028e31e804c5159af3bf4b116e87e53e9cd63cc0c046c
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
 
@@ -1,5 +1,5 @@
1
1
  module MetaCommit
2
2
  module Contracts
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
@@ -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/meta_commit/contracts"
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.0
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-22 00:00:00.000000000 Z
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/meta_commit/contracts
82
+ homepage: https://github.com/meta-commit/contracts
83
83
  licenses:
84
84
  - MIT
85
85
  metadata: {}