jekyll-tailwindcss 0.3.0-x64-mingw-ucrt → 0.3.1-x64-mingw-ucrt

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: c5d769b574a3f07dda7eab8e1dfe2302259f52ec1ae8fbb40282aa8fed0f4471
4
- data.tar.gz: 7e0e72c224517eb8e8dea3b7f7d39a7d93951f547dad77edc84171d4c684df21
3
+ metadata.gz: cad3d666d25c638ee01b249b8b528200cc3d886d4961ebb649981c1bcdfd1eb1
4
+ data.tar.gz: bbbf5de43ab7a9ae104c25073bff1b63ef7443e5eb0c1ddfc08094ec9a517ebc
5
5
  SHA512:
6
- metadata.gz: 62256868834599f752bc59152ef9437491a146cdc52481a9cda0c25efe08f6cabc1512b2009c884a94d9e9624bb4332fa5758a1e3be3e2f74730d7674e9e68da
7
- data.tar.gz: faa5171aa20a3e1584e05219151b08df35d89a5dcd07a48bd7082ce78e1a8edc9942c506358f7824786f8aa30e1a92202589cd98a50b5f7027c20fe2b02dc585
6
+ metadata.gz: 91dc1d15d8431799b4e0738d5d729e4fa87a06e65d621aa6bc259e519979149db81ce86a2ba76f3e38feb68b856478701feb189b6fc35d2a11b84aba15ef0546
7
+ data.tar.gz: fa3a3d543b447c2dd606ca31cfa604f51f06de7fc04ee1c5408a20df08063f5524c9b9c22ca215cd6b936454a08f410376aeffcb5ecaeb33d7296b711cc97355
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Bring the fun of building with TailwindCSS into your Jekyll project (without any JavaScript)
4
4
 
5
- **TL;DR** This gem borrows *heavily* from github.com/rails/tailwindcss-rails to provide platform-specific tailwind executables and provide a smooth developer experience in Jekyll projects
5
+ **TL;DR** This gem borrows *heavily* from [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) to provide platform-specific tailwind executables and provide a smooth developer experience in Jekyll projects
6
6
 
7
7
  Much like the Rails gem, this gem wraps [the standalone executable version](https://tailwindcss.com/blog/standalone-cli) of the Tailwind CSS v3 framework. It installs these as platform-specific executables, so there are separate underlying gems per platform, but the correct gem will automatically be picked for your platform.
8
8
 
@@ -126,13 +126,13 @@ gem "jekyll-tailwindcss", path: "/path/to/jekyll-tailwindcss"
126
126
  - bump the version
127
127
  - [ ] update `lib/jekyll-tailwindcss/version.rb`
128
128
  - [ ] update `CHANGELOG.md`
129
- - [ ] commit and create a git tag
129
+ - [ ] commit and create a git tag ( example `git tag -a v0.3.1 -m "Release 0.3.1"` )
130
130
  - build the native gems:
131
131
  - [ ] `bundle exec rake clobber` to clean up possibly old tailwindcss executables
132
132
  - [ ] `bundle exec rake package`
133
133
  - push
134
134
  - [ ] `for g in pkg/*.gem ; do gem push $g ; done`
135
- - [ ] `git push`
135
+ - [ ] `git push --follow-tags`
136
136
  - announce
137
137
  - [ ] create a release at https://github.com/vormwald/jekyll-tailwindcss/releases
138
138
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Tailwindcss
5
- VERSION = "0.3.0"
5
+ VERSION = "0.3.1"
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.4.3"
4
+ VERSION = "v3.4.12"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-tailwindcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Vormwald
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - mvormwald@gmail.com
16
16
  executables:
@@ -34,7 +34,7 @@ licenses:
34
34
  - MIT
35
35
  metadata:
36
36
  homepage_uri: https://github.com/vormwald/jekyll-tailwindcss
37
- post_install_message:
37
+ post_install_message:
38
38
  rdoc_options: []
39
39
  require_paths:
40
40
  - lib
@@ -49,8 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.5.11
53
- signing_key:
52
+ rubygems_version: 3.5.18
53
+ signing_key:
54
54
  specification_version: 4
55
55
  summary: Integrate Tailwind CSS into your Jekyll site.
56
56
  test_files: []