cody 0.7.2 → 0.7.3

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
2
  SHA256:
3
- metadata.gz: 0cf75bca73ec4f9c4b485a71f9a050529df9d77fbb7916a13850fe96fb8482a3
4
- data.tar.gz: 87de3cac6b38224d7e51254bc0201a40b3ad2c6d214ac88f59c3c8be288869b7
3
+ metadata.gz: 1523d8ce4c22cf41cecba80623b9c473e49ff97d4b981972d5e277dde195da05
4
+ data.tar.gz: 6deb1ea47229b7471c0f7de73f5d7f21d40aabb64560297b6e320e4a3e85fe9b
5
5
  SHA512:
6
- metadata.gz: 0a38b8672e382bf875cfd5974f5d9f2e45880e4e53219461549ea4858d55ff10da12224ab6b07a92ba58e59f6d09ec49ec2620886546249fcdcbfa4f7a12f3d1
7
- data.tar.gz: dcc7bf0d42d236c8f954df6e8955ec4a7f575ee4b952d2dff1331aa2fcf99d6ee397ba89c5131b664e6012e6490271e72b15793c3f3d650249ef5154ba266160
6
+ metadata.gz: 6051044570a30f31b94ce57bd6a2a514ffd669cf0371ef30c8e14e4b50f57a6f6cc02d126a74d34a0aa2048b43f11f4370419fbaed93ee955cc61a973200227c
7
+ data.tar.gz: a45a69611e76dd64d4dd9aac1c11598c1629c666a403f630f095f49cf6d84d407d556d32bf57912d4d487e2b2d58894cc1452b2b1b9976bc22f4bb90fd76d7ce
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.7.3]
7
+ - cleanup starter buildspec.yml
8
+
6
9
  ## [0.7.2]
7
10
  - add mfa support for normal IAM user
8
11
 
data/README.md CHANGED
@@ -7,6 +7,8 @@
7
7
  ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiWWFRbjVNQlIvZGtSS2NMTGlRY3pWYm1lTGFFSG5acDc4b09hL2lHWGVxeHZaMGYxVTc0cGEwOHBHWHF6MjZiNlZNU0JqS0lvTnZkdWI5enRDczRZYStnPSIsIml2UGFyYW1ldGVyU3BlYyI6ImsyUDJNc2E3SlpYOGFYYy8iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
8
8
  [![Gem Version](https://badge.fury.io/rb/cody.png)](http://badge.fury.io/rb/cody)
9
9
 
10
+ [![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)
11
+
10
12
  Cody lets you create a AWS CodeBuild projects with a beautiful DSL.
11
13
 
12
14
  The documentation site is at: [cody.run](https://cody.run/)
@@ -34,7 +34,6 @@ module Cody
34
34
  end
35
35
 
36
36
  def copy_top_level
37
- puts "Initialize .cody top-level folder"
38
37
  dest = ".cody"
39
38
  excludes = %w[.git]
40
39
  if @options[:mode] == "light"
@@ -48,7 +47,6 @@ module Cody
48
47
  end
49
48
 
50
49
  def copy_project
51
- puts "Initialize codebuild project in .cody"
52
50
  dest = ".cody"
53
51
  dest = "#{dest}/#{@options[:type]}" if @options[:type]
54
52
 
@@ -1,3 +1,3 @@
1
1
  module Cody
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
@@ -1,28 +1,8 @@
1
- version: 0.2
1
+ # Build Specification Reference for CodeBuild: https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html
2
2
 
3
- # Example starter file
4
- # Edit to fit your needs
3
+ version: 0.2
5
4
 
6
5
  phases:
7
- install:
8
- commands:
9
- # - uname -a
10
- # - pwd
11
- # - ls
12
- # - env | sort
13
- # - ls /etc/*release*
14
- # - cat /etc/*release*
15
- # - whoami
16
- # - bundle
17
6
  build:
18
7
  commands:
19
- - echo Build started on `date`
20
8
  - uptime
21
- # - bundle exec rspec
22
- # cache:
23
- # paths:
24
- # - /usr/local/bundle
25
- # - /usr/local/lib/ruby/gems/2.5.0
26
- # artifacts:
27
- # files:
28
- # - result.txt
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cody
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-10 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport