polars 0.1.14 → 0.1.15
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/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 +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cf1aebcb9750b29310b21a4d424bfca70e48fdf27b5e89aa95eec9676646423
|
|
4
|
+
data.tar.gz: e5b9dc472709062a81ef51c4c7272f8688c2fe11314024fd8bd492865fe9da7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a238ead7462c473765c9e015b18228e1dd1cd6b547b024e56b61955d88556b4d8cb07dc96ea66162011f4b7dfde1fce9f66ad81585ebb5246a893f114241091
|
|
7
|
+
data.tar.gz: 6246a49477f7e6150c397759edd1e6e521869521ca0d51867185cf4d965ef644a79d9a0f79504a318f66982d8e40e65f93bac975b6bc5110d7475cd7e24e6615
|
data/lib/polars/io/directory.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
#
|
|
4
|
-
# Polars - A
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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.15"
|
|
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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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
|
|
4
|
+
# Polars - A Ruby SDK for Different Linux Operating System 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.
|