Skip to content

Commit

Permalink
Merge pull request #28 from smarty-gettext/dist-clean
Browse files Browse the repository at this point in the history
Make release tarball more compact
  • Loading branch information
glensc committed Jan 17, 2019
2 parents 9bd24a8 + 7908c7c commit 9a7d928
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .gitattributes
Expand Up @@ -9,5 +9,12 @@
/appveyor.yml export-ignore

# tests
/phpunit.xml.dist export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/composer.json export-ignore

# docs
/README.md export-ignore
/COPYING export-ignore
/CHANGELOG.md export-ignore
/AUTHORS export-ignore
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- php: "7.0"
- php: "7.1"
- php: "7.2"
- php: "7.3"
- php: "nightly"
- php: "hhvm"

Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Expand Up @@ -11,4 +11,4 @@ Tim Schoondergang <tim.schoondergang@timmit.nl>
nishantweb <nishant.gupta@monotype.com>

Copyright (c) 2004-2005 Sagi Bashari <sagi@boom.org.il>
Copyright (c) 2010-2018 Elan Ruusamäe <glen@pld-linux.org>
Copyright (c) 2010-2019 Elan Ruusamäe <glen@pld-linux.org>
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Gettext support for Smarty2/Smarty3

## [1.6.1] - 2019-01-18

- Make release tarball more compact, [#28]

[1.6.1]: https://github.com/smarty-gettext/smarty-gettext/compare/1.6.0...1.6.1
[#28]: https://github.com/smarty-gettext/smarty-gettext/pull/28

## [1.6.0] - 2018-10-13

As per [spdx.org/licenses/LGPL-2.1+][1] the license identifier `LGPL-2.1+` has
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -179,7 +179,7 @@ See how it's done in [Eventum][7] project.
-------------

Copyright (c) 2004-2005 Sagi Bashari <br>
Copyright (c) 2010-2018 Elan Ruusamäe
Copyright (c) 2010-2019 Elan Ruusamäe

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down

0 comments on commit 9a7d928

Please sign in to comment.