mincore 0.0.9.3.pre.1 → 0.0.9.3.pre.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -0
  3. data/mincore.gemspec +3 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca3db21ed973100bcd063d12fd5c778eaa8c666c
4
- data.tar.gz: ffe61138a09a80f556bd5d16aab63c339254c403
3
+ metadata.gz: 3ed8f0df244206de3bb9f79b2e5c256fd8690061
4
+ data.tar.gz: 6e7114f59322321b694ca023fa71258d282c6a88
5
5
  SHA512:
6
- metadata.gz: 9c9e0ef9a223ca55dbe4b6b92aa68f6f029c3db67bc5c73ee763d7442fd14a3fdcb46def56ff25a09dbbd9625766e299ce2d06c68884ee71a820bf0ff037f92c
7
- data.tar.gz: 1633f3115493b9ae66bc5930cd64d5b11a80c81df201d0f21e3c52e711826adde14c3e5bfcbeee5684923e12c33e26c6201357e1f0963cfb4b90d21c2236d1f1
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.1'
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.1
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