tracinho 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +31 -31
  3. data/lib/tracinho/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05d53905d331c7f2432c585ec35d383f765c8fe0934350614badca6fa434b746
4
- data.tar.gz: 0575660c51075710cd2eba36262cb4e2026e5701370b1e0ec98e0adaa34fd72f
3
+ metadata.gz: ce9041fcecf00560204a49fec30bfe2c352dc021d1b88cb64bc7651a243cc825
4
+ data.tar.gz: e931795a85270e88195339e08eb6fbdd2519316919898b604478861c7c80d2e3
5
5
  SHA512:
6
- metadata.gz: 4757ce4cd655205c8525b35a993fcb76775bfc184098714402f115ccfa0f4832601444539a1474fa4a5551166ba0ae55ed439b1138d9d5a65c3e94727d31a901
7
- data.tar.gz: 79a15a4fc3f47ad6b7012bd21ab6de1ded9023b90ad1628b196ad50fb7c29cdab579b12f95c6ac407ccabdd8bcc90d7ec04c643237380c78a677cb2c7cd9fb21
6
+ metadata.gz: e90db0495f9169a4df0a3d61b780213f3e85354596e07dc6e45347666254dcf0bd59d8d773939a209b944e9215ffa81c532f8c06406b8d6bdc1bbcf204d82e21
7
+ data.tar.gz: 3c5f011a63a59b61ae92df2e09199cb3ae973fd48c1f62454ec1259c214bb6d88371c019d9affc6d0a607d9b705ed11178df40dda5da536bdbc9085b5697159d
data/Gemfile.lock CHANGED
@@ -1,57 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tracinho (0.1.4)
4
+ tracinho (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.0)
10
- byebug (10.0.2)
10
+ byebug (11.0.1)
11
11
  coderay (1.1.2)
12
12
  diff-lcs (1.3)
13
- docile (1.3.1)
14
- json (2.1.0)
15
- method_source (0.9.0)
16
- parallel (1.12.1)
17
- parser (2.5.1.0)
13
+ docile (1.3.2)
14
+ jaro_winkler (1.5.3)
15
+ json (2.2.0)
16
+ method_source (0.9.2)
17
+ parallel (1.17.0)
18
+ parser (2.6.3.0)
18
19
  ast (~> 2.4.0)
19
- powerpack (0.1.1)
20
- pry (0.11.3)
20
+ pry (0.12.2)
21
21
  coderay (~> 1.1.0)
22
22
  method_source (~> 0.9.0)
23
- pry-byebug (3.6.0)
24
- byebug (~> 10.0)
23
+ pry-byebug (3.7.0)
24
+ byebug (~> 11.0)
25
25
  pry (~> 0.10)
26
26
  rainbow (3.0.0)
27
- rake (12.3.1)
28
- rspec (3.7.0)
29
- rspec-core (~> 3.7.0)
30
- rspec-expectations (~> 3.7.0)
31
- rspec-mocks (~> 3.7.0)
32
- rspec-core (3.7.1)
33
- rspec-support (~> 3.7.0)
34
- rspec-expectations (3.7.0)
27
+ rake (12.3.3)
28
+ rspec (3.8.0)
29
+ rspec-core (~> 3.8.0)
30
+ rspec-expectations (~> 3.8.0)
31
+ rspec-mocks (~> 3.8.0)
32
+ rspec-core (3.8.2)
33
+ rspec-support (~> 3.8.0)
34
+ rspec-expectations (3.8.4)
35
35
  diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.7.0)
37
- rspec-mocks (3.7.0)
36
+ rspec-support (~> 3.8.0)
37
+ rspec-mocks (3.8.1)
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.7.0)
40
- rspec-support (3.7.1)
41
- rubocop (0.56.0)
39
+ rspec-support (~> 3.8.0)
40
+ rspec-support (3.8.2)
41
+ rubocop (0.74.0)
42
+ jaro_winkler (~> 1.5.1)
42
43
  parallel (~> 1.10)
43
- parser (>= 2.5)
44
- powerpack (~> 0.1)
44
+ parser (>= 2.6)
45
45
  rainbow (>= 2.2.2, < 4.0)
46
46
  ruby-progressbar (~> 1.7)
47
- unicode-display_width (~> 1.0, >= 1.0.1)
48
- ruby-progressbar (1.9.0)
49
- simplecov (0.16.1)
47
+ unicode-display_width (>= 1.4.0, < 1.7)
48
+ ruby-progressbar (1.10.1)
49
+ simplecov (0.17.0)
50
50
  docile (~> 1.1)
51
51
  json (>= 1.8, < 3)
52
52
  simplecov-html (~> 0.10.0)
53
53
  simplecov-html (0.10.2)
54
- unicode-display_width (1.3.3)
54
+ unicode-display_width (1.6.0)
55
55
 
56
56
  PLATFORMS
57
57
  ruby
@@ -66,4 +66,4 @@ DEPENDENCIES
66
66
  tracinho!
67
67
 
68
68
  BUNDLED WITH
69
- 1.16.1
69
+ 2.0.2
@@ -3,5 +3,5 @@
3
3
  # This gem converts words with dash in the version without it and vice-versa. It also gets the verb
4
4
  # name from a word and gives the full grammar classification of the verb.
5
5
  module Tracinho
6
- VERSION = '0.1.4'
6
+ VERSION = '0.1.5'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracinho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-01 00:00:00.000000000 Z
11
+ date: 2019-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  requirements: []
148
148
  rubyforge_project:
149
- rubygems_version: 2.7.3
149
+ rubygems_version: 2.7.6.2
150
150
  signing_key:
151
151
  specification_version: 4
152
152
  summary: Tracinho.com gem.