tailwindcss-ruby 3.4.13-x64-mingw-ucrt → 4.0.0.alpha.25-x64-mingw-ucrt

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: f95760d3f3fc37ef426210a25fed685be177c261cb345ebc8a04f83186df4b73
4
- data.tar.gz: 6ddc283e61228fa39184d8f25d2542024549f7268765efbc771fb576a07b6109
3
+ metadata.gz: 907d62fe0d4150bc8fe1c3e7ccf8fc20e881f716e510cd50612cdb67bc68e1db
4
+ data.tar.gz: a7b31f24fe3f611d8ffaabdd0a451256a197918a2530fdf77ec74c28f12bfec3
5
5
  SHA512:
6
- metadata.gz: c9a933866325a0c5e600b97b912177c2920f966e369babc21254a3d4bc5d951456849f0b61919020028e87837592499bb374a4b5901bd37e8646bf31a3cf834f
7
- data.tar.gz: d22c067c65b1683fe74048a568251d84ccfbdb2c2f1dbdb190e4b25d14d10390caf8ddc1aaec0c45824b547d326b442e1a7e9950e5cfbbe9c3492c971222c58d
6
+ metadata.gz: 4e6df6923fdb1857ef86115e5b9a6a8755de6528202c6e44c8f6668381dc3f6327fc5e206461d35fd868da081018589635b78b4bda4c5a3c7703b6f2899851e7
7
+ data.tar.gz: c240ad87c309c78d563b21822cfffc9f6a5dcf24b494ac8f1c6ebafe8e74966b806170fe6862defcec8ae2013891fd846f60a35f2464c9e6c25dde79a543da62
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v3.4.13"
4
+ VERSION = "v4.0.0-alpha.25"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -11,7 +11,7 @@ module Tailwindcss
11
11
  "x86_64-darwin" => "tailwindcss-macos-x64",
12
12
  "x86_64-linux" => "tailwindcss-linux-x64",
13
13
  "aarch64-linux" => "tailwindcss-linux-arm64",
14
- "arm-linux" => "tailwindcss-linux-armv7",
14
+ # "arm-linux" => "tailwindcss-linux-armv7",
15
15
  }
16
16
  end
17
17
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tailwindcss
4
4
  module Ruby
5
- VERSION = "3.4.13"
5
+ VERSION = "4.0.0.alpha.25"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.13
4
+ version: 4.0.0.alpha.25
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio