percy-capybara-bedrock 0.1.2 → 0.1.3

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: 5f4e458e842c08dfce6df77dac8d6222409790b597184abcf44c827eb817fa97
4
- data.tar.gz: 772405f8e7b0ca2f15f600fa9c3623d3e1a07edaae0affdb3149d721be1033b3
3
+ metadata.gz: a7dfb663d2de1393a07ae7b4b6d699c3a5f838a773944333a6cb144268c0b95a
4
+ data.tar.gz: 69cd5b7f275fbfd8a202c602808f3bda4157b453e15b37919e66b884f70ed03f
5
5
  SHA512:
6
- metadata.gz: 2b9fddc769de933a8430ab54d2a11606d7b0e7faef72f3f371edab4c4cef01fc80f0497bdc7946586add5ac6e176b10ecb3e0bca132d2d3069c1e10f0eb3d997
7
- data.tar.gz: d512768f41237831b1d31063b97cb1b7f50cd172b3f18612d83085b680eb575fca3fa883c1fd60882a2a6aba469f31420b4e6b501f6ac70eb6917d1b3d2dd1c9
6
+ metadata.gz: a50aefea09b513f2748a376c0d8301c6ec7b33b1d59c72717d4bfd2f0479b34bf4248f3137e3f005496b2dc47ec0558bb4add12de71a666c1da75ee4f7e77087
7
+ data.tar.gz: c5c5192da3f500ddc94c04efc16bdd21ded7db57394e9521a119e17bd748e69a9b7a328a9783a35f2f866ae0cfe6d5a864390f49da9d220b566c2db8c1cab18b
data/.travis.yml CHANGED
@@ -1,7 +1,23 @@
1
1
  ---
2
2
  sudo: false
3
+
4
+ dist: xenial
5
+
3
6
  language: ruby
7
+
4
8
  cache: bundler
9
+
5
10
  rvm:
6
- - 2.6.1
7
- before_install: gem install bundler -v 2.0.1
11
+ - ruby-2.6.0
12
+ - ruby-2.6.1
13
+ - ruby-head
14
+
15
+ matrix:
16
+ allow_failures:
17
+ - rvm: ruby-head
18
+
19
+ before_install:
20
+ - gem update --system
21
+ - gem --version
22
+ - gem install bundler
23
+ - bundle -v
data/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## [Unreleased](https://github.com/ItinerisLtd/percy-capybara-bedrock/tree/HEAD)
3
+ ## [v0.1.2](https://github.com/ItinerisLtd/percy-capybara-bedrock/tree/v0.1.2) (2019-02-08)
4
+ [Full Changelog](https://github.com/ItinerisLtd/percy-capybara-bedrock/compare/v0.1.1...v0.1.2)
4
5
 
5
- [Full Changelog](https://github.com/ItinerisLtd/percy-capybara-bedrock/compare/v0.1.0...HEAD)
6
+ **Merged pull requests:**
7
+
8
+ - Readme: Update release instruction [\#3](https://github.com/ItinerisLtd/percy-capybara-bedrock/pull/3) ([TangRufus](https://github.com/TangRufus))
9
+
10
+ ## [v0.1.1](https://github.com/ItinerisLtd/percy-capybara-bedrock/tree/v0.1.1) (2019-02-08)
11
+ [Full Changelog](https://github.com/ItinerisLtd/percy-capybara-bedrock/compare/v0.1.0...v0.1.1)
6
12
 
7
13
  **Merged pull requests:**
8
14
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- percy-capybara-bedrock (0.1.0)
4
+ percy-capybara-bedrock (0.1.2)
5
5
  capybara (~> 3.13, >= 3.13.2)
6
6
  percy-capybara (~> 3.2)
7
7
  poltergeist (~> 1.18, >= 1.18.1)
data/README.md CHANGED
@@ -14,15 +14,15 @@
14
14
  $ gem install github_changelog_generator
15
15
  $ gem install gem-release
16
16
 
17
- $ git checkout master
17
+ $ git checkout --branch version-bump
18
18
 
19
- $ npx doctoc README.md && \
20
- git add README.md && \
21
- git commit -m "npx doctoc README.md"
22
-
23
- $ gem bump --version patch --push --sign --tag --release --pretend
19
+ $ gem bump--sign --tag --release --version patch --pretend
24
20
 
25
21
  $ github_changelog_generator && \
22
+ npx doctoc README.md && \
26
23
  git add CHANGELOG.md README.md && \
27
- git commit -m "github_changelog_generator"
24
+ git commit -m "github_changelog_generator && npx doctoc README.md"
25
+
26
+ $ git push -u origin Head && \
27
+ hub pull-request
28
28
  ```
@@ -1,7 +1,7 @@
1
1
  module Percy
2
2
  module Capybara
3
3
  module Bedrock
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tang Rufus