tantiny-in-memory 1.0.1 → 1.0.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: 577d79387dc5197ff36159562f26fa1f199afdbf7633efa6386c85df977d3f10
4
- data.tar.gz: e09fdfe75226128d81b38cd149baaf2f8db5350573d672d13e308618a74ff817
3
+ metadata.gz: e23b6fa549c8adbed998d83708a05d5d52b4e1f30dee32a2db74237b395b085f
4
+ data.tar.gz: 0c76af9bbc305a4fa43a592e2d13aa6e879908821c3b075710418c3ee81c2cb9
5
5
  SHA512:
6
- metadata.gz: 950ee4f1e27526e13a9fdef3d4b3ee1b48020907edc0020cd99cbe5440250d9b64014483c6d46cc2ff946bae28ba8384e907fe620de873a373bb5c644e62d62e
7
- data.tar.gz: 5a90ca010746ea830cd76c029681e98b825dfa5a01141a4d949cccb703d2f565c9cff3925a45e79256d5bff45223e6c905022705e6549dc6311f770936a9020a
6
+ metadata.gz: e5ac4fa4a741bb14325df161a6725061d7194350468e1ae2021fbfca47048aa156c971c788a90629ab363393a4d5f0426da7fe15a5f8f3d8eb08d8c8af17cc04
7
+ data.tar.gz: b000b1f7400193fb83b96a765f94ffca2f56195cf04b026bd225000bc8044be17109e462fdec6c7f43257437968d578fb8029a19eea6e6ca36bc9e4322e9e6c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.1...v1.0.2) (2023-09-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * autoloading tantiny ([cdd54ea](https://github.com/a-chris/tantiny-in-memory/commit/cdd54ea7edf1db2de33bdd2e4e43d0f63a90b170))
9
+
3
10
  ## [1.0.1](https://github.com/a-chris/tantiny-in-memory/compare/v1.0.0...v1.0.1) (2023-09-04)
4
11
 
5
12
 
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "tantiny"
3
- version = "1.0.1" # {x-release-please-version}
3
+ version = "1.0.2" # {x-release-please-version}
4
4
  edition = "2021"
5
5
  authors = ["Alexander Baygeldin"]
6
6
  repository = "https://github.com/baygeldin/tantiny"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tantiny
4
- VERSION = "1.0.1" # {x-release-please-version}
4
+ VERSION = "1.0.2" # {x-release-please-version}
5
5
  end
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "tantiny"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tantiny-in-memory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Toscano
@@ -96,6 +96,7 @@ files:
96
96
  - bin/setup
97
97
  - ext/Rakefile
98
98
  - lib/.rbnext/3.0/tantiny/schema.rb
99
+ - lib/tantiny-in-memory.rb
99
100
  - lib/tantiny.rb
100
101
  - lib/tantiny/errors.rb
101
102
  - lib/tantiny/helpers.rb