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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e798d4e6c09ce9e9a2e00ccaf7e5e5d02fee7d8591fde1a3573bdd93ac83bb3d
4
- data.tar.gz: a2a9e32e728f07fbf40e44eafb4cab28410b91b8c8052b6510ba99df95de50b1
3
+ metadata.gz: b0c1bdeaf9f49017bb6f2aff22d00c18f7bb68557214065f9ace1eba6c5d2751
4
+ data.tar.gz: 0f7feb93dfceeb89a75c507111e283d846f71e1c025e520333511a320b1c33b0
5
5
  SHA512:
6
- metadata.gz: c043feeb319eb69e549274c251b69364fa0578362cd2b4a1495da2bc7abfe3298f5b674d46202350f82373e5a6b2bb5830f6589419f82afde3456ce8c29944ef
7
- data.tar.gz: 30c31f866db42bf5c9aad27fb5271d57f138e4c1e10c5536c902d0c59bc5bdce360795c6431c1c0a0adb297a7494f90e5783dc0adf9f7df452d5c162d6c298f1
6
+ metadata.gz: a7f917e7934082a97c5b230dd6b41003cfcd7da2f8e13657dd705bf868497f538c28b27073af41c8fb05cb274d49c60ad669ff3a95e6d5615423fc861ee5ec20
7
+ data.tar.gz: a81969f58b5f626d64119bff0f938d11e7d2c1a98d1d759991f54c3b60af205dd63f75013ab9791f7fa49c476ccc194d3e57920924a81ac941d1a8016ae564ef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calcifer (0.1.0)
4
+ calcifer (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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 pleading changes in git.'
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"
@@ -1,3 +1,3 @@
1
1
  module Calcifer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 pleading changes in git.
105
+ summary: This gem helps to find class test files related to pending changes in git.
106
106
  test_files: []