parking 0.1.0 → 0.1.1

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: 2ec564c228fe0b5e19eaebc26479b24565d7b275ac501618decc754db7a01355
4
- data.tar.gz: 54427b5d45f834ccd56e1082f871cb9586fb254ec262a667aa8112b0faaf70d0
3
+ metadata.gz: f0b7973ca8aeb0db925ab8f4f01c520648c8ad158cc345ee55fc7dfb55388eb6
4
+ data.tar.gz: '09b539e8929c22642399f4c8e15f619b2ab9b22cd1ab88b196be41dd79ce22d6'
5
5
  SHA512:
6
- metadata.gz: 90e9950b704c9bcbb60c481d0fd697d1f5738d7558e4dee22ce0b4e0063bcbc2552fa14071150e418b3870e2214365fb1c07ad1ef1c1d734e8a12dc211a376a6
7
- data.tar.gz: 6fbca8b79952bf942a83b6a4a91b219b101bedf39598e3e0fb9d3b52b76a693c0723c0dc59dd59ac77a841572e97c530433e25cd779267a0cff8f568a1b78999
6
+ metadata.gz: 4995a2b04419496cf96705f74fe8d8a3c1c295b33ce59eaa26330565840b1755cab06a11c46a8e922c40bdd9309acbbdd72c3423f1e1fd9e4f2e3a184ba72c5f
7
+ data.tar.gz: a332782f76d2666a9b11583bd5452468ad162c723911b180288be42751e049bd32767db8ec4f3df7c68dff358cc195a6b09fcf85206e4185e4955e83e5599f1c
data/lib/parking.rb CHANGED
@@ -2,5 +2,4 @@ require 'date'
2
2
  require 'require_all'
3
3
  require_all 'lib'
4
4
 
5
-
6
- module Parking; end
5
+ module Parking; end
data/lib/parking/brand.rb CHANGED
@@ -19,4 +19,4 @@ class Brand
19
19
  models.sample
20
20
  end
21
21
  end
22
- end
22
+ end
@@ -15,4 +15,4 @@ module Parking
15
15
  ]
16
16
  end
17
17
  end
18
- end
18
+ end
@@ -23,4 +23,4 @@ module Parking
23
23
  ]
24
24
  end
25
25
  end
26
- end
26
+ end
@@ -18,4 +18,4 @@ module Parking
18
18
  ]
19
19
  end
20
20
  end
21
- end
21
+ end
@@ -33,4 +33,4 @@ module Parking
33
33
  ]
34
34
  end
35
35
  end
36
- end
36
+ end
@@ -11,4 +11,4 @@ module Parking
11
11
  ]
12
12
  end
13
13
  end
14
- end
14
+ end
@@ -19,4 +19,4 @@ module Parking
19
19
  ]
20
20
  end
21
21
  end
22
- end
22
+ end
@@ -35,4 +35,4 @@ module Parking
35
35
  ]
36
36
  end
37
37
  end
38
- end
38
+ end
@@ -16,4 +16,4 @@ module Parking
16
16
  ]
17
17
  end
18
18
  end
19
- end
19
+ end
@@ -33,4 +33,4 @@ module Parking
33
33
  ]
34
34
  end
35
35
  end
36
- end
36
+ end
@@ -14,4 +14,4 @@ module Parking
14
14
  ]
15
15
  end
16
16
  end
17
- end
17
+ end
@@ -24,4 +24,4 @@ module Parking
24
24
  ]
25
25
  end
26
26
  end
27
- end
27
+ end
@@ -22,4 +22,4 @@ module Parking
22
22
  ]
23
23
  end
24
24
  end
25
- end
25
+ end
@@ -16,4 +16,4 @@ module Parking
16
16
  ]
17
17
  end
18
18
  end
19
- end
19
+ end
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  module Parking
4
- VERSION = "0.1.0"
2
+ VERSION = '0.1.1'.freeze
5
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artur Krol
@@ -10,7 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-03-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: ": Write a longer description or delete this line."
13
+ description: Parking allows you to generate information about brands and models of
14
+ cars and motorcycles.
14
15
  email:
15
16
  - 'kroolar@gmail.com
16
17
 
@@ -112,13 +113,11 @@ files:
112
113
  - lib/parking/cars/yugo.rb
113
114
  - lib/parking/cars/zaz.rb
114
115
  - lib/parking/version.rb
115
- homepage: https://google.com
116
+ homepage: https://github.com/kroolar/parking
116
117
  licenses:
117
118
  - MIT
118
119
  metadata:
119
- homepage_uri: https://google.com
120
- source_code_uri: https://google.com
121
- changelog_uri: https://google.com
120
+ homepage_uri: https://github.com/kroolar/parking
122
121
  post_install_message:
123
122
  rdoc_options: []
124
123
  require_paths:
@@ -127,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
126
  requirements:
128
127
  - - ">="
129
128
  - !ruby/object:Gem::Version
130
- version: 2.3.0
129
+ version: 2.4.0
131
130
  required_rubygems_version: !ruby/object:Gem::Requirement
132
131
  requirements:
133
132
  - - ">="
@@ -137,5 +136,6 @@ requirements: []
137
136
  rubygems_version: 3.1.2
138
137
  signing_key:
139
138
  specification_version: 4
140
- summary: Write a short summary, because RubyGems requires one.
139
+ summary: Parking allows you to generate information about brands and models of cars
140
+ and motorcycles.
141
141
  test_files: []