Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Aug 6, 2015
1 parent 6392db1 commit fb7243c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions completion/zsh/_lazy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ local ret=1
bash:'This command generate a bash completion script automatically'
meta:'Set, get or list meta.'
compile:'compile current source into Phar format library file.'
archive:'Build executable phar file from composer.json'
github:build-topics:'Build topic classes from the wiki of a GitHub Project.'
init:'initialize your lazyrecord structures.'
build-conf:'Build configuration file.'
Expand Down Expand Up @@ -133,23 +132,6 @@ local ret=1
'--no-compress[do not compress phar file.]' \
&& ret=0

;;
(archive)
_arguments -w -S -s \
'(-d --working-dir)'{-d,--working-dir=}'[If specified, use the given directory as working directory.]:dir:_directories' \
'(-c --composer)'{-c,--composer=}'[The composer.json file. If --working-dir is ignored, dirname of the composer.json will be used.]:file:_files' \
'--vendor=[Vendor directory name]' \
'--bootstrap[bootstrap or executable php file]:file:_files' \
'--executable[make the phar file executable]:bool' \
'(-c --compress)'{-c,--compress}'[compress type\: gz, bz2]::("gz" "bz2")' \
'--no-compress[do not compress phar file.]' \
'--add=[add a path respectively]' \
'--exclude=[exclude pattern]' \
'--no-classloader[do not embed a built-in classloader in the generated phar file.]' \
'--app-bootstrap[Include CLIFramework bootstrap script.]' \
':phar-file' \
&& ret=0

;;
(github:build-topics)
_arguments -w -S -s \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fast"
],
"description": "The Fast PHP ORM",
"version": "2.2.0",
"version": "2.2.1",
"require": {
"php": ">=5.4.0",
"corneltek/sqlbuilder": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/LazyRecord/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Console extends Application
{
const name = 'LazyRecord';
const VERSION = "2.2.0";
const VERSION = "2.2.1";

public function brief()
{
Expand Down

0 comments on commit fb7243c

Please sign in to comment.