jishan_fast_track_gem 0.1.12 → 0.1.13
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 +4 -4
- data/README.md +8 -8
- data/bin/jishan_solar_rebate +2 -0
- data/lib/jishan_fast_track_gem.rb +1 -1
- data/lib/jishan_fast_track_gem/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f64eba00a1433661823e20a32f1c75abbd03655249dcd4e31920a0f90232842
|
4
|
+
data.tar.gz: 58efb93f674470f24eab69c7af2cfadd034c310d95ebbd9f842f110417378154
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0340ba5c291065a9af02fa65da465b3d0994f60e95416d1d1d92a40ba1c41bfbfd35cb92a596d1b88c00f45a13192712bc95ddbbeb7ebff9bdd8ef4ecd5b2b7b
|
7
|
+
data.tar.gz: cb7d8c457e8449bb55bfa59eaca3501eda1dc8ed98a0cd46cfc646e3a0a3b5f3f8b1b5da968f420dcf123b116b5693ffb37bc6b66ca349b24eab1e5ee7408bbc
|
data/README.md
CHANGED
@@ -4,25 +4,25 @@ Welcome to your new gem! In this directory, you'll find the files you need to be
|
|
4
4
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
7
|
+
## Requirements
|
8
|
+
- Ruby is required to install the Gem
|
9
|
+
|
7
10
|
## Installation
|
8
11
|
|
9
|
-
|
12
|
+
Install the gem on your local system:
|
10
13
|
|
11
|
-
```
|
12
|
-
gem
|
14
|
+
```
|
15
|
+
gem install jishan_fast_track_gem
|
13
16
|
```
|
14
17
|
|
15
18
|
And then execute:
|
16
19
|
|
17
|
-
$
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
+
$ jishan_fast_track_gem
|
20
21
|
|
21
|
-
$ gem install jishan_fast_track_gem
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
25
|
-
|
25
|
+
After executing the program,
|
26
26
|
|
27
27
|
## Development
|
28
28
|
|
@@ -8,7 +8,7 @@ require_relative 'manage_list'
|
|
8
8
|
# Help file includes *comprehensive* instructions which *accurately* describe: steps to install the application; dependencies required by the application; system/hardware requirements; features of the application.
|
9
9
|
|
10
10
|
john = Eligibility_check.new("John")
|
11
|
-
|
11
|
+
john.ower_of_the_property
|
12
12
|
john_files = Files_check.new("John Files")
|
13
13
|
# john_files.income_proof
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jishan_fast_track_gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jishan_Lu
|
@@ -43,6 +43,7 @@ files:
|
|
43
43
|
- bin/console
|
44
44
|
- bin/gemoji
|
45
45
|
- bin/htmldiff
|
46
|
+
- bin/jishan_solar_rebate
|
46
47
|
- bin/ldiff
|
47
48
|
- bin/rake
|
48
49
|
- bin/rspec
|