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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca51837626b7d4d250dfa50549d228c2c826f190dc247e2a8206849a249185a7
4
- data.tar.gz: 66b5b508aaa63bf8634597b97201818500ba1caf42b20ffe8d4a41b1620c685a
3
+ metadata.gz: 8f64eba00a1433661823e20a32f1c75abbd03655249dcd4e31920a0f90232842
4
+ data.tar.gz: 58efb93f674470f24eab69c7af2cfadd034c310d95ebbd9f842f110417378154
5
5
  SHA512:
6
- metadata.gz: bc87b7e461b08295d9f01387c039d04f077172ba6df55e7dd6df907d8b02518510af2fa2cf053153ec4fcd5e417b1297d767f259f88f781da63d99ca8155a920
7
- data.tar.gz: 4bd9e17a3f38d9cbf59bd6290ff250329333a2e5936b4f3f0f6c9875577b9a46d934a09f892046f8d9980661182f147c3559ede38055eb25d021161d7ea340aa
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
- Add this line to your application's Gemfile:
12
+ Install the gem on your local system:
10
13
 
11
- ```ruby
12
- gem 'jishan_fast_track_gem'
14
+ ```
15
+ gem install jishan_fast_track_gem
13
16
  ```
14
17
 
15
18
  And then execute:
16
19
 
17
- $ bundle install
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
- TODO: Write usage instructions here
25
+ After executing the program,
26
26
 
27
27
  ## Development
28
28
 
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative '../lib/jishan_fast_track_gem'
@@ -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
- # john.ower_of_the_property
11
+ john.ower_of_the_property
12
12
  john_files = Files_check.new("John Files")
13
13
  # john_files.income_proof
14
14
 
@@ -1,3 +1,3 @@
1
1
  module JishanFastTrackGem
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
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.12
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