minke 0.15.0 → 0.16.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 +8 -8
- data/README.md +1 -1
- data/lib/minke/commands/swift.rb +1 -1
- data/lib/minke/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OTFjNWY4NWEwYTEwYWUyMmQ3ZTlkYzZkMTZhODA4N2IzNDlhYjMyYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzNhZjliOGNjYWY4YTU4ZDg3MGIzYmJkMTk4NzVlZDc3ZjcxYjM4Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmQ4MGE0Y2I0NDYwMzMxYmYwMjNmZjk1OTZiYTE5ZDcxYThiNmZjMmVkZDUz
|
|
10
|
+
YWFiNTQ1YmUyYzU4MTc0ODE5ZDM5ZWViMmE3MDQzZWFkYjNkNTg1OGIxODQ3
|
|
11
|
+
NjU0OGZlMzBiNjAxOGIyYjc4MjI2MDZkYWZjOWE5NzdmNDAxMGU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWFiN2IzYzA2ODI5MGQ0NDIxMjk0ODMyYjBiZmI5Nzk2NWZmYzQxNjgzZjM1
|
|
14
|
+
MWZiNzlmZWUxMzU3ODdlYjY3YTE2ZGU2MzE3ZDg4YjQ1NzhjMWQwZmI4YWJk
|
|
15
|
+
MTA2NjI4NTUzMTI1NGZkMTJiNjg2MWNiODhiOTYxZTNkNTdiMzA=
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## NOTE:
|
|
4
4
|
Version 0.13.0 of the gem introduces breaking changes to the configuration files in order to support multiple language builds for swift and go. Please use version 0.12.0 or upgrade your config to the new specification shown below.
|
|
5
5
|
|
|
6
|
-
**Version 0.
|
|
6
|
+
**Version 0.15.0**
|
|
7
7
|
[](https://travis-ci.org/nicholasjackson/minke)
|
|
8
8
|
|
|
9
9
|
Minke is an opinionated build system for Microservices and Docker, like a little envelope of quality it scaffolds the build, run and test (unit test and functional tests) phases of your microservice project allowing you to simply run and test your images using Docker Compose. Currently supporting Google's Go, and experimental support for Swift, extensions are planned for Node.js or HTML / Javascript sites with Grunt or Gulp based builds.
|
data/lib/minke/commands/swift.rb
CHANGED
data/lib/minke/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minke
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nic Jackson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|