highline_wrapper 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 911a5de9b3a7c5315a0dd7983a3a3da86fc7ac39309718a93601400cdfd3e5d1
4
- data.tar.gz: 00c7153fd5d0f2d9bbc354aaa4c04113abfd507d7a42560865c472c218e4197e
3
+ metadata.gz: 768e35278953ce3c32fcd576b4e902f7ad714c4a136e2be69f386bcb7f873f0e
4
+ data.tar.gz: 06c9cd84f109de3a23478e6e126698dc053af4db9b7bf882f5e8d799bc0bed12
5
5
  SHA512:
6
- metadata.gz: 8ec66bb92ec4b4e24d68b772774b04f9c5aff7efba95feea1f8d315098f88a0a7836a3ca37609fb638f43b1fadf6fe0b9fb1fa935c8a4accc279f6b8c94810fd
7
- data.tar.gz: b4582ee3283bd032c9a611bed8850e92922877fde6b378594a31bfc7088fb19a74e642d99787d0a451f08066a1e31591fec643d5ab6197e38f20fecb7690c954
6
+ metadata.gz: e39ccdb98646a49d75032380165ae283ca891e99946f0b396c83488921d0b21fed5d2c26d466674dad5f7c6d0826b02cd02bebe4ea684cb1bbcda21349ab8e5d
7
+ data.tar.gz: ec885b909d6cb78040b9033299c45b710094c48e438dc27e1ad63cfe60492cf023299fffbc6d33f9eb88de3fb1bdd2a23e3fc47a064439c251e2f61d83dbe613
data/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ Copyright (c) 2021 Emma Sax. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
6
+
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+
11
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md CHANGED
@@ -422,8 +422,6 @@ To submit a feature request, bug ticket, etc, please submit an official [GitHub
422
422
 
423
423
  To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmahsax/highline_wrapper/security/policy).
424
424
 
425
- When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
426
-
427
425
  ## Releasing
428
426
 
429
427
  To make a new release of this gem:
@@ -436,3 +434,13 @@ To make a new release of this gem:
436
434
  6. Run `rm *.gem` to clean up your local repository
437
435
 
438
436
  To set up your local machine to push to RubyGems via the API, see the [RubyGems documentation](https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg).
437
+
438
+ ---
439
+
440
+ ### Licensing
441
+
442
+ For information on licensing, please see [LICENSE.md](https://github.com/emmahsax/highline_wrapper/blob/main/LICENSE.md).
443
+
444
+ ### Code of Conduct
445
+
446
+ When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class HighlineWrapper
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highline_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Sax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-03 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline
@@ -130,9 +130,8 @@ extensions: []
130
130
  extra_rdoc_files: []
131
131
  files:
132
132
  - Gemfile
133
- - Gemfile.lock
134
133
  - Guardfile
135
- - LICENSE
134
+ - LICENSE.md
136
135
  - README.md
137
136
  - Rakefile
138
137
  - lib/highline_wrapper.rb
@@ -150,7 +149,7 @@ files:
150
149
  - spec/spec_helper.rb
151
150
  homepage: https://github.com/emmahsax/highline_wrapper
152
151
  licenses:
153
- - MIT
152
+ - BSD-3-Clause
154
153
  metadata: {}
155
154
  post_install_message:
156
155
  rdoc_options: []
data/Gemfile.lock DELETED
@@ -1,100 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- highline_wrapper (1.2.0)
5
- highline (~> 2.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- ast (2.4.2)
11
- coderay (1.1.3)
12
- concurrent-ruby (1.1.8)
13
- diff-lcs (1.4.4)
14
- faker (2.18.0)
15
- i18n (>= 1.6, < 2)
16
- ffi (1.15.1)
17
- formatador (0.2.5)
18
- guard (2.17.0)
19
- formatador (>= 0.2.4)
20
- listen (>= 2.7, < 4.0)
21
- lumberjack (>= 1.0.12, < 2.0)
22
- nenv (~> 0.1)
23
- notiffany (~> 0.0)
24
- pry (>= 0.9.12)
25
- shellany (~> 0.0)
26
- thor (>= 0.18.1)
27
- guard-compat (1.2.1)
28
- guard-rspec (4.7.3)
29
- guard (~> 2.1)
30
- guard-compat (~> 1.1)
31
- rspec (>= 2.99.0, < 4.0)
32
- highline (2.0.3)
33
- i18n (1.8.10)
34
- concurrent-ruby (~> 1.0)
35
- listen (3.5.1)
36
- rb-fsevent (~> 0.10, >= 0.10.3)
37
- rb-inotify (~> 0.9, >= 0.9.10)
38
- lumberjack (1.2.8)
39
- method_source (1.0.0)
40
- nenv (0.3.0)
41
- notiffany (0.1.3)
42
- nenv (~> 0.1)
43
- shellany (~> 0.0)
44
- parallel (1.20.1)
45
- parser (3.0.1.1)
46
- ast (~> 2.4.1)
47
- pry (0.14.1)
48
- coderay (~> 1.1)
49
- method_source (~> 1.0)
50
- rainbow (3.0.0)
51
- rake (13.0.3)
52
- rb-fsevent (0.11.0)
53
- rb-inotify (0.10.1)
54
- ffi (~> 1.0)
55
- regexp_parser (2.1.1)
56
- rexml (3.2.5)
57
- rspec (3.10.0)
58
- rspec-core (~> 3.10.0)
59
- rspec-expectations (~> 3.10.0)
60
- rspec-mocks (~> 3.10.0)
61
- rspec-core (3.10.1)
62
- rspec-support (~> 3.10.0)
63
- rspec-expectations (3.10.1)
64
- diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.10.0)
66
- rspec-mocks (3.10.2)
67
- diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.10.0)
69
- rspec-support (3.10.2)
70
- rubocop (1.16.0)
71
- parallel (~> 1.10)
72
- parser (>= 3.0.0.0)
73
- rainbow (>= 2.2.2, < 4.0)
74
- regexp_parser (>= 1.8, < 3.0)
75
- rexml
76
- rubocop-ast (>= 1.7.0, < 2.0)
77
- ruby-progressbar (~> 1.7)
78
- unicode-display_width (>= 1.4.0, < 3.0)
79
- rubocop-ast (1.7.0)
80
- parser (>= 3.0.1.1)
81
- ruby-progressbar (1.11.0)
82
- shellany (0.0.1)
83
- thor (1.1.0)
84
- unicode-display_width (2.0.0)
85
-
86
- PLATFORMS
87
- x86_64-darwin-20
88
-
89
- DEPENDENCIES
90
- bundler (~> 2.2)
91
- faker (~> 2.15)
92
- guard-rspec (~> 4.3)
93
- highline_wrapper!
94
- pry (~> 0.13)
95
- rake (~> 13.0)
96
- rspec (~> 3.9)
97
- rubocop (~> 1.10)
98
-
99
- BUNDLED WITH
100
- 2.2.19
data/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2021 Emma Sax
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.