synthetic-ruby 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4b0b2924ef42f2f171825a8f5452bce54f2ac55ca650f9e94c2ffdf8aeb6eb18
4
+ data.tar.gz: d6e5d03d0ff2048213879dd4a19829412267aaaffd15ba1d4547ee65eb27eff8
5
+ SHA512:
6
+ metadata.gz: b2993f3a13c1a36f449a02b57924afeb32aa4622d382d05ac99f7e3b05a47301fefd37314d21fdba3626dc2e46b3069648a2fc6caf8d61b51631936622cffdc2
7
+ data.tar.gz: 53f7a6651bbeb4b7b592a98ee595955d8e74ab5cd0c78f8e2571041f4c1303c77f0908a9538f3ad3997bccf5db932dcbe5b31729a326ae233998f7b1a20f909d
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'synthetic-ruby/version'
4
+
5
+ module SyntheticRuby
6
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module SyntheticRuby
4
+ VERSION = '0.0.1'
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: synthetic-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Lin Yang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-05-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Synthetic Ruby
14
+ email:
15
+ - github@linyang.me
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/synthetic-ruby.rb
21
+ - lib/synthetic-ruby/version.rb
22
+ homepage: https://github.com/lyang/synthetic-ruby
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ homepage_uri: https://github.com/lyang/synthetic-ruby
27
+ source_code_uri: https://github.com/lyang/synthetic-ruby
28
+ changelog_uri: https://github.com/lyang/synthetic-ruby/CHANGELOG.md
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '2.6'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.1.6
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Synthetic Ruby
48
+ test_files: []