Skip to content

Commit 42ce5cc

Browse files
Update html_scss_class_checker.gemspec
1 parent cc21a5d commit 42ce5cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html_scss_class_checker.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |spec|
22
spec.name = "html_scss_class_checker"
3-
spec.version = "0.1.0"
3+
spec.version = "0.2.0"
44
spec.authors = ["Thaddeus Thomas"]
5-
spec.email = ["support@vcwtech.com"]
5+
spec.email = ["thaddeus@vcwtech.com"]
66

77
spec.summary = %q{A Ruby gem for identifying unused or unmatched HTML and SCSS classes.}
88
spec.description = %q{HtmlScssClassChecker is designed to streamline the process of frontend development by scanning HTML and SCSS files and identifying classes that are either undefined or unused. This gem aims to facilitate cleaner, more maintainable, and efficient codebases by providing developers with the tools to easily audit and synchronize their HTML and SCSS class definitions. Its an essential tool for web developers looking to optimize their front-end code and ensure consistency across their stylesheets and markup.}

0 commit comments

Comments
 (0)