Sha256: 099121eb03b837f0aaef4c8cc5367bf1f757b9d2651ca209d693e19bcf4bc0d3
Contents?: true
Size: 1.76 KB
Versions: 0
Compression: gzip
Compressed size: 831 Bytes
Stored size: 831 Bytes
Contents
--- !ruby/object:Gem::Specification name: alba version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - OKURA Masafumi autorequire: bindir: exe cert_chain: [] date: 2021-04-15 00:00:00.000000000 Z dependencies: [] description: Alba is designed to be a simple, easy to use and fast alternative to existing JSON serializers. Its performance is better than almost all gems which do similar things. The internal is so simple that it's easy to hack and maintain. email: - masafumi.o1988@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/main.yml" - ".gitignore" - ".rubocop.yml" - ".yardopts" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - LICENSE.txt - README.md - Rakefile - alba.gemspec - benchmark/local.rb - bin/console - bin/setup - gemfiles/all.gemfile - gemfiles/without_active_support.gemfile - gemfiles/without_oj.gemfile - lib/alba.rb - lib/alba/association.rb - lib/alba/key_transformer.rb - lib/alba/many.rb - lib/alba/one.rb - lib/alba/resource.rb - lib/alba/version.rb - sider.yml homepage: https://github.com/okuramasafumi/alba licenses: - MIT metadata: homepage_uri: https://github.com/okuramasafumi/alba source_code_uri: https://github.com/okuramasafumi/alba changelog_uri: https://github.com/okuramasafumi/alba/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.14 signing_key: specification_version: 4 summary: Alba is the fastest JSON serializer for Ruby. test_files: []