edgarj 0.01.20 → 0.01.21
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/app/controllers/edgarj/edgarj_controller.rb +1 -0
- data/config/settings.yml +4 -0
- data/lib/edgarj/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 317f70ed3709d6a35763886431d0f77ff2ca7e3d
|
|
4
|
+
data.tar.gz: 14fdce26cd0837305697830c4151bf6ae9f5106c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4363e3aea59fefe7e6705b9851239d0a64819ff13aaa516fc0f525d4ef2fa06d6bbd4da3dbc2351e7657e17826e38f131d7374410e6669fd463668d3cd72e552
|
|
7
|
+
data.tar.gz: 0a4b1b3ae101acf955e47bdae2afc3374b894bfa8f97c58a404d28a5b0b479b4b435b5a1307dcd44cb3ac820bd9d939c69194ca3179854b016e07ab326ebc869
|
data/config/settings.yml
CHANGED
|
@@ -3,4 +3,8 @@ edgarj:
|
|
|
3
3
|
time_zone_for_timestamp_comparison: '9'
|
|
4
4
|
work_dir: <%= Rails.root + 'tmp/edgarj' %>
|
|
5
5
|
csv_dir: <%= Rails.root + 'tmp/edgarj/csv_download' %>
|
|
6
|
+
|
|
7
|
+
# After creating temporary csv download file, set the permission
|
|
8
|
+
# to the file. Default is that only owner read+write.
|
|
9
|
+
csv_permission: 0600
|
|
6
10
|
_overwrite_test: 'hello'
|
data/lib/edgarj/version.rb
CHANGED