rcompile 0.0.4 → 0.0.5

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: 0b9923e4d9840c2c776de7a2c26ae0e35911b2a6
4
- data.tar.gz: ec2423bb080e4823c2dd7f6ac332477f437e748d
3
+ metadata.gz: 8051aea145e695712af0b686c9d393309194850e
4
+ data.tar.gz: a8d12186dcd33aa9c9879f2317ddbeb112ce9c53
5
5
  SHA512:
6
- metadata.gz: 07ed6d627e49780426411eb148fecf1c052643238478a0f6dd88adde93451e3779783630a00f53bed6ecc2e2980bce485515182efe0a1e924092fa97585e70ea
7
- data.tar.gz: eef4ed9b01aace725c73b743294dc67d2a65bb97da5f483622c4985788299f060b7484aa2e451671b4571b2451cc827332fae1445e7551a1dd05bdf87ae76b24
6
+ metadata.gz: aa2e729446d033dd44deb37d7553569618d05b9795c46862a9ac6b53178a770afdee08a7e49a76c08276eb8dc11a83cd0f050afbc215793268a7049b981ffc1d
7
+ data.tar.gz: 993cc9e929ccf11a1f8d7530d996775a6a1a5419fba2237b7390f5631157976cf95ff8c5c93d7b4b387d777c60890a429d9f930429af987892ae852cc77bfc1b
@@ -131,7 +131,7 @@ module RCompile
131
131
  end
132
132
 
133
133
  def download_html
134
- exec 'wget -H -r -l 10 -k -p -P html -nH localhost:3311'
134
+ exec 'wget -H -r -l 10 -k -p -D localhost -P html -nH localhost:3311'
135
135
  end
136
136
 
137
137
  def prettify
@@ -1,3 +1,3 @@
1
1
  module RCompile
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcompile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson