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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae9b31c76a3ea0b99e104d592cf8662c854b6bdb
4
- data.tar.gz: d957104be192375f207c40d482153e3e3b06a5ad
3
+ metadata.gz: 1beff90f237466317ca20c4671adc58580ac1030
4
+ data.tar.gz: 59bbfb250588a28309d9ac0a134db8ce10b639e5
5
5
  SHA512:
6
- metadata.gz: b82e1d95171ece0e4bfbc0e11365c4776842b36a01e33d0880dd0fa73461baf16a6df6678fdaca282c27294ba9f33a3a8679313ee1a77e4dece834b5f5b76c2e
7
- data.tar.gz: 8b88d7b8997e01968d66d172f5835251d54e5516921195c8de22d8b1b1ab3e817352281c9838fc55fccfaa46aee873a97351eca5287bcc7166d586e39f6d177e
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.2)
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.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
@@ -2,7 +2,7 @@ module Circleci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "0.0.2"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
8
8
  end
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.2
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-01 00:00:00.000000000 Z
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