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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47caee8491f7c247ecc3e54591506453714bedbaac022fa939a648499ca42848
4
- data.tar.gz: 6ef581d6a8bb8d98eb4443894b84a7f620b96882d7f6a1ec9806a10ff82abe20
3
+ metadata.gz: 00dc71097561b595290bba5b9f9b558e132b21382f9f65bb9e475578a986fc55
4
+ data.tar.gz: dd2896f66ebddd6a4da9bd370fa0d46ccf8e3ebfcbb2bf9ae06f49b99cc54751
5
5
  SHA512:
6
- metadata.gz: 25d6abb2bde7eec3a4cb46641eb8f5234c0caacafb7d5d7ac3a15c5c99bda638cb91dff00bfc471176297af3f5d6f07314b13ad3079ca69a25e2a52ec95fc94a
7
- data.tar.gz: 65b970525673174a180d0275c4e37372fb171e6390add635d082180dbec25445af1401a183f519b32993e9ce6b6a1c1391b09df9d9094ca8a4d2f4fb999b93fe
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.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
File without changes
@@ -1,3 +1,3 @@
1
1
  module Declare
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.2.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.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-15 00:00:00.000000000 Z
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
- 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.