mincore 0.0.9.3.pre.2 → 0.0.9.3.pre.3
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/README.md +1 -1
- data/mincore.gemspec +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d72758b7386c7e505f24513e9e471c82fa2e9ec
|
4
|
+
data.tar.gz: 4310e0f660b169a3a52cef66223d9dd74d80e432
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74ba53691e1c9b1cc0eea229c00c0f512078c8c0beac5d79bc74bdee4fd1cbbebaaa7583f600c70514719f784c6b6a5fac0432374c62d6351276ee91c3938047
|
7
|
+
data.tar.gz: 613ae2de22b4aac0a1ea4aa6983b7593716d7aa49400edfe950e53bc3ed59a2f8acf31d0aca4f94298645236ecfb3fd2870494554f2a41fcd0270873fe0231d5
|
data/README.md
CHANGED
@@ -18,7 +18,7 @@ This project is heavily inspired from [Feh/nocache](http://github.com/Feh/nocach
|
|
18
18
|
IMPORTANT
|
19
19
|
=========
|
20
20
|
|
21
|
-
Versions <= 0.0.9.2
|
21
|
+
Versions <= 0.0.9.2 have a buggy File.mincore(), 0.0.9.3 and upwards work.
|
22
22
|
|
23
23
|
|
24
24
|
Usage
|
data/mincore.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'mincore'
|
3
|
-
s.version = '0.0.9.3.pre.
|
3
|
+
s.version = '0.0.9.3.pre.3'
|
4
4
|
s.date = '2013-11-19'
|
5
5
|
|
6
6
|
s.homepage = 'http://github.com/noushi/ruby-mincore'
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.description = <<-DESC
|
9
9
|
mincore provides Ruby bindings for Linux cache manipulation,
|
10
10
|
including cache inspection and deletion for a specific file.
|
11
|
-
IMPORTANT : versions <= 0.0.9.2
|
12
|
-
work.
|
11
|
+
IMPORTANT : versions <= 0.0.9.2 have a buggy File.mincore(),
|
12
|
+
0.0.9.3 and upwards work.
|
13
13
|
DESC
|
14
14
|
s.license = 'GPL-2'
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mincore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.9.3.pre.
|
4
|
+
version: 0.0.9.3.pre.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Reda NOUSHI
|
@@ -40,7 +40,8 @@ dependencies:
|
|
40
40
|
version: 3.10.1
|
41
41
|
description: " mincore provides Ruby bindings for Linux cache manipulation, \n
|
42
42
|
\ including cache inspection and deletion for a specific file.\n IMPORTANT
|
43
|
-
: versions <= 0.0.9.2
|
43
|
+
: versions <= 0.0.9.2 have a buggy File.mincore(),\t\n \t 0.0.9.3 and
|
44
|
+
upwards work.\n"
|
44
45
|
email: reda_noushi@yahoo.com
|
45
46
|
executables:
|
46
47
|
- cachestats.rb
|