dyndoc-ruby-core 1.5.5 → 1.5.6

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/dyndoc/common/uv.rb +0 -7
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fb6e0f32f5d4c083d5cfabc088dd66daf5253f27934cc7298b0d8a211c36170
4
- data.tar.gz: 9c9409f0ee35b5bf599732c597e51477232c0c5e36f04c0d9b378ad912d14ae2
3
+ metadata.gz: 459de83a35b46aae7f643ec79a5d3fc9983207465d9a796aaefd0b5bc1e7337a
4
+ data.tar.gz: ea2c55f40131ea74ddd2971b5cc1aa471564521a9c8c8d7e5e0bdcc7f1592fc2
5
5
  SHA512:
6
- metadata.gz: 7fd360190c30ac2b18e141a90dd27eb25d788e3090aaf4f0302bc4f038a10bbd5cdd303af28ac18f5ea1fc1f44eec1d9a3d3ad9c7cb71556f7a7597b70a25dff
7
- data.tar.gz: e436d46917f463898664264590dfcabb9ad273fb4654c375983be25a344ea52fd7d6033387a5281eddbe8ea7c1baf3d1922c06ab28af07905a8fa5271c73f0bf
6
+ metadata.gz: a168c47c15841bf0fc8794472a0b7469593bbaffd084f6ab5cd1892f3f62306063e14271320d948e88d1dc5856aa40febb4083e24dc7aaefcefe987beaa45fa9
7
+ data.tar.gz: ddc5b9487404a3adbb1cb9cc46208537ef172678565bc7aa2518c80e0521cd33e88dc4f5ff46f241b06489f68da86fa0210b888a359c3a5e17f0d11780b9b7ba
@@ -1,13 +1,6 @@
1
1
  require 'uv'
2
2
  require 'textpow'
3
3
 
4
- ## fix Textpow::ScoreManager::START_VALUE class supposed to be a Bignum
5
- unless Textpow::ScoreManager::START_VALUE.is_a? Bignum
6
- require 'bigdecimal'
7
- Textpow::ScoreManager.send(:remove_const,:START_VALUE)
8
- Textpow::ScoreManager.const_set(:START_VALUE,(BigDecimal("2") ** ( Textpow::ScoreManager::POINT_DEPTH * Textpow::ScoreManager::NESTING_DEPTH )).to_i)
9
- end
10
-
11
4
  module Uv
12
5
 
13
6
  self.syntax_path=File.join(Dyndoc.cfg_dir[:etc],"uv","syntax")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyndoc-ruby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - CQLS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-25 00:00:00.000000000 Z
11
+ date: 2023-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: configliere