-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from essentialkaos/develop
Version 0.1.0
- Loading branch information
Showing
5 changed files
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
######################################################################################## | ||
|
||
.PHONY = fmt all clean deps | ||
|
||
######################################################################################## | ||
|
||
all: yo | ||
|
||
yo: | ||
go build yo.go | ||
|
||
deps: | ||
go get -v pkg.re/essentialkaos/ek.v7 | ||
go get -v pkg.re/essentialkaos/go-simpleyaml.v1 | ||
|
||
fmt: | ||
find . -name "*.go" -exec gofmt -s -w {} \; | ||
|
||
clean: | ||
rm -f yo | ||
|
||
######################################################################################## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
|
||
Summary: Command-line YAML processor | ||
Name: yo | ||
Version: 0.0.2 | ||
Version: 0.1.0 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: EKOL | ||
|
@@ -92,6 +92,9 @@ rm -rf %{buildroot} | |
############################################################################### | ||
|
||
%changelog | ||
* Wed Mar 08 2017 Anton Novojilov <[email protected]> - 0.1.0-0 | ||
- ek package updated to v7 | ||
|
||
* Tue Feb 14 2017 Anton Novojilov <[email protected]> - 0.0.2-0 | ||
- Fixed output for arrays with maps and sub arrays | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters