irb-theme-tokyonight 0.1.0 → 0.2.0
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/.tool-versions +1 -1
- data/README.md +8 -5
- data/lib/irb/theme/tokyonight/version.rb +1 -1
- metadata +6 -7
- data/irb-theme-tokyonight.gemspec +0 -36
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2fd8afeaf0cbadc92991a8d38a47b6721096bf1c8af47d8aa6d78029f7ea05ed
|
|
4
|
+
data.tar.gz: bcbab80569a6413911f9bea95fe8db1f9985e6e72480adc0c9c881d57cc9d510
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd7da3b37fb385bdac1577d9910041bfbf967995ec706b0abd573696c46ea8371693011cecaa354aaa2c34fec60a66f461f403908806f2868e84ad54b0e12516
|
|
7
|
+
data.tar.gz: 14b357e687212891048c679bdc21f86d8244f994d03c23288192e9d9d39f9762c957de6ea671725677da96acc44a8f5a4b23d7813dc31d7aa3d829acd6493bf4
|
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby 3.2.
|
|
1
|
+
ruby 3.2.3
|
data/README.md
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
# Irb::Theme::Tokyonight
|
|
2
2
|
|
|
3
|
-
[Tokyo Night colors](https://github.com/folke/tokyonight.nvim) for `Reline` (IRB). This gem is inspired
|
|
3
|
+
[Tokyo Night colors](https://github.com/folke/tokyonight.nvim) for [`Reline`](https://github.com/ruby/reline) (IRB). This gem is inspired
|
|
4
4
|
by [a similar gem](https://github.com/katsyoshi/irb-theme-dracula) featuring the `Dracula` theme.
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
8
8
|
Install the gem and add to the application's Gemfile by executing:
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
```shell
|
|
11
|
+
bundle add require irb-theme-tokyonight
|
|
12
|
+
```
|
|
11
13
|
|
|
12
14
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
```shell
|
|
17
|
+
gem install irb-theme-tokyonight
|
|
18
|
+
```
|
|
15
19
|
|
|
16
20
|
## Usage
|
|
17
21
|
|
|
@@ -57,9 +61,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
57
61
|
|
|
58
62
|
## Contributing
|
|
59
63
|
|
|
60
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
64
|
+
Bug reports and pull requests are welcome on GitHub at <https://github.com/vitallium/irb-theme-tokyonight>.
|
|
61
65
|
|
|
62
66
|
## License
|
|
63
67
|
|
|
64
68
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
65
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: irb-theme-tokyonight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vitaly Slobodin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: irb
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: '0.5'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
40
|
+
version: '0.5'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: standard
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -69,7 +69,6 @@ files:
|
|
|
69
69
|
- doc/images/moon.png
|
|
70
70
|
- doc/images/night.png
|
|
71
71
|
- doc/images/storm.png
|
|
72
|
-
- irb-theme-tokyonight.gemspec
|
|
73
72
|
- lib/irb/theme/tokyonight.rb
|
|
74
73
|
- lib/irb/theme/tokyonight/day.rb
|
|
75
74
|
- lib/irb/theme/tokyonight/moon.rb
|
|
@@ -92,14 +91,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
92
91
|
requirements:
|
|
93
92
|
- - ">="
|
|
94
93
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 2.6
|
|
94
|
+
version: '2.6'
|
|
96
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
96
|
requirements:
|
|
98
97
|
- - ">="
|
|
99
98
|
- !ruby/object:Gem::Version
|
|
100
99
|
version: '0'
|
|
101
100
|
requirements: []
|
|
102
|
-
rubygems_version: 3.
|
|
101
|
+
rubygems_version: 3.4.19
|
|
103
102
|
signing_key:
|
|
104
103
|
specification_version: 4
|
|
105
104
|
summary: The color scheme for Reline
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require_relative "lib/irb/theme/tokyonight/version"
|
|
4
|
-
|
|
5
|
-
Gem::Specification.new do |spec|
|
|
6
|
-
spec.name = "irb-theme-tokyonight"
|
|
7
|
-
spec.version = Irb::Theme::Tokyonight::VERSION
|
|
8
|
-
spec.authors = ["Vitaly Slobodin"]
|
|
9
|
-
spec.email = ["vitaliy.slobodin@gmail.com"]
|
|
10
|
-
|
|
11
|
-
spec.summary = "The color scheme for Reline"
|
|
12
|
-
spec.homepage = "https://github.com/vitallium/irb-theme-tokyonight"
|
|
13
|
-
spec.license = "MIT"
|
|
14
|
-
spec.required_ruby_version = ">= 2.6.0"
|
|
15
|
-
|
|
16
|
-
spec.metadata["homepage_uri"] = spec.homepage
|
|
17
|
-
spec.metadata["source_code_uri"] = "https://github.com/vitallium/irb-theme-tokyonight"
|
|
18
|
-
spec.metadata["changelog_uri"] = "https://github.com/vitallium/irb-theme-tokyonight/blob/main/CHANGELOG.md"
|
|
19
|
-
|
|
20
|
-
# Specify which files should be added to the gem when it is released.
|
|
21
|
-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
22
|
-
spec.files = Dir.chdir(__dir__) do
|
|
23
|
-
`git ls-files -z`.split("\x0").reject do |f|
|
|
24
|
-
(File.expand_path(f) == __FILE__) ||
|
|
25
|
-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
spec.bindir = "exe"
|
|
29
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
30
|
-
spec.require_paths = ["lib"]
|
|
31
|
-
|
|
32
|
-
spec.add_dependency "irb"
|
|
33
|
-
spec.add_dependency "reline", ">= 0.4.0"
|
|
34
|
-
|
|
35
|
-
spec.add_development_dependency "standard", "~> 1.3"
|
|
36
|
-
end
|