bright_serializer 0.1.0 → 0.1.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +1 -1
- data/bright_serializer.gemspec +2 -2
- data/lib/bright_serializer/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 66d2b2229c0eeb734471ecc020e89ed4fb9046790683758688a17b9bf15c4810
|
|
4
|
+
data.tar.gz: be732a5bc2a0f9ffec0dd41cfdab67ebdd65441c43ee9cf59945d863b29b7f08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 885d120ebade43457feea87a3f325cd4eaefd44070eedf13222a466824e44c0cd2a597161ac95c0bf5187955c201bcba7422f1bb1084851e01cc098f8e32b6e9
|
|
7
|
+
data.tar.gz: 21b5fa304294af30334c49bb5098e022615ab1c279437ee8d5cfbcbd1cfcab2a02612bebb8c675467eda4b5f9af72f758698557e21daac656fae5dba98283f33
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/bright_serializer.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ['Jean-Francis Bastien']
|
|
11
11
|
spec.email = ['jfbastien@petalmd.com']
|
|
12
12
|
|
|
13
|
-
spec.summary = '
|
|
14
|
-
spec.description = '
|
|
13
|
+
spec.summary = 'Light and fast Ruby serializer'
|
|
14
|
+
spec.description = 'BrightSerializer is a minimalist implementation serializer for Ruby objects.'
|
|
15
15
|
spec.homepage = 'https://github.com/petalmd/bright_serializer'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
spec.required_ruby_version = '>= 2.5'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bright_serializer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Francis Bastien
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '3.0'
|
|
83
|
-
description:
|
|
83
|
+
description: BrightSerializer is a minimalist implementation serializer for Ruby objects.
|
|
84
84
|
email:
|
|
85
85
|
- jfbastien@petalmd.com
|
|
86
86
|
executables: []
|
|
@@ -129,5 +129,5 @@ requirements: []
|
|
|
129
129
|
rubygems_version: 3.1.2
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
|
-
summary:
|
|
132
|
+
summary: Light and fast Ruby serializer
|
|
133
133
|
test_files: []
|