uke 1.0.2 → 1.0.3

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: 9ae3e47a264ce4cdd24ae62142a1ff1902adcec253a971605c40f2eabfab94e2
4
- data.tar.gz: 455a0e09e2c901f57eba14b61d64881e26a4a19e87b7f68de23349583f75078b
3
+ metadata.gz: 0fe46814f85719698be22fd7b826c5c6e382b1043cd4b44f1db88ba0f02c3a56
4
+ data.tar.gz: e475e85a3f508fe6910e1ee85828da84759c69a0a2a05ae05f2ff3ad34593205
5
5
  SHA512:
6
- metadata.gz: cd853e8502f27cd14cebe6de466ab564d7de37a451c8b303e5dbadc81228ab4e2f204b19fd1774afb13550efd2671f4cbd8a44083d35dc4f10fbd6673fee19d5
7
- data.tar.gz: af0ccc87791c4c0ec844c6924c05224e8cc6a437947933b9c5f17686ac7d68321df7c5d910d95c3604597f7b5eb42a26ceda4e6dfb38fbd88087caaff00d4bfc
6
+ metadata.gz: 334edaf92eb8c486187d85b1d65be011165dd7937ed3f9ec8bcc2ca6be7b7ef3205a52d3e7949d980c843497e5d105061c0bfa34621a1725a8915eac2d76151d
7
+ data.tar.gz: 1350b56781685a384d1d81aa6be0f32113abdf605fbdf1955f92f81a8631eb3268fcbec7b87cc6710f24fa77ef6667df1f582c52a5a45761eb34a4665e8f69cb
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.0.3
4
+
5
+ - Relax Ruby version requirement to allow Ruby 3.0
6
+
3
7
  ### 1.0.2
4
8
 
5
9
  - Add more chords
@@ -7,7 +11,7 @@
7
11
 
8
12
  ### 1.0.1
9
13
 
10
- - Support "fingering" output style
14
+ - Support "fingering" output style, by @paulgoetze
11
15
 
12
16
  ### 1.0.0
13
17
 
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 Jan Lelis, mail@janlelis.de
1
+ Copyright (c) 2015 Jan Lelis, https://janlelis.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # uke gem [![[version]](https://badge.fury.io/rb/uke.svg)](http://badge.fury.io/rb/uke)
1
+ # uke gem [![[version]](https://badge.fury.io/rb/uke.svg)](https://badge.fury.io/rb/uke)
2
2
 
3
3
  Displays popular ukulele chords for the popular `GCEA` tuning like this:
4
4
 
5
5
  ```
6
6
  $ uke-chords G B7 C Cm
7
-
8
-
7
+
8
+
9
9
  ╒══╤══╤══╕ ╒══╤══╤══╕
10
10
  _____ │ │ │ │ │ │ │ │
11
11
  / ____| ├──┼──┼──┤ ├──┼──┼──┤
@@ -15,8 +15,8 @@ $ uke-chords G B7 C Cm
15
15
  \_____| ├──┼──┼──┤ ├──┼──┼──┤
16
16
  │ │ │ │ ● │ │ │
17
17
  └──┴──┴──┘ └──┴──┴──┘
18
-
19
-
18
+
19
+
20
20
 
21
21
  ╒══╤══╤══╕ ╒══╤══╤══╕
22
22
  ____ ______ │ │ │ │ │ │ │ │
@@ -27,9 +27,9 @@ $ uke-chords G B7 C Cm
27
27
  |____//_/ ├──┼──┼──┤ ├──┼──┼──┤
28
28
  │ │ │ │ ● │ │ │
29
29
  └──┴──┴──┘ └──┴──┴──┘
30
-
31
-
32
- ⚪ ⚪ ⚪ ⚪ ⚪ ⚪
30
+
31
+
32
+ ⚪ ⚪ ⚪ ⚪ ⚪ ⚪
33
33
  ╒══╤══╤══╕ ╒══╤══╤══╕ ╒══╤══╤══╕
34
34
  _____ │ │ │ │ │ │ │ │ │ │ │ │
35
35
  / ____| ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
@@ -39,9 +39,9 @@ $ uke-chords G B7 C Cm
39
39
  \_____| ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
40
40
  │ │ │ │ │ ● │ │ │ ● │ │
41
41
  └──┴──┴──┘ └──┴──┴──┘ └──┴──┴──┘
42
-
43
-
44
-
42
+
43
+
44
+
45
45
  ╒══╤══╤══╕
46
46
  _____ │ │ │ │
47
47
  / ____| ├──┼──┼──┤
@@ -59,7 +59,7 @@ You can also get suggestions which fingers to use with the `--style fingering` o
59
59
  ```
60
60
  $ uke-chords --style fingering C
61
61
 
62
- ◯ ◯ ◯ ◯ ◯ ◯
62
+ ◯ ◯ ◯ ◯ ◯ ◯
63
63
  ╒══╤══╤══╕ ╒══╤══╤══╕ ╒══╤══╤══╕
64
64
  _____ │ │ │ │ │ │ │ │ │ │ │ │
65
65
  / ____| ├──┼──┼──┤ ├──┼──┼──┤ ├──┼──┼──┤
@@ -73,9 +73,7 @@ $ uke-chords --style fingering C
73
73
 
74
74
  ## Setup
75
75
 
76
- Make sure that your computer has [Ruby 2.0 or higher installed](http://ruby.about.com/od/tutorials/a/installruby.htm).
77
-
78
- Then run
76
+ Make sure that your computer has Ruby 2.0 or higher installed. Then run
79
77
 
80
78
  ```ruby
81
79
  gem install uke
@@ -89,5 +87,5 @@ Run `uke-chords` without any parameters for a list of included chords.
89
87
 
90
88
  ## MIT License
91
89
 
92
- Except for the chords, copyright (C) 2015 Jan Lelis <http://janlelis.com>. Released under the MIT license.
90
+ Except for the chords, copyright (C) 2015 Jan Lelis <https://janlelis.com>. Released under the MIT license.
93
91
 
@@ -1,4 +1,6 @@
1
+ # frozen_string_literal: true
2
+
1
3
  class Uke
2
- VERSION = "1.0.2".freeze
4
+ VERSION = "1.0.3"
3
5
  end
4
6
 
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.summary = "𝄝 Displays popular ukulele chords"
9
9
  gem.description = "𝄝 Displays popular ukulele chords for the popular `GCEA` tuning"
10
10
  gem.authors = ["Jan Lelis"]
11
- gem.email = ["mail@janlelis.de"]
11
+ gem.email = ["hi@ruby.consulting"]
12
12
  gem.homepage = "https://github.com/janlelis/uke"
13
13
  gem.license = "MIT"
14
14
 
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.required_ruby_version = "~> 2.0"
20
+ gem.required_ruby_version = ">= 2.0"
21
21
  gem.add_dependency 'rationalist', '~> 2.0'
22
22
  gem.add_dependency 'artii', '~> 2.1'
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uke
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-25 00:00:00.000000000 Z
11
+ date: 2020-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rationalist
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '2.1'
41
41
  description: "\U0001D11D Displays popular ukulele chords for the popular `GCEA` tuning"
42
42
  email:
43
- - mail@janlelis.de
43
+ - hi@ruby.consulting
44
44
  executables:
45
45
  - uke-chords
46
46
  extensions: []
@@ -69,7 +69,7 @@ require_paths:
69
69
  - lib
70
70
  required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '2.0'
75
75
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -78,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubyforge_project:
82
- rubygems_version: 2.7.7
81
+ rubygems_version: 3.2.3
83
82
  signing_key:
84
83
  specification_version: 4
85
84
  summary: "\U0001D11D Displays popular ukulele chords"