website_information 0.1.0 → 0.2.0
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/.env.sample +2 -0
- data/README.md +5 -1
- data/lib/website_information/params/site.rb +5 -0
- data/lib/website_information/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1f618f87459edd9a2fb37519d16c064015c7576
|
4
|
+
data.tar.gz: ff4cad05a64d9758d26b03a3fb93551b13bf1180
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d52522bae8b866c2e4798c39d9a78019580e0f26eea8e13b6e30e860488240ca2ddb35097409f8d44f8bd1274a84245aa0d9d4291a9ebbfee43fa04f537a1d2f
|
7
|
+
data.tar.gz: adb81f57b949f6d7141ab9e1e05a6822af3989c2356268d31d9d4cfb1caf50b4c193b58acc607cf8f06eb64d3661ae754232a019d15b682c362a45f4b86effe0
|
data/.env.sample
ADDED
data/README.md
CHANGED
@@ -20,6 +20,10 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
$ gem install website_information
|
22
22
|
|
23
|
+
Please set an environment variable if you want to use site capture.
|
24
|
+
|
25
|
+
$ export CAPTURE_URL=/* site capture service url*/
|
26
|
+
|
23
27
|
## Usage
|
24
28
|
|
25
29
|
```
|
@@ -31,7 +35,7 @@ scraped_params.title
|
|
31
35
|
|
32
36
|
## Contributing
|
33
37
|
|
34
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
38
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/miraoto/website_information. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
35
39
|
|
36
40
|
## License
|
37
41
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: website_information
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- miraoto
|
@@ -87,6 +87,7 @@ executables: []
|
|
87
87
|
extensions: []
|
88
88
|
extra_rdoc_files: []
|
89
89
|
files:
|
90
|
+
- ".env.sample"
|
90
91
|
- ".gitignore"
|
91
92
|
- ".rspec"
|
92
93
|
- ".travis.yml"
|