swapus 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +0 -2
- data/README.md +19 -1
- data/VERSION +1 -1
- data/bin/swapus +16 -0
- data/swapus.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26e3d01060b648dbb90a40a718c9c391b662136c
|
4
|
+
data.tar.gz: b870379263609bb788609cdbf35b3784186008f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 128538fe103af350af5fc58cbef0eafc86a3eb4d3341f3aa66b40c4e4d302bf367ac79d8e7c8d1f9e808d6ab95ec514eefc36248f8d339b81b9f324c3a2f51d5
|
7
|
+
data.tar.gz: 8cf5b4465fa891581ec301352483d385475d91498d346c68b4e888242be629acae2b328835bf1281f0d4256dd98c654f64c576e54b58547081c8c2ecc7a571a0
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Swapus
|
2
|
-
[![Version](https://img.shields.io/badge/latest_version-1.0.
|
2
|
+
[![Version](https://img.shields.io/badge/latest_version-1.0.1-green.svg)](https://github.com/nishiki/swapus/releases)
|
3
3
|
[![Build Status](https://travis-ci.org/nishiki/swapus.svg?branch=master)](https://travis-ci.org/nishiki/swapus)
|
4
4
|
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/nishiki/swapus/blob/master/LICENSE)
|
5
5
|
|
@@ -28,3 +28,21 @@ Output with the swap usage, pid and the command:
|
|
28
28
|
1088 kB [3253] irssi
|
29
29
|
1716 kB [275] /lib/systemd/systemd-udevd
|
30
30
|
```
|
31
|
+
|
32
|
+
## License
|
33
|
+
|
34
|
+
```
|
35
|
+
Copyright (c) 2017 Adrien Waksberg
|
36
|
+
|
37
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
38
|
+
you may not use this file except in compliance with the License.
|
39
|
+
You may obtain a copy of the License at
|
40
|
+
|
41
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
42
|
+
|
43
|
+
Unless required by applicable law or agreed to in writing, software
|
44
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
45
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
46
|
+
See the License for the specific language governing permissions and
|
47
|
+
limitations under the License.
|
48
|
+
```
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/bin/swapus
CHANGED
@@ -1,4 +1,20 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
# or more contributor license agreements. See the NOTICE file
|
4
|
+
# distributed with this work for additional information
|
5
|
+
# regarding copyright ownership. The ASF licenses this file
|
6
|
+
# to you under the Apache License, Version 2.0 (the
|
7
|
+
# "License"); you may not use this file except in compliance
|
8
|
+
# with the License. You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing,
|
13
|
+
# software distributed under the License is distributed on an
|
14
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
# KIND, either express or implied. See the License for the
|
16
|
+
# specific language governing permissions and limitations
|
17
|
+
# under the License.
|
2
18
|
|
3
19
|
class SwapUsage
|
4
20
|
def initialize
|
data/swapus.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swapus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrien Waksberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10
|
11
|
+
date: 2017-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -39,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '2.
|
42
|
+
version: '2.3'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
version: '0'
|
48
48
|
requirements: []
|
49
49
|
rubyforge_project:
|
50
|
-
rubygems_version: 2.6.
|
50
|
+
rubygems_version: 2.6.12
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: Swapus is a little software to get processes who use swap.
|