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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43ab8f233a23653cb54df25d1025fe4263e32d7acbbf0c510c97eadb751fefb0
4
- data.tar.gz: 67746b7896276fee7e5ea639e737efb10a41e7054264859e8e3afeeb5dd73361
3
+ metadata.gz: c00e0ed6cf3a0de4005157c0c894bc02813d49b3047964427cd490e68c2bea92
4
+ data.tar.gz: 9de4ed4b169c065b50699be8ce96f51be0c4bb9dcec1e865f45feaec19a9fcab
5
5
  SHA512:
6
- metadata.gz: f712c37df556788b706135a6733024a77401a440d110e143c5dc6cef1a606ca202bfa9b068bffe7f2d327b4bbfbd40bba5f73f42135dc6836904a04342e34def
7
- data.tar.gz: ed57d8febde26c8d4fe74ee89d82ce9da516768939654735c57247fcdf84b2533179279b2a00e118bc276cc2c4cb3cc517394a4451119092e3ecbf79d846d707
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
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/percy/capybara/bedrock`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- ## Installation
7
+ - [Releasing](#releasing)
8
8
 
9
- Add this line to your application's Gemfile:
9
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
10
 
11
- ```ruby
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
- ## Development
13
+ ```sh-session
14
+ $ gem install github_changelog_generator
15
+ $ gem install gem-release
28
16
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
17
+ $ git checkout master
30
18
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
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
- ## Contributing
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
+ ```
@@ -1,7 +1,7 @@
1
1
  module Percy
2
2
  module Capybara
3
3
  module Bedrock
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
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.0
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