Skip to content

Commit b181ba2

Browse files
committed
Prep for release
1 parent 13d071f commit b181ba2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</h1>
99
<p align="center">
1010
<a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/">
11-
<img alt="Lines of Code" src="https://img.shields.io/badge/loc-1735-47d299.svg" />
11+
<img alt="Lines of Code" src="https://img.shields.io/badge/loc-1736-47d299.svg" />
1212
</a>
1313
<a href="https://codeclimate.com/github/hopsoft/turbo_boost-commands/maintainability">
1414
<img src="https://api.codeclimate.com/v1/badges/fe1162a742fe83a4fdfd/maintainability" />

app/assets/builds/@turbo-boost/commands.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/builds/@turbo-boost/commands.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/javascript/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.2.2'
1+
export default '0.3.0'

lib/turbo_boost/commands/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module TurboBoost
44
module Commands
5-
VERSION = "0.2.2"
5+
VERSION = "0.3.0"
66
end
77
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo-boost/commands",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Commands to help you build robust reactive applications with Rails & Hotwire.",
55
"keywords": [
66
"hotwire",

turbo_boost-commands.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
4545
s.add_development_dependency "rouge"
4646
s.add_development_dependency "runfile"
4747
s.add_development_dependency "sprockets-rails"
48-
s.add_development_dependency "sqlite3", "~> 1.4"
48+
s.add_development_dependency "sqlite3", "~> 1.7" # NOTE: ActiveRecord pins sqlite3 to "~> 1.4"
4949
s.add_development_dependency "standardrb"
5050
s.add_development_dependency "tailwindcss-rails"
5151
s.add_development_dependency "webdrivers"

0 commit comments

Comments
 (0)