paramore 3.9.0 → 3.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/paramore/types.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 851431003d956d84bd81e2906e91bf7214dec4e545837ecb993da871b7b3d2db
4
- data.tar.gz: f58885155ee86529b7e6fe70e3e02b930a4a20c2e47f3c33a46ca82a3809a781
3
+ metadata.gz: 443c4fd7a430d181af1f221f8e2f8d162cde504112ccafa80e7d672445add93d
4
+ data.tar.gz: 8557e290f05dcc0654a5bcbb55b2832d41ea0d98ac171bd3e29939a1d9312e4f
5
5
  SHA512:
6
- metadata.gz: ff41680f998907900897575c33276aa6c11e1027124b7844851996f6969edcac24904b0bc641a55379d47a66ccbab36b0319461b5cd408d570dafe31ae445007
7
- data.tar.gz: 1184372ed73019ab06d2ad0c27937e42bfcc9c474d7c54abb784a2cd1f7630fc957eb052810d557f7c62699f03cbd49a12be3a21a7ff2ebe25e35df35c49172b
6
+ metadata.gz: d86cf6d7f77328271d2bc82beebf700ccb70c7303b77654342a20e7087a4d22da5779bdfcae8e64624b1f04316f0f15472385234a4668bcfdbf7f5ba88760379
7
+ data.tar.gz: b8f97f9e0dde2c4f646876fb4ac8fea06301fcbe882e4244a088439091464161d873791923dd2415f67a1169c2c1c2851dd5be21323d97f8aab3700bd6e460c8
@@ -27,7 +27,7 @@ module Paramore
27
27
  module Int
28
28
  module_function
29
29
  def [](input)
30
- raise ArgumentError "#{input} is not an integer!" unless input.to_s.match?(/^-{0,1}\d*$/)
30
+ raise ArgumentError, "#{input} is not an integer!" unless input.to_s.match?(/^-{0,1}\d*$/)
31
31
 
32
32
  input.to_i
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paramore
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Kairevičius
@@ -115,7 +115,7 @@ licenses:
115
115
  - MIT
116
116
  metadata: {}
117
117
  post_install_message: |
118
- Thank you for installing Paramore 3.9.0 !
118
+ Thank you for installing Paramore 3.9.1 !
119
119
  From the command line you can run `paramore` to generate a configuration file
120
120
 
121
121
  More details here : https://github.com/lumzdas/paramore/blob/master/README.md