activeyaml 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/activeyaml.rb +5 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 511d410316cf0b91016295f1176579c3ea2bea9c04dffcd02aab393636611b0a
4
+ data.tar.gz: 5cbc53ab2e96cbb525826d8a46b19f53306113dc40a8f87c225715eb6c554384
5
+ SHA512:
6
+ metadata.gz: f969a8b85ec7757825f5e29f3c38b60a614b125178e73afced8fc3029d284db0f95a498ee6edb9a1f20a59eb53d695e6f880207e54a1ce775597d1b14b7d8886
7
+ data.tar.gz: a1c1e6864f3500f1f1a94f06f9aea2b0cccfee230c118fa1d4fb54da70e7096f711561fc4a7082fdcf0916dd04681015026a64c8757b8f26afe5a43562eeae10
data/lib/activeyaml.rb ADDED
@@ -0,0 +1,5 @@
1
+ class ActiveYaml
2
+ def self.hello
3
+ 'hello'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: activeyaml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kirill Leonov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: activeyaml
14
+ email: leonov7632@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/activeyaml.rb
20
+ homepage: https://github.com/leonovk/activeyaml
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ homepage_uri: https://github.com/leonovk/activeyaml
25
+ source_code_uri: https://github.com/leonovk/activeyaml
26
+ documentation_uri: https://github.com/leonovk/activeyaml
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 3.1.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.4.22
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: activeyaml
46
+ test_files: []