splittable 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad6faa4d272be234b860ea39ab7da30ec46b101ee1d53f3e452d332c13c13104
4
- data.tar.gz: af7cd7ea65c72c019fbaf543e371ad6ecc4a184707ce5cd73e2779166f69d519
3
+ metadata.gz: cb837f528d6f26ba39664a98ccc95671c5a30d0148f0f8d17ee840154c49cebb
4
+ data.tar.gz: cf4595a1d4c52fb03ad82c6d7dd12e34df852120901235ed7fad28141f7ddebf
5
5
  SHA512:
6
- metadata.gz: a9052a638a0e6295c13719d42356bbde2d1276da72d948fb728b9400fac254dc638680fda92f33ccc57b2f778318b9f1be8b3740b05af57a91005582281e906e
7
- data.tar.gz: 3d6fce296eefb776df9994d8c68beaca1d436e5b30840b785a82ac5e2e6579f420376f9f28d2cd1dff68cd3ec517348ccc0f62a7334659994d82caf5afa39ee5
6
+ metadata.gz: 94ed8b8ca4ec6216a37a369e5d4efdb9e183b10cf6e6ed1d8a72f9482319ed28330550a7200e55948451e527f6674112188a530bcc718981546ec5ae34bb4036
7
+ data.tar.gz: 889f51d82f678fa595d201b18c5eefcc01af4422c4802499d1ff6ce7f1dfa5c5ca0c5069ae82a5ec27ad79b7996c4428f813c86b790df3b36224057956a7e906
@@ -6,17 +6,20 @@ on:
6
6
  - master
7
7
  tags:
8
8
  - v*
9
+
9
10
  jobs:
10
- build:
11
+ publish:
12
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
11
13
  runs-on: ubuntu-latest
12
14
 
13
15
  steps:
14
- - uses: actions/checkout@v1
16
+ - uses: actions/checkout@v2
15
17
 
16
18
  - name: Release Gem
17
- if: contains(github.ref, 'refs/tags/v')
18
- uses: cadwallion/publish-rubygems-action@master
19
+ uses: marcelotoledo5000/publish-rubygems-action@master
19
20
  env:
20
21
  GITHUB_TOKEN: ${{secrets.BUNDLE_GITHUB__COM}}
21
22
  RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_RELEASE}}
23
+ GIT_EMAIL: automated_release@useblu.com.br
24
+ GIT_NAME: 'Automated Release'
22
25
  RELEASE_COMMAND: bundle exec rake release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- splittable (0.0.5)
4
+ splittable (0.0.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -24,7 +24,7 @@ GEM
24
24
  pry (~> 0.13.0)
25
25
  rainbow (3.0.0)
26
26
  rake (13.0.3)
27
- regexp_parser (2.0.3)
27
+ regexp_parser (2.1.1)
28
28
  rexml (3.2.4)
29
29
  rspec (3.10.0)
30
30
  rspec-core (~> 3.10.0)
@@ -39,7 +39,7 @@ GEM
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.10.0)
41
41
  rspec-support (3.10.2)
42
- rubocop (1.9.0)
42
+ rubocop (1.11.0)
43
43
  parallel (~> 1.10)
44
44
  parser (>= 3.0.0.0)
45
45
  rainbow (>= 2.2.2, < 4.0)
@@ -50,12 +50,12 @@ GEM
50
50
  unicode-display_width (>= 1.4.0, < 3.0)
51
51
  rubocop-ast (1.4.1)
52
52
  parser (>= 2.7.1.5)
53
- rubocop-performance (1.9.2)
53
+ rubocop-performance (1.10.0)
54
54
  rubocop (>= 0.90.0, < 2.0)
55
55
  rubocop-ast (>= 0.4.0)
56
56
  rubocop-rake (0.5.1)
57
57
  rubocop
58
- rubocop-rspec (2.1.0)
58
+ rubocop-rspec (2.2.0)
59
59
  rubocop (~> 1.0)
60
60
  rubocop-ast (>= 1.1.0)
61
61
  ruby-progressbar (1.11.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Splittable
4
- VERSION = '0.0.5'
4
+ VERSION = '0.0.6'
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splittable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Brandão
8
8
  - Marcelo Toledo
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-02-02 00:00:00.000000000 Z
12
+ date: 2021-03-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: |-
15
15
  This gem solves the problem of several decimal places in divisions
@@ -56,7 +56,7 @@ metadata:
56
56
  homepage_uri: https://github.com/Pagnet/splittable
57
57
  source_code_uri: https://github.com/Pagnet/splittable
58
58
  changelog_uri: https://github.com/Pagnet/splittable/blob/master/CHANGELOG.md
59
- post_install_message:
59
+ post_install_message:
60
60
  rdoc_options: []
61
61
  require_paths:
62
62
  - lib
@@ -71,8 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.2.3
75
- signing_key:
74
+ rubygems_version: 3.1.4
75
+ signing_key:
76
76
  specification_version: 4
77
77
  summary: Calculate division and normalize parcels to use just cents.
78
78
  test_files: []