Skip to content

Commit

Permalink
Prepare for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 27, 2023
1 parent fe0faef commit 4545071
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
erb_lint (0.3.1)
erb_lint (0.4.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
Expand Down Expand Up @@ -35,26 +35,26 @@ GEM
concurrent-ruby (1.2.2)
crass (1.0.6)
diff-lcs (1.5.0)
erubi (1.11.0)
erubi (1.12.0)
fakefs (1.5.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.18.0)
nokogiri (1.13.10)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
racc (1.6.1)
racc (1.6.2)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rainbow (3.1.1)
rake (13.0.6)
Expand Down
4 changes: 2 additions & 2 deletions erb_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require "erb_lint/version"
Gem::Specification.new do |s|
s.name = "erb_lint"
s.version = ERBLint::VERSION
s.authors = ["Justin Chan"]
s.email = ["justin.the.c@gmail.com"]
s.authors = ["Justin Chan", "Shopify Developers"]
s.email = ["ruby@shopify.com"]
s.summary = "ERB lint tool"
s.description = "ERB Linter tool."
s.homepage = "https://github.com/Shopify/erb-lint"
Expand Down
2 changes: 1 addition & 1 deletion lib/erb_lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ERBLint
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit 4545071

Please sign in to comment.