rustywind-ruby 0.23.1 → 0.23.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: 4cfc2845a311ba57b8045824d9bdf8c6a6dae26a942465b64274d843f6ab7b23
4
- data.tar.gz: e51933a7bca8568d8e5efda9d4bf8b44758512394a99a6991f0804607a52fe09
3
+ metadata.gz: 7364304e86de06cb02ac9f386cabdb8f0886e7e3d29ab449a69eabeaad5c4548
4
+ data.tar.gz: eae05eef0a2994543c29527ee2ef138dee268203864783f59cf09ef1e907e30a
5
5
  SHA512:
6
- metadata.gz: ed201073f6fc034525413edb768906b3051af106e936e71fef9576731a154d5f54fbde1fe707cecdaf3e314763da24566657991038a90d27f342610dbeab6f7a
7
- data.tar.gz: cae57eff35b3578f1a1c67496cb84ef97cb3610ab347c0889b92dd9d0f869ce0638154cf321857267e9a4efe2951599a549cce251722be12a0a693c783c15844
6
+ metadata.gz: 46729349a1240561bed6a8b942d28714fff06ff4b218690d3e65a404f59d5d64162463791c32342f1f4004963e35ea3edd9e71fd41bd6860406ae7dbed530a8e
7
+ data.tar.gz: 79ba1ad452f2a7ccb7f26294a36dccc6a31d70da175dcf74fb9442dc429be42abdfd4163ea50c7f8920b8a2ba36385b10a2778e75a0f4cb07420b10896290fda
data/README.md CHANGED
@@ -12,13 +12,13 @@ While [Tailwind CSS recommends Prettier for sorting CSS classes](https://tailwin
12
12
  To install the gem and add it to your application's Gemfile, execute:
13
13
 
14
14
  ```bash
15
- bundle add xxx
15
+ bundle add rustywind-ruby
16
16
  ```
17
17
 
18
18
  If Bundler is not being used to manage dependencies, install the gem by executing:
19
19
 
20
20
  ```bash
21
- gem install xxx
21
+ gem install rustywind-ruby
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -41,7 +41,8 @@ Refer to the [Rustywind documentation](https://github.com/avencera/rustywind/blo
41
41
  - Update the version number in `upstream.rb` and `version.rb`
42
42
  - Run `bundle exec rake clobber`
43
43
  - Run `bundle exec rake download_binaries`
44
- - Run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
44
+ - Run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org)
45
+ - Draft a new release on [GitHub](https://github.com/markahesketh/rustywind-ruby/releases)
45
46
 
46
47
  ## Versioning
47
48
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rustywind
4
4
  module Ruby
5
- VERSION = "0.23.1"
5
+ VERSION = "0.23.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rustywind-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Hesketh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-31 00:00:00.000000000 Z
11
+ date: 2025-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.31'
69
- description: A Ruby wrapper for the rustywind, a Tailwind CSS class sorter
69
+ description: A Ruby wrapper for rustywind, a CLI utility for sorting Tailwind CSS
70
+ classes
70
71
  email:
71
72
  - contact@markhesketh.co.uk
72
73
  executables:
@@ -87,7 +88,9 @@ files:
87
88
  homepage: https://github.com/markahesketh/rustywind-ruby
88
89
  licenses:
89
90
  - MIT
90
- metadata: {}
91
+ metadata:
92
+ source_code_uri: https://github.com/markahesketh/rustywind-ruby
93
+ changelog_uri: https://github.com/markahesketh/rustywind-ruby/blob/main/CHANGELOG.md
91
94
  post_install_message:
92
95
  rdoc_options: []
93
96
  require_paths: