eskort 0.0.1 → 0.0.2

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: 7a22a56de33137d5967f74a0d9cda3f113a1b067
4
- data.tar.gz: 31e6489c96d36b09c4a8a93a8e469de1f8af2f76
3
+ metadata.gz: c22320354614250a893dbf3e1d3b4b9c0164c59f
4
+ data.tar.gz: aa906810842e89bb5e6bcf304b2c6a584be21036
5
5
  SHA512:
6
- metadata.gz: fa8ae0fae56ac7615825e867229ec7568492a1fbdaca81d53594ff8cc854458c356de62b9c86ad2061750170fb7d23ddc789ac349556bf64c746b748a66bfe25
7
- data.tar.gz: 3322340d25dfc9b07f0a7f5cae0e786dc89985a64bb52f553391bf61f115c404b482b06b8552d6fdab31b287ad026d81e0b87630e8bf2636471f3107d1589912
6
+ metadata.gz: 34070d1e5973bdd0e00e9e9302012a9b8cb7246fd0d56d9dd55619751128257a228179de7fcb7bd1b310f5b7f7016d240ce32ff9affe3e8621a9a3f53f791e09
7
+ data.tar.gz: 16cd5e9735a43e71108dc69ad954ae53b9207c19584c2334238f03d5e416dd72d3ff315b824a7f16b52bbec5507346595ca8d3f20bed090bff9308add07af35c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eskort (0.0.1)
4
+ eskort (0.0.2)
5
5
  octokit (~> 4.0)
6
6
 
7
7
  GEM
data/bin/eskort CHANGED
@@ -8,10 +8,10 @@ require 'pry'
8
8
  # should move to cli options
9
9
  UPDATE_GEMS_COUNT = 1
10
10
  DEFAULT_LABELS = []
11
- REPOSITORY_NAME = 'radioboo/eskort'
11
+ REPOSITORY_NAME = ENV['REPOSITORY_NAME']
12
12
  BASE_BRANCH = 'master'
13
- GIT_USER_EMAIL = 'sakai.atsushi@gmail.com'
14
- GIT_USER_NAME = 'radioboo'
13
+ GIT_USER_EMAIL = ENV['GIT_USER_EMAIL']
14
+ GIT_USER_NAME = ENV['GIT_USER_NAME']
15
15
 
16
16
  def checkout_and_update_gem(branch_name, active_spec)
17
17
  command = Eskort::Bundler::Command.new
@@ -1,3 +1,3 @@
1
1
  module Eskort
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eskort
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atsushi Sakai