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