2
1
mirror of https://github.com/kdabir/has.git synced 2024-09-18 17:01:29 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
Kunal Dabir
ebe59833f3 extracting regex for version matching in setup. bit ugly, but can be refactored later. also grep was acting different on mac/linux mac/BSD grep no longer has -P so finally using egrep. character class \d was not working on some linux so used :digit: 2015-02-13 13:20:25 +05:30
Kunal Dabir
7eccca0a44 More version goodies. ability to disable version display. 2015-02-13 10:13:23 +05:30
Kunal Dabir
45616090c8 guillotine strips query params by default. turn that feature off. 2015-02-13 07:49:31 +05:30
Kunal Dabir
b316fde795 add specific ruby and thin in Gemfile. also add Procfile for Heroku. 2015-02-12 22:24:57 +05:30
Kunal Dabir
2841d0f2f9 going away with the preselected groups as it is quite subjective matter. now build accepts patterns. Expose the app over web and have a shortened url long check strings. 2015-02-12 19:55:29 +05:30
Kunal Dabir
8e3299d017 remove generated scripts from repo. we are moving to mode such that installation wont be required. bash-only support is moved to a separate branch. 2015-02-12 19:31:37 +05:30
Kunal Dabir
d60b2fd47c adding usual suspects for project root 2015-02-12 19:28:24 +05:30
Kunal Dabir
433f670a3f First prototype of extracting and printing version of commands 2015-02-12 19:22:54 +05:30
Kunal Dabir
055457d499 Merge pull request #9 from dexterous/master
Update reporter; colourize output
2014-05-12 15:52:26 +03:00
Saager Mhatre
11984e8d81 Update reporter; colourize output
Closes #6
2014-05-12 15:44:56 +05:30
Kunal Dabir
c17b6d2afa fix typo in yeoman. 2014-04-23 23:08:17 +05:30
Kunal Dabir
f20ce01af2 minor updates to readme 2014-04-12 01:09:51 +05:30
Kunal Dabir
3fb43e69b3 add checks for common shell utility tools/commands 2014-04-10 13:01:35 +05:30
Kunal Dabir
3af5cc3cd0 Merge pull request #4 from dexterous/master
Make build artifacts executable
2014-04-08 21:49:48 +05:30
Saager Mhatre
aa71039f4f Build artifacts with new build script 2014-04-08 21:48:26 +05:30
Saager Mhatre
e2702935b4 Update build script; make artifacts executable 2014-04-08 20:18:34 +05:30
Saager Mhatre
8065f2f80f Update build script; refactor groups into loop 2014-04-08 20:17:55 +05:30
Kunal Dabir
0ef6b58790 add description to custom build 2014-03-05 11:13:16 +05:30
Kunal Dabir
d94d2b6ac8 update examples for custom builds 2014-03-05 11:08:08 +05:30
Kunal Dabir
b929dd92fd fix typo in the build 2014-03-05 03:50:32 +05:30
Kunal Dabir
63a0f7adb8 initial commit 2014-03-05 03:46:26 +05:30
Kunal Dabir
78e6748593 Initial commit 2014-02-20 08:09:25 -08:00