travisci-bundle-update-pr 0.0.6 → 0.0.7

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: 2c184cd381a944dd894580121ac578f316f0193a
4
- data.tar.gz: 6a3500d06b92814beeb5c86a2be9e0973e046be0
3
+ metadata.gz: ff3274c955775517613439aef58ba2c1162ab93e
4
+ data.tar.gz: e3e45b9247141c316c259ae500e8d655b70b53f8
5
5
  SHA512:
6
- metadata.gz: 06aea5c1badc7e22b68644ad9bb2a257d7fc0b5191926176c9623be1cfcc547459670bdd0ce02ba43c921e3a9181f790eb16bf62bbbfc8e50741a95eee529e2f
7
- data.tar.gz: 76f8a43ee690b5fdc3144b0240bbbb4082b4e3c5ca568cabd6e5e2ccafc30c6beaba585f5f0522944ac7a8e732aa7195d178c325db48b989e63c37273ff48d23
6
+ metadata.gz: 3ea061f8b10705e5facfd872a0f25a547cf5749e39dcc8898a606038eff3bceaf5761bf8a2c8b3098aa193fe8f5b055da4da57f221de9d182175fb46f522946e
7
+ data.tar.gz: e5ab3193de17c11713ec8678288564dbeae1aee4398451a0a4465af0877bb31ba990f9bfda27681759fd17ac0be98fabcb013e89cd82f6063544768f8ab9f659
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- travisci-bundle-update-pr (0.0.6)
4
+ travisci-bundle-update-pr (0.0.7)
5
5
  octokit (~> 4.0)
6
6
 
7
7
  GEM
@@ -1,4 +1,5 @@
1
1
  require 'travisci/bundle/update/pr/version'
2
+ require 'octokit'
2
3
 
3
4
  module Travisci
4
5
  module Bundle
@@ -2,7 +2,7 @@ module Travisci
2
2
  module Bundle
3
3
  module Update
4
4
  module Pr
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.7"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travisci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasufumi Moritake