fluent-calculator 0.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.
- checksums.yaml +7 -0
- data/lib/fluent_calculator.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a23a6b68e6890d21ddb60b33f123de35596b37aa06ace1fcb7047f99e538b822
|
4
|
+
data.tar.gz: b3a66dd17769c780dd6a93ef6bc49f6843360e253a1e45f7c30d96eacf1d4699
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 980fe69b57db74fb8fedf6ae51fa7f76485363877ff1f0d1c07236c909c19fd838c3ad17d935aa3a594826d8ccfeb9fdd8ce020cb00a1f3da17900d68f647c74
|
7
|
+
data.tar.gz: 5f3ccfc527cea4d5c6380d09647155b5c0ce64028572f4f738a264180cdbc3f1089a5cfcce50493eb44a331f16fb0b9f0e839635c6a34276cef2147019b46a01
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: fluent-calculator
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Pragya Daga
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-07-29 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple calculator that uses fluent syntax
|
14
|
+
email: pragyadaga07@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/fluent_calculator.rb
|
20
|
+
homepage: https://rubygems.org/gems/fluent_calculator
|
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.2.3
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: A simple calculator inspired by the “Calculating with Functions Kata for
|
43
|
+
JavaScript” on codewars. The goal is to implement a simple calculator which uses
|
44
|
+
fluent syntax
|
45
|
+
test_files: []
|