fast_ostruct 1.0.0.pre.alpha.1 → 1.0.0

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
  SHA256:
3
- metadata.gz: ed10c73a7bbd13261e7ceee225cae1b1a38d92cbdd43a6be2a8e95f061659830
4
- data.tar.gz: 0c8a054cddf3955944c5763944f424e2eb16536ca3d7cb76c5efefea868bb376
3
+ metadata.gz: 4a550fb9fdce2464d1b4f156eee3538ff7c214b53da5d704a2a54c326433e2fc
4
+ data.tar.gz: e11bde8d2b58a8cf595352a4d814364a2f08b51b5f33eb8404f6a8c2428c14e8
5
5
  SHA512:
6
- metadata.gz: 18d94168b2f35b5f49856686b8df0f8e33a434f68380e467b063a69287d8fb1822af47247c6fb59cd607feaebbef4c38a3fe526b07bf5a6a776e2cd4ead06c7f
7
- data.tar.gz: e1413fbd90c3968118d6613e5ac6dd96efd74adf5081158a330d03df628b6dcd91a9942ad01328a402c58920b27975c06917a31b2bb51b5424922e7894e7f7b4
6
+ metadata.gz: 5d7e83a8427f638bbc0c75c099a85c29cd9f2f8164fa3b2b0334c60409b9fa0a4bc0c0975974bee51db0b29392232c6f90aa53eb0489727bc5552351c6764a3f
7
+ data.tar.gz: 3306b542370c0ab7d0fa41a3e2ad1b4c5653f70dbb024c2b373f0224412f5e4e22dd6a1e615c5f37178ea07309a9e88c38d5521d201dec9a7e185ee3636a6fba
@@ -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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Fast OpenStruct
2
2
 
3
+ [![FastOpenStruct CI](https://github.com/w-osilva/fast_ostruct/actions/workflows/fast-ostruct_ci.yml/badge.svg)](https://github.com/w-osilva/fast_ostruct/actions/workflows/fast-ostruct_ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/fast_ostruct.svg)](https://badge.fury.io/rb/fast_ostruct)
5
+
3
6
  It was inspirated on [DynamicClass](https://github.com/amcaplan/dynamic_class) gem.
4
7
 
5
8
  The main purpose of this gem is behave like an OpenStruct, but with some extra powers.
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'
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
5
5
  platform: ruby
6
6
  authors:
7
7
  - Washington Silva
@@ -162,9 +162,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  version: '3.0'
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  requirements:
165
- - - ">"
165
+ - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: 1.3.1
167
+ version: '0'
168
168
  requirements: []
169
169
  rubygems_version: 3.1.6
170
170
  signing_key: