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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/mincore.gemspec +3 -3
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ed8f0df244206de3bb9f79b2e5c256fd8690061
4
- data.tar.gz: 6e7114f59322321b694ca023fa71258d282c6a88
3
+ metadata.gz: 0d72758b7386c7e505f24513e9e471c82fa2e9ec
4
+ data.tar.gz: 4310e0f660b169a3a52cef66223d9dd74d80e432
5
5
  SHA512:
6
- metadata.gz: 75a0c26dea5be93edbfc5c931c229f226be6d8dbe9b31ab89ebc4666730f0a725eda60519b1d46ed3f669d40df84996b127aba605326b1d429f4b5d7a2139f68
7
- data.tar.gz: 1cd34078cffd4c85d0100c5cb916abab39dccb700ed42002efafe6914ee14fbe1bf20214d72a96f45a4c5a17373c3dd75ff7eaa1829869dea5f946866692afb8
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 are buggy, 0.0.9.3 and upwards work.
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.2'
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 are buggy, 0.0.9.3 and upwards
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.2
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 are buggy, 0.0.9.3 and upwards\n \t work.\n"
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