avo 3.0.1.beta18 → 3.0.1.beta19

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of avo might be problematic. Click here for more details.

data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "3.0.1.beta18" unless const_defined?(:VERSION)
2
+ VERSION = "3.0.1.beta19" unless const_defined?(:VERSION)
3
3
  end
data/tailwind.preset.js CHANGED
@@ -3,6 +3,7 @@ const colors = require('tailwindcss/colors')
3
3
  const defaultTheme = require('tailwindcss/defaultTheme')
4
4
 
5
5
  const { primary, blue, gray } = require('./tailwind.custom')
6
+ const avoPath = require('child_process').execSync('bundle show avo', { encoding: 'utf-8' }).trim()
6
7
 
7
8
  function contentPaths(basePath) {
8
9
  return [
@@ -21,7 +22,7 @@ function contentPaths(basePath) {
21
22
  module.exports = {
22
23
  content: [
23
24
  ...contentPaths('./tmp/avo/packages/*'),
24
- ...contentPaths('.'),
25
+ ...contentPaths(avoPath),
25
26
  ],
26
27
  theme: {
27
28
  extend: {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.beta18
4
+ version: 3.0.1.beta19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin