drunker 0.1.2 → 0.2.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: 7729dfd07ec116600b867592c375c044b3960158
4
- data.tar.gz: a8bcbc808d792dd56eebf7a93d9efbd8e0039517
3
+ metadata.gz: fa3e6288688949d5e5f1de8160d8fcba4064b84a
4
+ data.tar.gz: a9b6819dd406a52b1bbc970bfe0ac08fc7fcfe68
5
5
  SHA512:
6
- metadata.gz: 8cd200a7e663392ac7e9115c20425aced38d453944fb79f206690b8ae4227dcb1bf47937ccf2fdc7c7dd87db269ade4bdd52925c0ab80871f53f640af42300c2
7
- data.tar.gz: 470b246f5c81cf430b75268042f066f4a0d440556e71c542e0e06fc6e2ce81eba20a4e94ec82286ad188a44b637f10683cbe7592fc34d533724a8c898b495f91
6
+ metadata.gz: 4f46f8200d608f3cfd09a0e498864f90c0aab93e123ad8bda76ea860a6e8aac8b424e7c6dad00914004d0e3a07e725859d9da86246a18365538630608d7bf923
7
+ data.tar.gz: a3a837635f2828097bc5e602629ce47b75b5d6f5b2262cb6dd8ee9672953662eb2967b0c278deb1ea411e419ec6157999f6caf83ade224f9cd339e59d35f49f0
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.1
4
+ - 2.4.2
5
5
  before_install: gem install bundler -v 1.14.6
@@ -1,3 +1,8 @@
1
+ ## 0.2.0
2
+
3
+ - Ruby 2.4.2 ([#9](https://github.com/wata727/drunker/pull/9))
4
+ - Bump up default buildspec version to 0.2 ([#10](https://github.com/wata727/drunker/pull/10))
5
+
1
6
  ## 0.1.2
2
7
 
3
8
  - Fix error when build failed ([#8](https://github.com/wata727/drunker/pull/8))
@@ -11,4 +16,4 @@
11
16
 
12
17
  ## 0.1.0
13
18
 
14
- Initial release
19
+ Initial release
@@ -1,5 +1,5 @@
1
1
  ---
2
- version: 0.1
2
+ version: 0.2
3
3
  phases:
4
4
  build:
5
5
  commands:
@@ -1,3 +1,3 @@
1
1
  module Drunker
2
- VERSION = "0.1.2"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -0,0 +1,5 @@
1
+ linter:
2
+ rubocop:
3
+ gems:
4
+ - name: meowcop
5
+ version: 1.13.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drunker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuma Watanabe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-10 00:00:00.000000000 Z
11
+ date: 2017-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -144,6 +144,7 @@ files:
144
144
  - lib/drunker/executor/iam.rb
145
145
  - lib/drunker/source.rb
146
146
  - lib/drunker/version.rb
147
+ - sideci.yml
147
148
  homepage: https://github.com/wata727/drunker
148
149
  licenses:
149
150
  - MIT