meteo_pl 2.0.4 → 2.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65d9e29e9723318f5b9da3be4f126f1930a1bf14610d6d955717cbcd9aaca085
4
- data.tar.gz: 7744ff3ce746bdc5cadb47fcc4eab60c506476728c5a54178d158a08a6578c99
3
+ metadata.gz: 4f9fffa2c0d36fb5faf25b3e0e5633ffcc667f34b3cbd753261607597b879da4
4
+ data.tar.gz: c03db460f015be722841b7bd1f941e25072bcc6ab2626d919d31f00da6296afb
5
5
  SHA512:
6
- metadata.gz: 28d38ec4d392daf93a55778a0238aa63775176ea4817764c0ee74c52391a06ee97bada73e6d8f07986d7ddd6d069fa84c30461dff488cc62f1a8bcaca9a588fc
7
- data.tar.gz: 18d8dca54f5a75b426cfd879985487c21dd764ef6cbd07adba03e9572143c8eed1b871e0213738db6768bb8df35c600d1fc39946a792037fe81692fcc15b3657
6
+ metadata.gz: 1befc89cfd847de9f8fdf0f6816a1a729bbee154df8cda1bf155c7d7c4c0be35c597aa512262eb1901cd075a3ec10699aeda06a7b13f42a7a9e727b4d9ddc286
7
+ data.tar.gz: df50af2c6194ecec1da6dcd33ffd50c697d2e9e461955fd56d37a92e2e25fb4bf91fe3d7890d17db2420d4098c088e5dd59db8f0b77355b61ffe64f56c07fffa
data/README.md CHANGED
@@ -18,7 +18,6 @@ Install gem in system-wide context, than create executable `meteo` named script:
18
18
 
19
19
  ```ruby
20
20
  #!/usr/bin/env ruby
21
-
22
21
  require 'meteo_pl'
23
22
 
24
23
  MeteoPl::Exec::Shell.call(ARGV)
@@ -39,7 +38,7 @@ To check all available options just run a script w/o arguments or with -h flag.
39
38
 
40
39
  ### Versions
41
40
 
42
- * 2.0.4 MeteoPl::Exec::Shell class fix
41
+ * 2.0.5 MeteoPl::Exec::Shell class fix
43
42
  * 2.0.3 Adding *Exec* namespece containing example classes
44
43
  * 2.0.2 Increased code quality
45
44
  * 2.0.1 Minor code improvements, add TravisCI
@@ -5,7 +5,7 @@ module MeteoPl
5
5
  command_line = MeteoPl::Utility::Command.new(args)
6
6
  return unless command_line.call
7
7
 
8
- location = command_line.location,
8
+ location = command_line.location
9
9
  timeout = command_line.options[:timeout]
10
10
  period = command_line.options[:period]
11
11
 
@@ -1,3 +1,3 @@
1
1
  module MeteoPl
2
- VERSION = '2.0.4'.freeze
2
+ VERSION = '2.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meteo_pl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Kot