splittable 0.0.1 → 0.0.2

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: ba1d6d16997bdc50cceb7bfb3fbd4d8725171c8c5e945673042216245d614089
4
- data.tar.gz: 290622d97e60bf50749db770057fbe14d9bfdd7fe5c6ecc952d11a5baf9c3f59
3
+ metadata.gz: 833ea6cdda26baeca68d106309a33f14b4d74e65455c3435325c38763b192634
4
+ data.tar.gz: e9b7541a8c607ef61391d0df865153fa2ed7e5096a8d7a549f27203c34a5c67e
5
5
  SHA512:
6
- metadata.gz: 10a4210eb291b4cadd03c041700df948dab6dcf1bdb92e51db862d01440ed98536eb89b41847c9c8933bbe9900ef52c2943e41e729574aa00b4777f03e1115cf
7
- data.tar.gz: 48cd265bee2d9263c2ceacf618903cc8a557151baf5129496f28939234c75fc73c6e7fa790d6b50be511d0fa2723e4490e83ac03a714634333d67d83e9fd007d
6
+ metadata.gz: b34f0da34a89af96d72927ae40e0c12dc35bd11de7b8f5ca9003973bfb557e23ec29b6b6b0cdcd7f349c708730440205df816500431de81fd1fddeb0240a3fe0
7
+ data.tar.gz: 3353de9bba0f637aede703abe8cceacb597632f661430ba337a8fad541293b821567bce9c34a313dd99dc8e43afbd9f9ef5243c51e13f4c3ddde0a6034cb8a66
data/.gitignore CHANGED
@@ -10,10 +10,11 @@
10
10
  /spec/reports/
11
11
  /tmp/
12
12
 
13
- # rspec failure tracking
14
- .rspec_status
13
+ # local gem
14
+ splittable*.gem
15
15
 
16
16
  # rspec
17
+ .rspec_status
17
18
  /spec/examples.txt
18
19
 
19
20
  .tool-versions
@@ -1,3 +1,9 @@
1
+ ## splittable 0.0.2 (Jan 25, 2021)
2
+
3
+ * Update description for rubygems.org
4
+ * Add rubgems badge to README.md
5
+
6
+ *Marcelo Toledo*
1
7
 
2
8
  ## splittable 0.0.1 (Jan 14, 2021)
3
9
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- splittable (0.0.1)
4
+ splittable (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Splittable
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/splittable.svg)](https://badge.fury.io/rb/splittable)
4
+
3
5
  ## Goal
4
6
 
5
7
  This gem solves the problem of several decimal places in divisions where the result must be presented in cents, that is converting the division result to only two decimal places and the difference is attributed to the first plot.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Splittable
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
@@ -10,8 +10,11 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.license = 'MIT'
12
12
 
13
- spec.summary = 'Calculate division and normalize parcels.'
14
- spec.description = 'Calculate division and normalize parcels to use just cents.'
13
+ spec.summary = 'Calculate division and normalize parcels to use just cents.'
14
+ spec.description = 'This gem solves the problem of several decimal places in divisions
15
+ where the result must be presented in cents, that is converting the
16
+ division result to only two decimal places and the difference is
17
+ attributed to the first plot.'
15
18
  spec.homepage = 'https://github.com/Pagnet/splittable'
16
19
  spec.required_ruby_version = Gem::Requirement.new('>= 2.5.3')
17
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splittable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Brandão
@@ -9,9 +9,13 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-01-22 00:00:00.000000000 Z
12
+ date: 2021-01-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Calculate division and normalize parcels to use just cents.
14
+ description: |-
15
+ This gem solves the problem of several decimal places in divisions
16
+ where the result must be presented in cents, that is converting the
17
+ division result to only two decimal places and the difference is
18
+ attributed to the first plot.
15
19
  email:
16
20
  - arthur_aebc@hotmail.com
17
21
  - marcelotoledo5000@gmail.com
@@ -67,5 +71,5 @@ requirements: []
67
71
  rubygems_version: 3.0.3
68
72
  signing_key:
69
73
  specification_version: 4
70
- summary: Calculate division and normalize parcels.
74
+ summary: Calculate division and normalize parcels to use just cents.
71
75
  test_files: []