elsmore 0.3.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5ea0ee5842f11d5c686b5904b963cccb7e55c5e
4
- data.tar.gz: 41422ea9b6381c4d2f7e873c3e3b198dd66bfe2d
3
+ metadata.gz: 248318ebfb1617608d4947b82312631cf1937df2
4
+ data.tar.gz: e54a7e612c3c8673331073a76e9006684318f408
5
5
  SHA512:
6
- metadata.gz: 06daf64396d3cef4e3fdb65d942d668161959af0eeb2f7b426804d8cc76bcfa66f1cdae19f35a4de1e8da41fe7a9e1a3d98c4c0333618f6217269d7113805ad9
7
- data.tar.gz: 746aa284b811bfe5670f495a5a95491449d48628e3b4fd067e915fc55618625d11dcec60f5643d90c4db98951068f97a8848e5bdb458efbf93479d5a76c9ecc5
6
+ metadata.gz: 737dca4ab13d0317bbc74291291a685c7b5625edaa610734bdf85d75a209e896dbd7478a66f207faa6f9dab21b50e6f128ff699eae1e9ef3158c343f208393ee
7
+ data.tar.gz: d6964cb506cdbbbffbef406cd4da9e0ee3c6d724a490a846e004e8a1dba78c8b01274ecb7b8771505053d25887b1bbb9ca63f045654af66a6ad13af0bd1560cb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elsmore (0.3.0)
4
+ elsmore (0.3.1)
5
5
  awesome_print
6
6
  colorize
7
7
  commander
data/README.md CHANGED
@@ -1 +1,17 @@
1
- # Work in Progress
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
@@ -1,3 +1,3 @@
1
1
  module Elsmore
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elsmore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cristiano Betta