circleci-bundle-update-pr 0.0.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.tachikoma.yml +1 -0
- data/Gemfile.lock +2 -2
- data/README.md +4 -1
- data/lib/circleci/bundle/update/pr/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1beff90f237466317ca20c4671adc58580ac1030
|
|
4
|
+
data.tar.gz: 59bbfb250588a28309d9ac0a134db8ce10b639e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e9d5a0a1dd5d8b355e1ecbc4904de52fcfaec9c6382f16cac256d05e65572d1c3ad534e9d81e5e6add105e7d4adbbadf8f893eae78af9ecdd9c7f7ef056b37e
|
|
7
|
+
data.tar.gz: e8104c1c038c261339e4a40c7f43e02732572cfee27364e86a8432aa89d6e317f978e26c6320498fdeeb00ba611d63ce7454ee9e7688ac3b9a2c991e56cd6116
|
data/.tachikoma.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
strategy: 'bundler'
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
circleci-bundle-update-pr (0.0
|
|
4
|
+
circleci-bundle-update-pr (1.0.0)
|
|
5
5
|
compare_linker
|
|
6
6
|
octokit (~> 3.8)
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ GEM
|
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
addressable (2.3.7)
|
|
12
|
-
compare_linker (1.1.
|
|
12
|
+
compare_linker (1.1.2)
|
|
13
13
|
httpclient
|
|
14
14
|
octokit
|
|
15
15
|
faraday (0.9.1)
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Circleci::Bundle::Update::Pr
|
|
1
|
+
# Circleci::Bundle::Update::Pr [![Gem Version][gem-badge]][gem-link]
|
|
2
2
|
|
|
3
3
|
circleci-bundle-update-pr is a script for continues bundle update. Use in CircleCI
|
|
4
4
|
|
|
@@ -29,3 +29,6 @@ Or install it yourself as:
|
|
|
29
29
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
30
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
31
31
|
5. Create a new Pull Request
|
|
32
|
+
|
|
33
|
+
[gem-badge]: https://badge.fury.io/rb/circleci-bundle-update-pr.svg
|
|
34
|
+
[gem-link]: http://badge.fury.io/rb/circleci-bundle-update-pr
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: circleci-bundle-update-pr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Masuda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: octokit
|
|
@@ -76,6 +76,7 @@ extensions: []
|
|
|
76
76
|
extra_rdoc_files: []
|
|
77
77
|
files:
|
|
78
78
|
- ".gitignore"
|
|
79
|
+
- ".tachikoma.yml"
|
|
79
80
|
- Gemfile
|
|
80
81
|
- Gemfile.lock
|
|
81
82
|
- LICENSE.txt
|