rustywind-ruby 0.23.1 → 0.23.1.2

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: 2c5f6dd7e7dc94bea25404aeca5b7a820256944a7be5c498f52a7c0c0cc1de8e
4
+ data.tar.gz: 8677c5c31a3b10185e6ed32f1ea39add51c8841030813e2970897b87926ce70d
5
5
  SHA512:
6
- metadata.gz: ed201073f6fc034525413edb768906b3051af106e936e71fef9576731a154d5f54fbde1fe707cecdaf3e314763da24566657991038a90d27f342610dbeab6f7a
7
- data.tar.gz: cae57eff35b3578f1a1c67496cb84ef97cb3610ab347c0889b92dd9d0f869ce0638154cf321857267e9a4efe2951599a549cce251722be12a0a693c783c15844
6
+ metadata.gz: e9a563431e01b19fb975c27061e823134855b1152b0f5299663f371d0a0f63a45220ebb6f93be436c727cf2840154ad64c0340b6215eb7e13358ccd933791fc7
7
+ data.tar.gz: 688f1f165ad3109925c400fc402824ab4e58172c3f4f3b30749c13296780e456a945388e987e062b86744946f1cd83e7e5b6915ea2691a47b8ab1495e1230bb4
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
 
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rustywind
4
4
  module Ruby
5
- VERSION = "0.23.1"
5
+ VERSION = "0.23.1.2"
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.2
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:
@@ -77,7 +78,12 @@ files:
77
78
  - LICENSE-DEPENDENCIES
78
79
  - LICENSE.txt
79
80
  - README.md
81
+ - exe/darwin/arm64/rustywind
82
+ - exe/darwin/x86_64/rustywind
83
+ - exe/linux/aarch64/rustywind
84
+ - exe/linux/x86_64/rustywind
80
85
  - exe/rustywind
86
+ - exe/windows/x86_64/rustywind.exe
81
87
  - lib/rustywind/ruby.rb
82
88
  - lib/rustywind/ruby/binary.rb
83
89
  - lib/rustywind/ruby/upstream.rb
@@ -87,7 +93,9 @@ files:
87
93
  homepage: https://github.com/markahesketh/rustywind-ruby
88
94
  licenses:
89
95
  - MIT
90
- metadata: {}
96
+ metadata:
97
+ source_code_uri: https://github.com/markahesketh/rustywind-ruby
98
+ changelog_uri: https://github.com/markahesketh/rustywind-ruby/blob/main/CHANGELOG.md
91
99
  post_install_message:
92
100
  rdoc_options: []
93
101
  require_paths: