Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/fastlane/commander

The complete solution for Ruby command-line executables
https://github.com/fastlane/commander

4.1.1

3b703542fcee4f5146cbe121372600951fb7fba0 authored almost 13 years ago
update docs to reflect changes to ask_editor

8c1bc61908cc1d3d906677550c1eca32325383d0 authored almost 13 years ago
remove unnecessary io redirection

bb207cf71a53d870b5fa478dff2bfc0e79d53bf9 authored almost 13 years ago
fix ruby 1.8 incompatibility for system call

dc08ff95ca8c0bfa34a5cf23d132aa9e1a2e6d2c authored almost 13 years ago
modify editor call to redirect input/output

1401ce6f1ea16a3a6be9601ade3fc4d8800cd673 authored almost 13 years ago
mate -w arg should always be specified

3f1eef4b3998602114c47b926c35576fc57a443f authored almost 13 years ago
modify available_editor to allow editor args

c49c53ebc6d82ec99ae56d6db09607a3c94161e1 authored almost 13 years ago
use strings instead of symbols for editor, use mate -w by default

59fe3e45b0b61790094ba642411283fa724761d0 authored almost 13 years ago
correct minor syntax warning

9f76d33d939a05680ec4d17d7f1cefe1ce251608 authored almost 13 years ago
Pick an editor available in path instead of blindly defaulting to the "mate" binary

2e9003319b933af9175a3dc7e4ce8a011a4ddb33 authored almost 13 years ago
modified ask_editor to use a temporary file so that it's now working with all *nix editors

8c9716d0ee1ee4e3fcfe439eb65c90a38b0e38fd authored almost 13 years ago
release 4.1.0

5043a5894aabdcc6eb40d179b434b4cb8805cafb authored almost 13 years ago
fix ruby syntax warnings

226b0c01306713741c6365f4e191bf953375180b authored almost 13 years ago
fix #2 - Make optional args true when present

Previously, with an optional arg like:
c.option '--something [optional]'

Running your command...

d8b211db3b01a87f165b1b867218402078b09418 authored almost 13 years ago
[➠] Upgrade highline dependency to the current version.

d497786961e978c23641d35ba511aa87be57ad8b authored about 13 years ago
disable jruby 1.9 mode for now

aa866aa8bf7ef60b784ccdb96c3f7fe5118d057b authored about 13 years ago
disable paging in test env

577f292e6065a7d64b59cf599bb9bf9d2dd835bb authored about 13 years ago
attempt to fix travis build issues

2e10efe2d67707de680aa2e5f678bd055afd24b6 authored about 13 years ago
fix rdoc formatting in history

c4ee646ab6ca5f8824dc749fc4557b2ccd4e4790 authored about 13 years ago
release 4.0.7

977c7ac2dba3da65ba6906a72d463f7e22508745 authored about 13 years ago
fix #12 - move synopsis above description

1e7a151c97d7351dd3a1cea0ad5f69662fc9cc98 authored about 13 years ago
add simplecov to make me feel sad ;)

1a1c4c8d1c274b438262d24e09a80133cb130051 authored about 13 years ago
setup for travis ci

dbb9ef1060daec5e22880db12f27f58081538e70 authored about 13 years ago
handle invalid commands passed to --help

c9b41c454de2a5bd938541912dcefea9d8927be2 authored about 13 years ago
fix #33 - allow --help after commands

8d9fd0eebe25f59e8aa90be89607bc42292580b1 authored about 13 years ago
fix ensure block in enable_paging

ensure is called even after explicit returns, so need to check for nil local variables

c513eb731af1bc549c173f00a6155826bb9d9496 authored about 13 years ago
convert tabs to spaces in runner spec

b1f89b4a4ba543493d0b4f1c3757bcbb59fcbeee authored about 13 years ago
fix syntax warning in spec helper

34c223cc6e112dd966168256f56c470e20ebe66b authored about 13 years ago
convert to rspec eq matcher

prevent ruby syntax warnings

4b396122de6d9479480db88e12ec24e1a3a08372 authored about 13 years ago
Revise fix for platforms not supporting Kernel.fork

- Remove unnecessary begin/end/return
- Ensure pipes are closed
- Change order in which pipes ar...

05050e04e6fde12a19fa7e68cfb9f8a8d6939c8b authored about 13 years ago
Rescue NotImplementedError thrown by Kernel.fork

JRuby, MacRuby, and Windows Ruby do not implement Kernel.fork (usually), but rather than explici...

f3c3f0bb2b089ee9b052a3bf904dbc083be3361b authored about 13 years ago
fix typo in readme

b366cc276c6f0fc85f7e5131965560187d77c3e6 authored about 13 years ago
fix whitespace

a68d9f76003d05d6c8de9a82863f65fd6865b0ab authored about 13 years ago
remove dependency on echoe

- Update all gem meta-stuff to use bundler for managing dependencies and minimal gem-related rak...

d9cbac7aeae896d7f60d6aa9ee82052e7fd19746 authored about 13 years ago
reminder instructions for pushing gem

7e1674b988c2ed90c0bd3a64a2fca474c341eab3 authored over 13 years ago
update history and gemspec for version 4.0.6

f82f567d80c2b52c0472576fe05d6a63c7088abe authored over 13 years ago
update version numbers for dependencies

7e7602751f163dc62e5d317cbdd495da1dbfb4da authored over 13 years ago
fix dev docs

b4ca686007755134be10a8e96422522477f120bd authored over 13 years ago
fix spelling error

95acbe9051069557429349ac6386bb1707b2f43b authored over 13 years ago
add docs for commander init

16d30105841f73c4b13cbbaff6962c4743058c87 authored over 13 years ago
Merge pull request #29 from JonathonMA/fix-ruby1.9-performance

Fix performance issue under Ruby 1.9 by using fixed methods instead of method_missing

4a53432ebf9841167e1bcde5884813eacf48fe51 authored over 13 years ago
Avoid triggering deprecation warning in ruby 1.8.7

- Use Object instead of Module for const_get, since that's where the
list came from

37afa90750a1cddad4a7fa36ebcca07615d9bca0 authored over 13 years ago
Improve hardcoded ask_for_* handling

- include all HighLine::Question#convert special cases
- include all Classes that respond to #parse

8c6f9eaff85cf0efcc2cae2ab0310c950dc972a1 authored over 13 years ago
Use fixed methods instead of method_missing.

AskForClass overrides method_missing and is included by commander/import
to allow you to do thin...

85743ddcc902055cbfe9f1c3e11b774d366ff612 authored over 13 years ago
fix psych require to still work on ruby 1.8

601522c77bec5d68d013e655cdfd0e99b1fb3c12 authored over 13 years ago
Use Psych instead of Syck for YAML.

8f3df7fd8d069568dc8ebd2b089a83fbc9d58034 authored over 13 years ago
release 4.0.5

055bd80b29b964c50a1e3e721b811362c199682e authored over 13 years ago
1.9.2 bug note

b19360682b15d21c674492b859893f4bf409ccd2 authored over 13 years ago
improve rake task dependency management

21bbba6dfdd17c833ba2ebc738c8443eda238d24 authored over 13 years ago
add sdoc require statement to produce an error if sdoc is not installed

f3e3cafd21126077ab0185f8f8e75d919a54b67e authored over 13 years ago
add to_s to exceptions as option parser no longer does implicit conversion, makes spec pass

a1384e08032db6849402c4f62cee11ce1ebe3333 authored over 13 years ago
fix platform test, was invalid due to order of evaluation

de5c7a18d8582f5cfa10962af42c5794d5d2f149 authored over 13 years ago
add spec example for github issue #8

62a997817c5bd310db8140a223a97f7e214e6e45 authored over 13 years ago
correct spelling in spec examples

5b3841358f6ddb0faa7d4aee8caf56c2f451760c authored over 13 years ago
ignore .rvmrc

2513aa80707ead9c7e2a81d50103ed5fa2f3b3c1 authored over 13 years ago
Merge branch 'master' of github.com:RichGuk/commander

a154d1122e69b7cd71318fe25229652ec2d58af8 authored over 13 years ago
Adding a color method to wrap terminal.color

e82198ef75331004e2c3daeced7c4d20cd09758a authored over 13 years ago
Adding say_ok, say_warning and say_error methods to say something in green, yellow or red

1862b6aeb33ce590df5e8b6cfb9c0fb9a3b796e6 authored over 13 years ago
Allow global options to be passed in any order, even mixed with command options.

Global options can be passed before or after the command, they can even be mixed
with command op...

dbd59394e9fd2a9fbd8db0e1693a4064c20b7f97 authored over 13 years ago
Removed the need for File.dirname in specs.

Since 1.2.9 Rspec has added PROJECT_ROOT/spec to the load path.

31b4e6e5459ee94959af76084b6d059a68ea9f4e authored over 13 years ago
Merge remote-tracking branch 'simonc/master'

62ca410e91d9522ffc7cf0b77681520bd893cfd8 authored over 13 years ago
add development instructions and rake setup task, update manifest

d62d14cad63b9bfcd2618f197aa90460780d4c8d authored over 13 years ago
update dev dependencies and author info

31e070c0d17fce76853c0a85a4cc81a2d1b0ae5b authored over 13 years ago
modify instructions on running specs

8660cdfb26cf18951ce1a4856ce1aefb46145727 authored over 13 years ago
ignore gem build

fc69fc0ba9c889be82ca4c8bf7cdd93d2a903804 authored over 13 years ago
Adding a color method to wrap terminal.color

cd720dbef0a841436ecbd2ffeb16061497fa9af4 authored over 13 years ago
Adding say_ok, say_warning and say_error methods to say something in green, yellow or red

e511e9d511acad78c4a2ab07cf7b25787cd0e0f5 authored over 13 years ago
add homebrew instructions for installing growlnotify

9d1117b2cf938dec53198ace75d7508006c20768 authored over 13 years ago
fix installation docs and rdoc format links

d95a7e0f9001c10e1cb50671ce0c0b85ce9edc5a authored over 13 years ago
clarify documentation for growl notification methods

171b99776473491677bb2d6f96db43760a9b5bc2 authored over 13 years ago
Release 4.0.4

9b0b4971b59bebc3ffd40ec8ed49a94ebdf9e604 authored almost 14 years ago
tabs to spaces

13a497d44aed59a1e3b890aa814d7962d5fe6ba9 authored almost 14 years ago
program(key) fix for Ruby 1.9 change to Array#to_s. Affects any key with a non-array value, e.g. :version and :name.

362ea77d0d682968d381d4d4905bbec35e3be9f1 authored almost 14 years ago
Fixed straggling references to #program :formatter

437accf0dd4e1b4726f55ba2e4c51bce642d551c authored almost 14 years ago
Changed :formatter to :help_formatter in README

bec34498a0e33de924c6c1a932456e7ce2218baa authored almost 14 years ago
fixed a spelling error and a grammatical error.

8084d0540dc90ffcad7b6d6f6740c07ac365dfaa authored almost 14 years ago
Release 4.0.3

e80dcdac0e3b2e687dd2f49a5dd6c7b7dba75660 authored almost 15 years ago
Fixed global_option swalling an argument it didn't expect. Closes #22

b54918628de656ccf975e328d12eecc6c0220333 authored almost 15 years ago
Release 4.0.2

0f8f56e291ad1703df33eef0d406690f0f5bff65 authored about 15 years ago
Misc refactoring for :int_block

94541a0fbc1aaed45eec89abf5855aed63d41fda authored about 15 years ago
Added program(:int_block) to allow a block to be run on interrupt.

1498502f2c98737cb70f749e2582f97fddd71c19 authored about 15 years ago
ProgressBar immediately shows, and doesn't die on empty lists. +Test

eb17cab453a6fd9228f8a70f25efc309da34e5b2 authored about 15 years ago
Fix failing test. Output was correct, just needed a sort.

4516b33c80573acf44c65bd84bfb25ad272302fa authored about 15 years ago
Release 4.0.1

18e5c14cfe54f01edb5dab794b20a5e840f89d46 authored about 15 years ago
Removed useless formatter specs

7093bc68cc1d24356cdccae735ccf65c63d23891 authored about 15 years ago
Make runner specs testing abort behaviour pending under JRuby.

c5238c9f9b328f3cb9fc607a096a72b997f6a89d authored about 15 years ago
Use RUBY_ENGINE for JRuby test instead of RUBY_PLATFORM.

b96393cc9a149a98b61ffee718047bc916b39e83 authored about 15 years ago
Use RUBY_ENGINE for JRuby test instead of RUBY_PLATFORM.

4254b4a2e1b78bfd49a69b70b5f1c4c8aa03e4b2 authored about 15 years ago
Use RUBY_ENGINE for JRuby test instead of RUBY_PLATFORM.

357afe937c2990afb9ba68f2048e10a8ac493485 authored about 15 years ago
Don't try to page under JRuby.

4cae806bbd8e33112803e1e12381625f91abacc8 authored about 15 years ago
Fixed template; should require "commander/import"

22f72429142f5300c752f2fea814657085599459 authored over 15 years ago
Release 4.0.0

84140214e82c97c1ddaf94251b5e937645534f21 authored over 15 years ago
Docs

103df4a7a4f0ec8c6e0045e20b1e376a2ef362ab authored over 15 years ago
Docs

ed46a21b63d4eeb581c97fc5921dc468e72e6049 authored over 15 years ago
Aliased #when_called as #action [#9]

31715b4079f994ebd40681ec428a3492fab8eb3e authored over 15 years ago
Installation docs

3cf493a2acdb49281ce8a9865e24dd1f635edc02 authored over 15 years ago
Spec docs

7f735b6ea5c96921f740c54d0c3475b2e93dd2ea authored over 15 years ago
Removed spec tasks, use autospec

29aa29c93a4c19b23ebed007c58f18ea124f8512 authored over 15 years ago
Updated manifest / gemspec

99ccc40d51d7f890e3b5124cadca8085c68436f5 authored over 15 years ago
Fixed broken regexp; Changed :int_message, only traps INT when available

aa8173a51017377df1f8468b055b70a41b0dd169 authored over 15 years ago