alacritty_themes 0.1.2 → 0.1.3

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: 809f2b971fa4be175eab0e47fcfec45b21bfaf55fdc6078a0fb5ac76a1bc1115
4
- data.tar.gz: bd184bd28657c517e19c5652fc16bc77ada7a816891e9bd65c1410f774c93eda
3
+ metadata.gz: c3b80a8eaa73cc20db767c821bf75f7eaf3d66837567d912667021a33eff7efb
4
+ data.tar.gz: 3d2bd727ad856da6850a413b758f9bf23e8ed5bb9b538c3562b104a3fa396b7a
5
5
  SHA512:
6
- metadata.gz: 80557922ded3a31c0b596c7843c5d9c2375fcf9631dc51ffdb20be66016b9d0580e4781545898ad1a105222226bd9be8bf32af78a046d21c0a98e42bb94ce88a
7
- data.tar.gz: 5a8ad5c833e1c8785ddc7f4ccbf97d19cefa1e0cb7597a7ca1d714d4152e3f55f9f9674d596cb19a0ec40a70203a2647083712af42f45dd6ab988252d79318ee
6
+ metadata.gz: 83f7a669db25b316d183c759feb1e064b37d64fa51e56a48f91a0979d1c51a49794ab50ffba6a1ad492e6b81f2e190703d2ff1f3c097d6c87ee566e98bff27e1
7
+ data.tar.gz: f42dda3a46e2c331e090e5e8970eefcd7bae131fdfff15dfa9688c8dbc9d002a2c1b642ee6095075d3e7608d738c7093405f94aa648df09f7e9f7b04789ed792
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2022-03-21
4
+
5
+ ### Changed
6
+
7
+ - update readme
8
+
9
+ ### Fixed
10
+
11
+ - Fix gem's homepage
12
+
3
13
  ## [0.1.2] - 2022-03-21
4
14
 
5
15
  ### Added
data/README.md CHANGED
@@ -1,44 +1,47 @@
1
- # AlacrittyThemes
1
+ # Alacritty Themes
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/alacritty_themes`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ [![Gem Version](https://badge.fury.io/rb/alacritty_themes.svg)](https://badge.fury.io/rb/alacritty_themes)
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ > NOTE: This gem is work in progress
6
6
 
7
- ## Installation
7
+ Your favorite collection of themes for alacritty,
8
+ we initialize with a few themes and you can add more.
8
9
 
9
- Add this line to your application's Gemfile:
10
+ ## Installation
10
11
 
11
- ```ruby
12
- gem 'alacritty_themes'
12
+ ```bash
13
+ gem install alacritty_themes
13
14
  ```
14
15
 
15
- And then execute:
16
-
17
- $ bundle install
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install alacritty_themes
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
16
  ## Development
28
17
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
18
+ After checking out the repo, run `bin/setup` to install dependencies.
19
+ Then, run `rake spec` to run the tests.
20
+ You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
21
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
22
+ To install this gem onto your local machine, run `bundle exec rake install`.
23
+ To release a new version, update the version number in `version.rb`,
24
+ and then run `bundle exec rake release`,
25
+ which will create a git tag for the version, push git commits and tags,
26
+ and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
27
 
33
28
  ## Contributing
34
29
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/alacritty_themes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/alacritty_themes/blob/master/CODE_OF_CONDUCT.md).
36
-
30
+ Bug reports and pull requests are welcome on GitHub at
31
+ https://github.com/juanvqz/alacritty_themes.
32
+ This project is intended to be a safe,
33
+ welcoming space for collaboration,
34
+ and contributors are expected to adhere to the
35
+ [code of conduct](https://github.com/[USERNAME]/alacritty_themes/blob/master/CODE_OF_CONDUCT.md).
37
36
 
38
37
  ## License
39
38
 
40
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
39
+ The gem is available as open source
40
+ under the terms of the [MIT License](https://opensource.org/licenses/MIT).
41
41
 
42
42
  ## Code of Conduct
43
43
 
44
- Everyone interacting in the AlacrittyThemes project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/alacritty_themes/blob/master/CODE_OF_CONDUCT.md).
44
+ Everyone interacting in the AlacrittyThemes project's codebases,
45
+ issue trackers,
46
+ chat rooms and mailing lists is expected to follow the
47
+ [code of conduct](https://github.com/[USERNAME]/alacritty_themes/blob/master/CODE_OF_CONDUCT.md).
@@ -6,14 +6,14 @@ Gem::Specification.new do |spec|
6
6
  spec.name = "alacritty_themes"
7
7
  spec.version = AlacrittyThemes::VERSION
8
8
  spec.authors = ["Juan Vasquez"]
9
- spec.email = ["isc.juanvasquez@gmail.com"]
9
+ spec.email = ["me@juanvasquez.dev"]
10
10
 
11
11
  spec.summary = "A collection of themes for alacritty"
12
12
  spec.description = <<~DESC
13
13
  Your favorite collection of themes for alacritty,
14
14
  we initialize with a few themes and you can add more.
15
15
  DESC
16
- spec.homepage = "https://github.com/juanvasquez/alacritty_themes"
16
+ spec.homepage = "https://github.com/juanvqz/alacritty_themes"
17
17
  spec.license = "MIT"
18
18
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.5")
19
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AlacrittyThemes
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alacritty_themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Vasquez
@@ -28,7 +28,7 @@ description: |
28
28
  Your favorite collection of themes for alacritty,
29
29
  we initialize with a few themes and you can add more.
30
30
  email:
31
- - isc.juanvasquez@gmail.com
31
+ - me@juanvasquez.dev
32
32
  executables:
33
33
  - alacritty_themes
34
34
  extensions: []
@@ -54,7 +54,7 @@ files:
54
54
  - lib/alacritty_themes.rb
55
55
  - lib/alacritty_themes/parser.rb
56
56
  - lib/alacritty_themes/version.rb
57
- homepage: https://github.com/juanvasquez/alacritty_themes
57
+ homepage: https://github.com/juanvqz/alacritty_themes
58
58
  licenses:
59
59
  - MIT
60
60
  metadata: