elsmore 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +17 -1
- data/lib/elsmore/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: 248318ebfb1617608d4947b82312631cf1937df2
|
4
|
+
data.tar.gz: e54a7e612c3c8673331073a76e9006684318f408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 737dca4ab13d0317bbc74291291a685c7b5625edaa610734bdf85d75a209e896dbd7478a66f207faa6f9dab21b50e6f128ff699eae1e9ef3158c343f208393ee
|
7
|
+
data.tar.gz: d6964cb506cdbbbffbef406cd4da9e0ee3c6d724a490a846e004e8a1dba78c8b01274ecb7b8771505053d25887b1bbb9ca63f045654af66a6ad13af0bd1560cb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1 +1,17 @@
|
|
1
|
-
#
|
1
|
+
# Elsmore
|
2
|
+
|
3
|
+
A fabulous fellow who will fetch entire websites for you and rewrites them to your wishes.
|
4
|
+
|
5
|
+
Might need a bit of a push to get him going.
|
6
|
+
|
7
|
+
```sh
|
8
|
+
gem install elsmore
|
9
|
+
elsmore go fetch [website_url]
|
10
|
+
```
|
11
|
+
|
12
|
+
## Todo
|
13
|
+
|
14
|
+
* Add tests
|
15
|
+
* Add code to limit hops
|
16
|
+
* Add code to limit domains to scrape
|
17
|
+
* Fix bugs in asset rewriting
|
data/lib/elsmore/version.rb
CHANGED