Depreciation 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 348b37e1d5d164efbf894e85cc304f1810707fd2
4
+ data.tar.gz: ff67297b9667f370b5d904763f14d15ae3c11d5b
5
+ SHA512:
6
+ metadata.gz: 1e0567144f4fbe5caf38a0f913885fe9a085fe0833a4ee78cf8c899adc2925e4b9eef1b16b227cac85d9942eaff49c377b5454adaef2cd1bf21827c4617482ff
7
+ data.tar.gz: a2a18e821bddcb49ffe1dd1d1ced9a6653be461e0850343c8d4dd2632e42e8ce9eec29ec51abc3b5619ead741e88a240eb298d28d7856f0384d241ee51f6c8d7
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Depreciation
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: 2017-03-01 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: []