school_declare 0.1.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +13 -1
- data/bin/declare +0 -0
- data/lib/declare/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00dc71097561b595290bba5b9f9b558e132b21382f9f65bb9e475578a986fc55
|
4
|
+
data.tar.gz: dd2896f66ebddd6a4da9bd370fa0d46ccf8e3ebfcbb2bf9ae06f49b99cc54751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d6c8143cd577f9c39f41a73cab1116c0fbd7b8df52e8e32d36208488540077ae1f926682f173a478e2c680938f234838ccce2b9309888dd8e2cc8bc521114ed
|
7
|
+
data.tar.gz: dd6755caf7cbb2ea4835cd7a170295d7042790b0be2ed1efc54fd6c777e2d73184d2618d8540001d18845221a046c28c7c808db32086e730526d8112de17dd30
|
data/README.md
CHANGED
@@ -6,12 +6,24 @@ It can be run manually or can be connected to a scheduler to run once a day.
|
|
6
6
|
|
7
7
|
## How To Use
|
8
8
|
|
9
|
+
### Using The Gem
|
10
|
+
|
11
|
+
You can use this software as a Ruby gem by downloading it to your machine from Rubygems:
|
12
|
+
|
13
|
+
From the command line:
|
14
|
+
* `gem install school_declare`
|
15
|
+
|
16
|
+
In your `Gemfile`:
|
17
|
+
* `gem 'school_declare'`
|
18
|
+
|
19
|
+
### Using The Code
|
20
|
+
|
9
21
|
To use the automation script locally on your machine:
|
10
22
|
|
11
23
|
* Clone the repository
|
12
24
|
* Run `bundle install`
|
13
25
|
* Update the values in `.env.sample` and rename it to `.env`. (See (Environment Variables)[#environment-variables] for a description of the values)
|
14
|
-
* Run `bundle exec ruby declare
|
26
|
+
* Run `bundle exec ruby bin/declare`
|
15
27
|
* The script will output `Sent from successfully` or report what went wrong at the conclusion of its execution
|
16
28
|
|
17
29
|
### Environment Variables
|
data/bin/declare
CHANGED
File without changes
|
data/lib/declare/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: school_declare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Greenberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A gem to help send the daily health forms for Israeli schools using the
|
14
14
|
tik-tak platform.
|
@@ -45,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
|
-
|
49
|
-
rubygems_version: 2.7.8
|
48
|
+
rubygems_version: 3.1.4
|
50
49
|
signing_key:
|
51
50
|
specification_version: 4
|
52
51
|
summary: Automate the sending of health declaration forms for Israeli schools.
|