polars 0.1.15 → 0.1.16
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 +1 -1
- data/lib/polars/io/directory.rb +1 -1
- data/lib/polars/io/file.rb +1 -1
- data/lib/polars/io/system.rb +1 -1
- data/lib/polars/platform.rb +1 -1
- data/lib/polars/system.rb +1 -1
- data/lib/polars/ubuntu/group.rb +1 -1
- data/lib/polars/ubuntu/hardware.rb +1 -1
- data/lib/polars/ubuntu/ip.rb +1 -1
- data/lib/polars/ubuntu/package.rb +1 -1
- data/lib/polars/ubuntu/stat.rb +1 -1
- data/lib/polars/ubuntu/user.rb +1 -1
- data/lib/polars/version.rb +2 -2
- data/lib/polars.rb +1 -1
- data/polars.gemspec +3 -3
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58a2c71f0c20c9e51cc5c4cd717b0e8b555d066f9e37824394955b3bcea94d0c
|
|
4
|
+
data.tar.gz: a1ef8ccc8966f54183a755260d0f1fe42d3424cdc30c7438d1b9b67886f5648b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 473000ac00f23321d061500bda904993f700f21e6baf5222f34850be1efcc25dea618be110bed2bd7cbb5f848f0359fddc76828765ae81bfeaf346e34089cd78
|
|
7
|
+
data.tar.gz: 135bc4e812701a71cffbdb8d6416c267e6b0956c84d2a82a69a28ee25bdcb0537547641af853b730a6bf6de09509f1a16d3938ee5e53b29f568e142203041499
|
data/README.md
CHANGED
data/lib/polars/io/directory.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/io/file.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/io/system.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/platform.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/system.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/ubuntu/group.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/ubuntu/ip.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/ubuntu/stat.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/ubuntu/user.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/lib/polars/version.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
|
|
19
19
|
# Polars Module
|
|
20
20
|
module Polars
|
|
21
|
-
VERSION = "0.1.
|
|
21
|
+
VERSION = "0.1.16"
|
|
22
22
|
end
|
data/lib/polars.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
data/polars.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A Ruby SDK
|
|
4
|
+
# Polars - A Ruby SDK to Work With Different Linux Distributions
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.authors = ["clivern"]
|
|
25
25
|
spec.email = ["hello@clivern.com"]
|
|
26
26
|
|
|
27
|
-
spec.summary = "A Ruby SDK
|
|
28
|
-
spec.description = "A
|
|
27
|
+
spec.summary = "A Ruby SDK to Work With Different Linux Distributions."
|
|
28
|
+
spec.description = "A Ruby SDK to Work With Different Linux Distributions."
|
|
29
29
|
spec.homepage = "https://github.com/Clivern/Polars"
|
|
30
30
|
spec.license = "Apache-2.0"
|
|
31
31
|
spec.required_ruby_version = ">= 2.6.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polars
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- clivern
|
|
@@ -24,8 +24,7 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.5'
|
|
27
|
-
description: A
|
|
28
|
-
in Ruby.
|
|
27
|
+
description: A Ruby SDK to Work With Different Linux Distributions.
|
|
29
28
|
email:
|
|
30
29
|
- hello@clivern.com
|
|
31
30
|
executables: []
|
|
@@ -89,5 +88,5 @@ requirements: []
|
|
|
89
88
|
rubygems_version: 3.1.6
|
|
90
89
|
signing_key:
|
|
91
90
|
specification_version: 4
|
|
92
|
-
summary: A Ruby SDK
|
|
91
|
+
summary: A Ruby SDK to Work With Different Linux Distributions.
|
|
93
92
|
test_files: []
|