depreciationCalculator 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.
- checksums.yaml +7 -0
- metadata +42 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 6a3fc43c60817ce1baa99bd7319a8f0b35fe1707
|
|
4
|
+
data.tar.gz: 4df873a9216fcd9497c2e13a3517ccb50ef118da
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 4d404853a93c43031bf25ed9c74152c04fa422e1d5583b74454689a8263460f75b1eac031f50f880e9fcec4cb16baf733f6f93ebc268993da32ff67b77ceb006
|
|
7
|
+
data.tar.gz: 8cf3f0555fb314f6461336acf719f7a1cc4535cc41a8f52ea5721f0e8ee1a1b2769668e8cad5cd3baecfb3361899bfabcd03d39ec8f6b636e4e2900d81598bcb
|
metadata
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: depreciationCalculator
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Mukul Gopinath
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2018-04-21 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Estimate the price of the used car based on the condition
|
|
14
|
+
email: x17123739@student.ncirl.ie
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files: []
|
|
19
|
+
homepage: http://rubygems.org/gems/depreciation
|
|
20
|
+
licenses: []
|
|
21
|
+
metadata: {}
|
|
22
|
+
post_install_message:
|
|
23
|
+
rdoc_options: []
|
|
24
|
+
require_paths:
|
|
25
|
+
- lib
|
|
26
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
27
|
+
requirements:
|
|
28
|
+
- - ">="
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
version: '0'
|
|
31
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
requirements: []
|
|
37
|
+
rubyforge_project:
|
|
38
|
+
rubygems_version: 2.5.2
|
|
39
|
+
signing_key:
|
|
40
|
+
specification_version: 4
|
|
41
|
+
summary: Calculate the depreciated value of the car based on the parameters
|
|
42
|
+
test_files: []
|