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 +4 -4
- data/README.md +4 -3
- data/exe/darwin/arm64/rustywind +0 -0
- data/exe/darwin/x86_64/rustywind +0 -0
- data/exe/linux/aarch64/rustywind +0 -0
- data/exe/linux/x86_64/rustywind +0 -0
- data/exe/windows/x86_64/rustywind.exe +0 -0
- data/lib/rustywind/ruby/version.rb +1 -1
- metadata +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c5f6dd7e7dc94bea25404aeca5b7a820256944a7be5c498f52a7c0c0cc1de8e
|
4
|
+
data.tar.gz: 8677c5c31a3b10185e6ed32f1ea39add51c8841030813e2970897b87926ce70d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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-
|
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
|
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:
|