Skip to content

Commit a743789

Browse files
committed
v5.0.0.pre1
1 parent d32863d commit a743789

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Please run `./bin/standardize` prior submitting pull requests.
7979
### 📦 Releasing
8080

8181
1. Bump version number at `lib/cable_ready/version.rb`
82-
1. Run `rake build`
83-
1. Run `rake release`
84-
1. Run `yarn publish --no-git-tag-version`
85-
1. Commit and push changes to the `package.json` file
82+
2. Run `rake build`
83+
3. Run `rake release`
84+
4. Run `yarn publish --no-git-tag-version`
85+
5. Commit and push changes to the `package.json` file
8686

8787
## 📝 License
8888

cable_ready.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.homepage = "https://github.com/stimulusreflex/cable_ready"
1212
gem.summary = "Out-of-Band Server Triggered DOM Operations"
1313

14-
gem.files = Dir["lib/**/*.rb", "app/**/*.rb", "app/assets/javascripts/cable_ready.js", "bin/*", "[A-Z]*"]
14+
gem.files = Dir["lib/**/*.rb", "app/**/*.rb", "bin/*", "[A-Z]*"]
1515
gem.test_files = Dir["test/**/*.rb"]
1616

1717
gem.add_dependency "rails", ">= 5.2"

lib/cable_ready/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CableReady
4-
VERSION = "5.0.0.pre0"
4+
VERSION = "5.0.0.pre1"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cable_ready",
3-
"version": "5.0.0-pre0",
3+
"version": "5.0.0-pre1",
44
"description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.",
55
"keywords": [
66
"ruby",

0 commit comments

Comments
 (0)