active_uxid 1.0.7 → 1.0.8

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
  SHA1:
3
- metadata.gz: 5591852e4fc7ad73580cfc24f30e148b06414239
4
- data.tar.gz: bb20521689e1c59c502b576c16e5791b96252d37
3
+ metadata.gz: 1b5b6721d6b1f83c47fa28d220b06eb22919550e
4
+ data.tar.gz: 1a99d9f8343e0b3d86988bccc37e3bdcdf5af449
5
5
  SHA512:
6
- metadata.gz: dc06dfd7c88071a873ef3b1ee7a0dce5e1aff6dd2ca2f333b02b3d475fdeeada8d1889a015a5840b0f631145908e3dd6145f4cdecc92d07e4560b75d3ecfcff7
7
- data.tar.gz: e7c235a3943aedf6ed806460441bc716bbcc6c735dba1d07a9b61a2c64c0c5902f24acc2cb6c1c90aa4d6126b9927f3e6faa195daa0f67e178a373a0b45dae92
6
+ metadata.gz: e0a6a4ce550a3b9101fb3e35774d484edba61d26cce59c32b7a0e6df2b733419f0bebbf7253a9e547e55f7bbffde83461f52b9b86c81b87eaaaab6c9b51edfbd
7
+ data.tar.gz: d98d69338c232c0790dd8a4e99cf36264aedc479403256bb921d5a468b7e31b83093ff1b76d34e970b4d8c0133e0b4928bdcb042cdedda4128a2409c41022c8c
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveUxid
4
- class Ulid < ActiveUxid::Base
4
+ class Ulid
5
5
 
6
6
  ENCODING_CHARS ||= ActiveUxid.configuration.encoding_chars
7
7
  ENCODING_LENGTH ||= ActiveUxid.configuration.encoding_length
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRegulation
4
- VERSION ||= '1.0.7'
4
+ VERSION ||= '1.0.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_uxid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez