transmutation 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/transmutation/version.rb +1 -1
- data/transmutation.gemspec +35 -0
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f291b37c957ebb47d6d08fc4591d62b93f3cc03cd5bd6ca10dccaa2ad53e140e
|
4
|
+
data.tar.gz: a8df9a22118a10a20112555378756866bbe190ac6f643f7f24089f8327a3bfb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50b1f81caaec7a83824e872d206843ebccd8e2bb143deedb64ffe7d512c2a0c8f8a22731be42f76ee5b10b4ceb249113005ca1246b90a75b0e136af24c2fc090
|
7
|
+
data.tar.gz: 5f66985fbddc2ac6251ee38595dc8c0345e1d8b11d9c36813dc93f86123b10529e045509dffd570bbc44eeb6903e5813f3f1e1f325a6581d61d04c8ed4291f3a
|
data/Gemfile.lock
CHANGED
@@ -0,0 +1,35 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "lib/transmutation/version"
|
4
|
+
|
5
|
+
Gem::Specification.new do |spec|
|
6
|
+
spec.name = "transmutation"
|
7
|
+
spec.version = Transmutation::VERSION
|
8
|
+
spec.authors = %w[nitemaeric borrabeer]
|
9
|
+
spec.email = %w[daniel@spellbook.tech worapath.pakkavesa@spellbook.tech]
|
10
|
+
|
11
|
+
spec.summary = "Ruby JSON serialization library"
|
12
|
+
spec.homepage = "https://github.com/spellbook-technology/transmutation"
|
13
|
+
spec.license = "MIT"
|
14
|
+
spec.required_ruby_version = ">= 3.0"
|
15
|
+
|
16
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
17
|
+
spec.metadata["source_code_uri"] = "https://github.com/spellbook-technology/transmutation"
|
18
|
+
spec.metadata["changelog_uri"] = "https://github.com/spellbook-technology/transmutation/CHANGELOG.md"
|
19
|
+
|
20
|
+
# Specify which files should be added to the gem when it is released.
|
21
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
22
|
+
spec.files = Dir.chdir(__dir__) do
|
23
|
+
`git ls-files -z`.split("\x0").reject do |f|
|
24
|
+
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
|
25
|
+
end
|
26
|
+
end
|
27
|
+
spec.bindir = "exe"
|
28
|
+
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
29
|
+
spec.require_paths = ["lib"]
|
30
|
+
|
31
|
+
spec.add_dependency "zeitwerk", "~> 2.6.15"
|
32
|
+
|
33
|
+
# For more information and examples about making a new gem, check out our
|
34
|
+
# guide at: https://bundler.io/guides/creating_gem.html
|
35
|
+
end
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: transmutation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nitemaeric
|
8
8
|
- borrabeer
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
12
|
date: 2024-06-05 00:00:00.000000000 Z
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 2.6.15
|
28
|
-
description:
|
28
|
+
description:
|
29
29
|
email:
|
30
30
|
- daniel@spellbook.tech
|
31
31
|
- worapath.pakkavesa@spellbook.tech
|
@@ -54,6 +54,7 @@ files:
|
|
54
54
|
- lib/transmutation/serializer.rb
|
55
55
|
- lib/transmutation/version.rb
|
56
56
|
- sig/transmutation.rbs
|
57
|
+
- transmutation.gemspec
|
57
58
|
homepage: https://github.com/spellbook-technology/transmutation
|
58
59
|
licenses:
|
59
60
|
- MIT
|
@@ -61,7 +62,7 @@ metadata:
|
|
61
62
|
homepage_uri: https://github.com/spellbook-technology/transmutation
|
62
63
|
source_code_uri: https://github.com/spellbook-technology/transmutation
|
63
64
|
changelog_uri: https://github.com/spellbook-technology/transmutation/CHANGELOG.md
|
64
|
-
post_install_message:
|
65
|
+
post_install_message:
|
65
66
|
rdoc_options: []
|
66
67
|
require_paths:
|
67
68
|
- lib
|
@@ -76,8 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
77
|
- !ruby/object:Gem::Version
|
77
78
|
version: '0'
|
78
79
|
requirements: []
|
79
|
-
rubygems_version: 3.
|
80
|
-
signing_key:
|
80
|
+
rubygems_version: 3.5.9
|
81
|
+
signing_key:
|
81
82
|
specification_version: 4
|
82
83
|
summary: Ruby JSON serialization library
|
83
84
|
test_files: []
|