calculator4321 1.0.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/lib/calculator.rb +8 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d2ec724aaffdf1b2be5fa0ce0eb71fac8326772e3a1029cea2b257746446521f
4
+ data.tar.gz: bbb58781d56c4d5c6436cc72bbdb09f8185d37229ef44ef79c2b268141859a08
5
+ SHA512:
6
+ metadata.gz: 187ce9be926fd98da8610cd086d0dde5b48a069c3ba1a43c35ead919f515e7b8c28a32234b672916e3a8ac828d8b0c759fdd23ebecb22448169d01cd83432242
7
+ data.tar.gz: 686d3d5dbd3aa390412b056baf9322b215bc02330640650c256773be36dfe410f23c29b26e0b34d40c43eb2353a7a2615c59772c55929d2fc0c8246bda36362f
data/lib/calculator.rb ADDED
@@ -0,0 +1,8 @@
1
+ class Calculator
2
+ def self.sub()
3
+ puts "A-B"
4
+ end
5
+ def self.add()
6
+ puts "A+B"
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: calculator4321
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - ravishankar.yadav
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-11-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Trying to raise the conflict
14
+ email:
15
+ - ravi.yadav@techigai.io
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/calculator.rb
21
+ homepage: https://rubygems.org/gems/calculator4321
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
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: 2.6.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.25
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: This is a Calculator
44
+ test_files: []