school_declare 0.1.0 → 0.1.1
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 +13 -1
- 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: a9c4dbc786362a6bbbd89377166f285bdf5c22b04ac77d84d15527e9c3eed82f
|
|
4
|
+
data.tar.gz: 4fd1c6f6c22a20a40d503fb8ee325b13827d90bf39bbb9b27d12cdff62fe02fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ec5358199512ac7abef266941cf912f3519a6776baa1ea5a385c7640b5e9e1820d99fb0844ad677dcb79d3ffc9773cd5232e6f0fd5b214165f54644640c8b75
|
|
7
|
+
data.tar.gz: 4c08c9c5fffb6d1456c74c518be287773ae21365ca362cb1d8f23e1f2ec220bb088597513d01b534f3a43b3a56bf968fb03b891ca0ffc7c4a64da8bb4b97fbc3
|
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/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.1.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-16 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.
|