microsoft_kiota_authentication_oauth 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a07ddabc9dfb2b9f2b86385c53072f7e8802ac46bda430eb215ab276056994b4
4
+ data.tar.gz: db08ac4310a035920f6cb34dda715eb05c82f50d551089d4d24b5dcfeac65b33
5
+ SHA512:
6
+ metadata.gz: 662154dc8faaccd5e1fdcaabaa0347f625ca66c9f3d782cf344b315caf1814f696a4f3ab3e1fa997066f8d0dfa211543a41e2f28dfd49d86e4586df9844b76a0
7
+ data.tar.gz: f6c0fd2162a4bf083256cf344caf6357f32979f1af9a7eb3b220de09541f0c12be48a7162d50938a1c3f118a5056ba117bdbbccd11799543d50ba85b988b9f3b
@@ -0,0 +1,5 @@
1
+ class Hola
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: microsoft_kiota_authentication_oauth
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Devansh Batham
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: asm0d3us@devansh.xyz
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/microsoft_kiota_authentication_oauth.rb
20
+ homepage: https://rubygems.org/gems/microsoft_kiota_authentication_oauth
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.3.5
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Hola!
43
+ test_files: []