wikirofs 0.1.1 → 0.1.2

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: f31bdc955a442f2945582a0b42fd19e6e31da974
4
- data.tar.gz: 8ae39f979a56777ca7635fb31d40dd5dfc543b6d
3
+ metadata.gz: 51923a7608da88056d1f5e5c864a37425e2936e8
4
+ data.tar.gz: 8a7647a412b0a38da7eaafe693635894b7bed907
5
5
  SHA512:
6
- metadata.gz: 5ccf66880e03854a5241418da5d827f5e7818b83f7a85d72ebb581fa1c384bf02719c7d5edb7a979654d3519d78cbbc4c4ee4b92df00838b0c2c38b3a26115e2
7
- data.tar.gz: d6f7f4c1792ae7f9ab561714cf0c0e353f2580c12fb60a16b9d469b693e056fe2ad956e1925f240487269854f85d3a664ca1014b8a0ff0e61b36ace50072e060
6
+ metadata.gz: 83f828e616f23708c9232ae54f7cf320171678f9b46f6c313925c3ca81afcfc453f939098a70d1b8ec3b7307c4d82d6c3b3db8d8b9e348e07da8e6e9a1ec1fc1
7
+ data.tar.gz: 873ca0af45d300c36a89b516336c111ca4a46beef418bd6e907e3abb3b2912d86da5b48e085f5f6556d509cd7074a0a78855272e9f87f70400b64757f978267b
data/bin/mount.wikiro CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'rfusefs'
3
- require './wikipedia.rb'
3
+ require '../wikipedia.rb'
4
4
 
5
5
  class WikiNgFS
6
6
  class WikiFileHandle
@@ -1,3 +1,3 @@
1
1
  module Wikirofs
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wikirofs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Loureiro