File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6+
7+ ## [ Unreleased] - yyyy-mm-dd
8+
9+ ## [ 1.4.0] - 2022-07-20
10+
11+ ### Added
12+ - Added support for running in Alpine Linux
13+
14+ ### Changed
15+
16+ - Updated README
17+
18+
19+ ### Fixed
20+
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'browserstack-local'
3- s . version = '1.3 .0'
4- s . date = '2016-09-19 '
3+ s . version = '1.4 .0'
4+ s . date = '2022-07-20 '
55 s . summary = "BrowserStack Local"
66 s . description = "Ruby bindings for BrowserStack Local"
77 s . authors = [ "BrowserStack" ]
You can’t perform that action at this time.
0 commit comments