relaton-3gpp 1.20.0 → 2.0.0.pre.alpha.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: 74bc486a5a0d3e66901c7640aa55f126d9450c51df3bdf89862f5a3b0b691f49
4
- data.tar.gz: fc8f0453409f49844546bf9ab06cea41003bd2cc8fea6a0a397e4be3fe460ecd
3
+ metadata.gz: 8115c4928f5c80d2a7ff35ddb0678d54ef08fcb0ffd2f567d6b2050d1d032300
4
+ data.tar.gz: 911500efaec29a5b822c46ff7a3fb586806c06c4bfe2a6b750288063004de17c
5
5
  SHA512:
6
- metadata.gz: 169902768cd60d092d4928972d9126de1e749ab958645f9eb7b5f383552f0bbaa148ba899a07bf2f09625e760b6625487ee259661b75ce265a699e7e474b65f0
7
- data.tar.gz: 5d80742c1ec0afb5c6c83165ef5adfef79644fe245a7cab2ebd27ee35894c4a4c29f85414fb5e7ab51b6ad1dc888f2a5d0b771aa785babe9dd4d255c024bb13e
6
+ metadata.gz: 5464d1af9db712a9d777fe6bf322c1b086989273dbfead28e4cfc2479d482a6aa16a1bbb6ea966ed49d662c155c4587c9a71ed743f366b9164c3a6b727088c0d
7
+ data.tar.gz: b4947a9a2bd6b0c2f116fb37e7ec4d9cecbc073548c345cd739afed6cb1ac4efc18351c15bd6d27f622d665e63b6d33427d863ed4d061dfea5541b3e819375ce
data/.gitignore CHANGED
@@ -14,3 +14,4 @@ Gemfile.lock
14
14
  .vscode/
15
15
  .rspec_status
16
16
  status_smg_3GPP*
17
+ .claude/settings.local.json
data/.rubocop.yml CHANGED
@@ -7,6 +7,6 @@ require: rubocop-rails
7
7
  inherit_from:
8
8
  - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
9
9
  AllCops:
10
- TargetRubyVersion: 2.7
10
+ TargetRubyVersion: 3.2
11
11
  Rails:
12
12
  Enabled: false
data/bin/console CHANGED
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require "bundler/setup"
5
- require "relaton_3gpp"
5
+ require "relaton/3gpp"
6
6
 
7
7
  # You can add fixtures and/or initialization code here to make experimenting
8
8
  # with your gem easier. You can also use a different console, if you like.