calcifer 0.1.0 → 0.1.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/Gemfile.lock +1 -1
- data/calcifer.gemspec +1 -1
- data/lib/calcifer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0c1bdeaf9f49017bb6f2aff22d00c18f7bb68557214065f9ace1eba6c5d2751
|
|
4
|
+
data.tar.gz: 0f7feb93dfceeb89a75c507111e283d846f71e1c025e520333511a320b1c33b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7f917e7934082a97c5b230dd6b41003cfcd7da2f8e13657dd705bf868497f538c28b27073af41c8fb05cb274d49c60ad669ff3a95e6d5615423fc861ee5ec20
|
|
7
|
+
data.tar.gz: a81969f58b5f626d64119bff0f938d11e7d2c1a98d1d759991f54c3b60af205dd63f75013ab9791f7fa49c476ccc194d3e57920924a81ac941d1a8016ae564ef
|
data/Gemfile.lock
CHANGED
data/calcifer.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Gustavo Duarte"]
|
|
10
10
|
spec.email = ["gustavo_dmuniz@yahoo.com.br"]
|
|
11
11
|
|
|
12
|
-
spec.summary = 'This gem helps to find class test files related to
|
|
12
|
+
spec.summary = 'This gem helps to find class test files related to pending changes in git.'
|
|
13
13
|
# spec.description = %q{TODO: Write a longer description or delete this line.}
|
|
14
14
|
spec.homepage = "https://github.com/GustavoDuarteM/calcifer"
|
|
15
15
|
spec.license = "MIT"
|
data/lib/calcifer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calcifer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gustavo Duarte
|
|
@@ -102,5 +102,5 @@ requirements: []
|
|
|
102
102
|
rubygems_version: 3.0.8
|
|
103
103
|
signing_key:
|
|
104
104
|
specification_version: 4
|
|
105
|
-
summary: This gem helps to find class test files related to
|
|
105
|
+
summary: This gem helps to find class test files related to pending changes in git.
|
|
106
106
|
test_files: []
|