mincore 0.0.9.3.pre.4 → 0.0.9.3.pre.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/mincore.gemspec +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9f7ed3bda0a02591d38392a11fb0906562ca7a2
4
- data.tar.gz: d8db4334abdcb06c931707fc75b4189df655dade
3
+ metadata.gz: a0c5eec397c85e7a6ae6dcd06f6573a2d38b7a41
4
+ data.tar.gz: 97ab5400c69017429c46a386ec608e8994ae1c71
5
5
  SHA512:
6
- metadata.gz: 869372b716f6e29725ac8e9adc52b09085069d163be039cd2a91ee7353ab3ccd870689ae5e3334186d199f54b0d39f3166431f4df646fbc8f71d9acdb28b4dbc
7
- data.tar.gz: fe5585b123880aa011ee2b27f387f3ff072cb6d5884debad296de87fcd3bdf953f50934673830380b7762c0ef3b6f67894edd0998720fb504f594d738a224963
6
+ metadata.gz: 893e4f55fdcfda9003080cf12fe14ceb0d56d2e8e7c46d8ecf24fb2519403c2a462375aae639e9e51dd05963186f837f611e2993dfee4afdab48c3ab4174253a
7
+ data.tar.gz: 646240810002f8cf79a3dba7b37a6c720a1392b35d14bdb40ffcd031f0f681d3f025de8c9afc69a4a599bb20ddaaef2c4e0a95eef7b67717b0703c05416a4f60
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.4'
3
+ s.version = '0.0.9.3.pre.5'
4
4
  s.date = '2013-11-19'
5
5
 
6
6
  s.homepage = 'http://github.com/noushi/ruby-mincore'
@@ -8,6 +8,7 @@ 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
+
11
12
  IMPORTANT : versions <= 0.0.9.2 have a buggy File.mincore(),
12
13
  0.0.9.3 and upwards work.
13
14
  DESC
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
4
+ version: 0.0.9.3.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reda NOUSHI
@@ -39,7 +39,7 @@ 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 IMPORTANT
42
+ \ including cache inspection and deletion for a specific file.\n\n IMPORTANT
43
43
  : versions <= 0.0.9.2 have a buggy File.mincore(),\t\n \t 0.0.9.3 and
44
44
  upwards work.\n"
45
45
  email: reda_noushi@yahoo.com