fast_ostruct 1.0.0.pre.beta.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/lib/fast_ostruct.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9502e2ecb7219a23128b6d4991c3e6c8c6aed3d4366630e997089acda781a1cd
4
- data.tar.gz: 7c201bcf3996841ad07e2ae569f06d2d36620fd997cb0f67782dfcd9dc1cf720
3
+ metadata.gz: 4a550fb9fdce2464d1b4f156eee3538ff7c214b53da5d704a2a54c326433e2fc
4
+ data.tar.gz: e11bde8d2b58a8cf595352a4d814364a2f08b51b5f33eb8404f6a8c2428c14e8
5
5
  SHA512:
6
- metadata.gz: 178354cbf080dda94623c737de76dd4f4c1836e561995ba775febcdace89a1e1c2297a0f5c625f3d975c1720f5ded22e675487f7793d7b44ea725400251978b9
7
- data.tar.gz: 7aa334c603be1cf95e39ca12bf26285f503e359c1be2ecf9dcad67889ce52e48f59cfd1d7245e4958774bb20337cb4d8f3591a80ccb971c9d6234380e5fd84da
6
+ metadata.gz: 5d7e83a8427f638bbc0c75c099a85c29cd9f2f8164fa3b2b0334c60409b9fa0a4bc0c0975974bee51db0b29392232c6f90aa53eb0489727bc5552351c6764a3f
7
+ data.tar.gz: 3306b542370c0ab7d0fa41a3e2ad1b4c5653f70dbb024c2b373f0224412f5e4e22dd6a1e615c5f37178ea07309a9e88c38d5521d201dec9a7e185ee3636a6fba
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-beta.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.beta.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: