pdground 0.1.1 → 0.1.2

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: 4779c2e90e8d9f8f97a04d8b9f9b9569fba66365b8dbf712a916295525ba1fc8
4
- data.tar.gz: 5d80c20d2c1ef02a3b8f283b71633cab97b6b631beb0d6fb67ff596ddab125ac
3
+ metadata.gz: a4393e80c8d15881163b1a9641d775b9c868179f6517d0d38befbb1cd41c4046
4
+ data.tar.gz: 8fac7814e10de42d74d5e5ed268b5749085cadf2662235c2ade6759f371d8ab9
5
5
  SHA512:
6
- metadata.gz: 7de4fec18be40763560de18d8ea741b194d70ca1b79054530ab427ed9c9b1db2ee87240cb22ec0d83d374647257976dcffb1d1f4d929ff5c8821dcb1393efaa0
7
- data.tar.gz: 34b3b0da627f6b8d9e2505afb514e1987cde4d187d03fd90303e6c5ed7488177a96828174346833baf373f37aa951aa29dfb824717996418e4a75af326faf1d7
6
+ metadata.gz: 67172846a505c159257b9e8d929d10f2edb9d50505e61dd1ec08b805b6a0490e34eb007f2db2994c22e874a9ec56cf3a2376707da9aaf48383620d41ae77a239
7
+ data.tar.gz: 1b50758b3ae520302723a2d5b090b1fda6dacae054b80b9f5b4868c7fabc4093cfce565e9876b53497d4ae858c6ac2ffa70baa124923dae59939c8e19d6e0690
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/pdground.svg)](https://badge.fury.io/rb/pdground)
1
2
  # Pdground
2
3
 
3
4
  PDGRound allows you to round a number with an uncertainty using the PDG rounding rules.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pdground
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
data/pdground.gemspec CHANGED
@@ -12,9 +12,8 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ['erjuanpea@gmail.com']
13
13
 
14
14
  spec.summary = 'Round numbers using the PDGRound rounding rules'
15
- spec.description = 'Extend Float class with a pdg_round method which will
16
- round the number following PDGRound rounding
17
- rules'
15
+ spec.description = 'Provides an easy to use function to round any value
16
+ with a given uncertainty following PDG rounding rules'
18
17
  spec.homepage = 'https://gitlab.com/jparaque/pdground'
19
18
  spec.license = 'MIT'
20
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdground
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.P. Araque
@@ -81,9 +81,8 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: |-
84
- Extend Float class with a pdg_round method which will
85
- round the number following PDGRound rounding
86
- rules
84
+ Provides an easy to use function to round any value
85
+ with a given uncertainty following PDG rounding rules
87
86
  email:
88
87
  - erjuanpea@gmail.com
89
88
  executables: