fast_ostruct 1.0.0.pre.alpha.1 → 1.0.0.pre.beta.1

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: ed10c73a7bbd13261e7ceee225cae1b1a38d92cbdd43a6be2a8e95f061659830
4
- data.tar.gz: 0c8a054cddf3955944c5763944f424e2eb16536ca3d7cb76c5efefea868bb376
3
+ metadata.gz: 9502e2ecb7219a23128b6d4991c3e6c8c6aed3d4366630e997089acda781a1cd
4
+ data.tar.gz: 7c201bcf3996841ad07e2ae569f06d2d36620fd997cb0f67782dfcd9dc1cf720
5
5
  SHA512:
6
- metadata.gz: 18d94168b2f35b5f49856686b8df0f8e33a434f68380e467b063a69287d8fb1822af47247c6fb59cd607feaebbef4c38a3fe526b07bf5a6a776e2cd4ead06c7f
7
- data.tar.gz: e1413fbd90c3968118d6613e5ac6dd96efd74adf5081158a330d03df628b6dcd91a9942ad01328a402c58920b27975c06917a31b2bb51b5424922e7894e7f7b4
6
+ metadata.gz: 178354cbf080dda94623c737de76dd4f4c1836e561995ba775febcdace89a1e1c2297a0f5c625f3d975c1720f5ded22e675487f7793d7b44ea725400251978b9
7
+ data.tar.gz: 7aa334c603be1cf95e39ca12bf26285f503e359c1be2ecf9dcad67889ce52e48f59cfd1d7245e4958774bb20337cb4d8f3591a80ccb971c9d6234380e5fd84da
@@ -20,7 +20,7 @@ jobs:
20
20
 
21
21
  publish:
22
22
  needs: [test]
23
- # if: github.ref == 'refs/heads/main'
23
+ if: github.ref == 'refs/heads/main'
24
24
  runs-on: ubuntu-latest
25
25
  steps:
26
26
  - uses: actions/checkout@v3
data/lib/fast_ostruct.rb CHANGED
@@ -4,7 +4,7 @@ require 'json'
4
4
  require 'set'
5
5
 
6
6
  class FastOpenStruct
7
- VERSION = '1.0.0-alpha.1'
7
+ VERSION = '1.0.0-beta.1'
8
8
 
9
9
  INITIALIZE_OPTIONS = { deep_initialize: true }.freeze
10
10
  ATTRIBUTES_OPTIONS = { symbolize_keys: false }.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_ostruct
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha.1
4
+ version: 1.0.0.pre.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Washington Silva