example_maeasy 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/MaEasyClass.rb +6 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fa5282e59dbf05639372364619c600dce2fa93accac61aa658b04a3cb2d1ce2d
4
+ data.tar.gz: 72fc165fa870698e8e0b262e8b933e1dec3214d24bb9cd02e025563ca6c6e608
5
+ SHA512:
6
+ metadata.gz: e2ea3c599baaa1fd6d68e83cb88c0abd4690a33f5c1deb3b81376fd86d95337f59cbf56c075f1d2e16416a1fdd786e5c9fbc7923568e192ce8c0640cae578e61
7
+ data.tar.gz: d398c97af37271bbf8d36e44ad81222dbdb2c896b934c4231a776b861c53d6542483845b83e60278bce1760c4c25dbf11eebf2210dcfcdaa5e7d4fe7815f6dac
@@ -0,0 +1,6 @@
1
+ class MaEasyClass
2
+
3
+ def initialize
4
+ puts "HelloWorld"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: example_maeasy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - makaresy
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-03-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Much longer explanation of the example!
14
+ email: makaresy@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - MaEasyClass.rb
20
+ homepage: https://rubygems.org/gems/example
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/example/example
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: This is an example!
45
+ test_files: []