File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their
9
9
choosing, and allow early adopters to start using the beta releases.
10
10
11
- It should also make it easier for non-Rails Ruby projects to use tailwindcss (e.g., Jekyll and other web frameworks).
11
+ It should also make it easier for non-Rails Ruby projects to use tailwindcss (e.g., Jekyll and
12
+ other web frameworks).
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-ruby (0.1 .0 )
4
+ tailwindcss-ruby (0.2 .0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
module Tailwindcss
4
4
module Ruby
5
- VERSION = "0.1 .0"
5
+ VERSION = "0.2 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments