super-app 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.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/super-app.rb +10 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmY0ZDgzMDAwOWMyNDVhM2I1MjcxZjVjOWIzN2Y3N2Y4ZTEzMTBmYg==
5
+ data.tar.gz: !binary |-
6
+ OTlhMWRkMjYwYzBlMDhmYzZlZThhOTg1ODNiZWFjMDQxZWFjYTEzZg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MDE4MDY3MTJjMWJjYjBkZjA2NWNiZDRiOGRkN2ZhZTdkMjA3OGE1OTJmNmEz
10
+ OWJiYWYwMTQyM2JiY2YzYmFkYWNlMmU5ODI1NGFiMTRiZWNjNzcwZWNjNDkx
11
+ Njc5MzEwODNkZmU0MzkxMjdiYzBjNTM3MDE3MTMwODgwZWM5OTM=
12
+ data.tar.gz: !binary |-
13
+ OTZkYTMzNGYzNTA4MWE5ZTRkNjYwNDRjODE2MjE5YjBmYTliNjJmNjBmMTZh
14
+ NmQwMTIxNzVkNzQ0ZDY0MDdjMzIxMTM1Y2FkOThlNDhmYTlkYTFmNDYzYjFk
15
+ MWI2MmUxMzJkZGExMjQxYzI0Nzg0NDZkZmNhMzEzOTNjNGQ2OTU=
data/lib/super-app.rb ADDED
@@ -0,0 +1,10 @@
1
+ # super-app.rb
2
+
3
+ #gem name check
4
+ $ gem list -r my_string_extend_smt
5
+
6
+ class String
7
+ def writesize
8
+ self.size
9
+ end
10
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: super-app
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Marco Gallo
8
+ - Matteo Faralli
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2024-04-04 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: The library opens up the String class and adds a method writesize, which
15
+ returns the size of the string.
16
+ email:
17
+ - marco.gallo@email.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/super-app.rb
23
+ homepage: http://rubylearning.org/
24
+ licenses: []
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.2.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Sinatra with custom middleware for creating any process
46
+ test_files: []