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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -1
  3. data/lib/declare/version.rb +1 -1
  4. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47caee8491f7c247ecc3e54591506453714bedbaac022fa939a648499ca42848
4
- data.tar.gz: 6ef581d6a8bb8d98eb4443894b84a7f620b96882d7f6a1ec9806a10ff82abe20
3
+ metadata.gz: a9c4dbc786362a6bbbd89377166f285bdf5c22b04ac77d84d15527e9c3eed82f
4
+ data.tar.gz: 4fd1c6f6c22a20a40d503fb8ee325b13827d90bf39bbb9b27d12cdff62fe02fa
5
5
  SHA512:
6
- metadata.gz: 25d6abb2bde7eec3a4cb46641eb8f5234c0caacafb7d5d7ac3a15c5c99bda638cb91dff00bfc471176297af3f5d6f07314b13ad3079ca69a25e2a52ec95fc94a
7
- data.tar.gz: 65b970525673174a180d0275c4e37372fb171e6390add635d082180dbec25445af1401a183f519b32993e9ce6b6a1c1391b09df9d9094ca8a4d2f4fb999b93fe
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.rb`
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
@@ -1,3 +1,3 @@
1
1
  module Declare
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
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.0
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-15 00:00:00.000000000 Z
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
- rubyforge_project:
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.