percy-capybara-bedrock 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/README.md +14 -33
- data/lib/percy/capybara/bedrock/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c00e0ed6cf3a0de4005157c0c894bc02813d49b3047964427cd490e68c2bea92
|
4
|
+
data.tar.gz: 9de4ed4b169c065b50699be8ce96f51be0c4bb9dcec1e865f45feaec19a9fcab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ef65c6adbcc77823355de3b9de119b31297d45ad1027a4c89196d84352b22386272a35d954149d45a73056a57e9e2b6f55e0498c7215446bb1fa25f93bec912
|
7
|
+
data.tar.gz: 4e294787470798e1e5bd94c41192bd542cce518999d2361c15e1905feeffe89405a3612798464449f485fecc60021109cb35cb576ae53c20478cf2c6e8277ff5
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [Unreleased](https://github.com/ItinerisLtd/percy-capybara-bedrock/tree/HEAD)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/ItinerisLtd/percy-capybara-bedrock/compare/v0.1.0...HEAD)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- github\_changelog\_generator && npx doctoc README.md [\#2](https://github.com/ItinerisLtd/percy-capybara-bedrock/pull/2) ([TangRufus](https://github.com/TangRufus))
|
10
|
+
|
11
|
+
## [v0.1.0](https://github.com/ItinerisLtd/percy-capybara-bedrock/tree/v0.1.0) (2019-02-08)
|
12
|
+
**Merged pull requests:**
|
13
|
+
|
14
|
+
- Add `Percy::Capybara::Bedrock::Anywhere` [\#1](https://github.com/ItinerisLtd/percy-capybara-bedrock/pull/1) ([TangRufus](https://github.com/TangRufus))
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/README.md
CHANGED
@@ -1,43 +1,24 @@
|
|
1
1
|
# Percy::Capybara::Bedrock
|
2
2
|
|
3
|
-
|
3
|
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
4
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
4
5
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
7
|
-
|
7
|
+
- [Releasing](#releasing)
|
8
8
|
|
9
|
-
|
9
|
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
10
10
|
|
11
|
-
|
12
|
-
gem 'percy-capybara-bedrock'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install percy-capybara-bedrock
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
11
|
+
## Releasing
|
26
12
|
|
27
|
-
|
13
|
+
```sh-session
|
14
|
+
$ gem install github_changelog_generator
|
15
|
+
$ gem install gem-release
|
28
16
|
|
29
|
-
|
17
|
+
$ git checkout master
|
30
18
|
|
31
|
-
|
19
|
+
$ github_changelog_generator && npx doctoc README.md
|
20
|
+
$ git add CHANGELOG.md README.md
|
21
|
+
$ git commit -m "github_changelog_generator && npx doctoc README.md"
|
32
22
|
|
33
|
-
|
34
|
-
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/percy-capybara-bedrock. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
|
-
|
37
|
-
## License
|
38
|
-
|
39
|
-
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
40
|
-
|
41
|
-
## Code of Conduct
|
42
|
-
|
43
|
-
Everyone interacting in the Percy::Capybara::Bedrock project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/percy-capybara-bedrock/blob/master/CODE_OF_CONDUCT.md).
|
23
|
+
$ gem bump --version patch --push --sign --tag --release --pretend
|
24
|
+
```
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: percy-capybara-bedrock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tang Rufus
|
@@ -119,6 +119,7 @@ files:
|
|
119
119
|
- ".rspec"
|
120
120
|
- ".ruby-version"
|
121
121
|
- ".travis.yml"
|
122
|
+
- CHANGELOG.md
|
122
123
|
- CODE_OF_CONDUCT.md
|
123
124
|
- Gemfile
|
124
125
|
- Gemfile.lock
|