bu_pr 0.6.0 → 0.6.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
- SHA1:
3
- metadata.gz: dfefdc17a5f821f2fd9b6eaf2d14746d52a7562f
4
- data.tar.gz: a544d1f62fab74dc852fa1b0c3b8d78eb4c4a100
2
+ SHA256:
3
+ metadata.gz: da877ff3e698bb40f5454c81fa9c2adeb6290a9731e05dcb615ba71f85033045
4
+ data.tar.gz: 25f8d3e496ce98f532a1dae754d10cd80e1478b0c79d29ec4d97a3e564328fe0
5
5
  SHA512:
6
- metadata.gz: fc2655816c91d8f24cb23e976db2161320426c62870cf2c37d26fc28b8161424e34009180f0526b52e5b3353324ed79f3c624ad8f4f98fc5394d0a00cfc5519c
7
- data.tar.gz: bcbdba47a2a454c6c7214c9479f7304ae018dcb72f574c5c9ebc3547bc187775011c61ec6408c71091758dbac14e08907a15d90402970836d7db941c1998f856
6
+ metadata.gz: 7a70a64f680bbaad871c2feeba1375f6d44bc18f89bfff786dbad489e9f78fdcab385ff22aed04cf37c7728c344ee73040e445288085787bffefa394512d2773
7
+ data.tar.gz: c1b894709a5dfb69633381aae5bdcd035911a2d96a1e3623bfdead716abe61aa41400a9176efa33c69aebc6fe64453c9d7bd6504c8abaffb3acf0ba09c5b9b60
@@ -1,9 +1,10 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.2.0
5
- - 2.3.0
6
- - 2.4.0
4
+ - 2.2.10
5
+ - 2.3.7
6
+ - 2.4.4
7
+ - 2.5.1
7
8
  - ruby-head
8
9
  before_install: gem install bundler
9
10
  matrix:
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "bu_pr"
8
8
  spec.version = BuPr::VERSION
9
9
  spec.authors = ["Masaya Myojin"]
10
- spec.email = ["m.myojin0425@gmail.com"]
10
+ spec.email = ["mmyoji@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Simple bundle update p-r creator}
13
13
  spec.description = %q{BuPr is simple pull request creator for the daily bundle update.}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BuPr
4
- VERSION = "0.6.0"
4
+ VERSION = "0.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bu_pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaya Myojin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2018-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '3.0'
69
69
  description: BuPr is simple pull request creator for the daily bundle update.
70
70
  email:
71
- - m.myojin0425@gmail.com
71
+ - mmyoji@gmail.com
72
72
  executables:
73
73
  - bu_pr
74
74
  extensions: []
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  requirements: []
115
115
  rubyforge_project:
116
- rubygems_version: 2.6.11
116
+ rubygems_version: 2.7.3
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: Simple bundle update p-r creator