Ecosyste.ms: OpenCollective

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

github.com/CocoaPods/CLAide

A small command-line interface framework.
https://github.com/CocoaPods/CLAide

[Specs] Fix coverage

f062828998d3470dbf79120b8338206b1eb82fdb authored almost 11 years ago
[Rake] Clean up

b41eb1fb9333633f45716d7e566aecbb2b8ed51f authored almost 11 years ago
[Rubocop] Setup

44dd57688cd04ff12fd1f3a57653787aa530b694 authored almost 11 years ago
Add kicker configuration

e5ebbab45cd84177c4b1a6ad64fa80fe0ededc01 authored almost 11 years ago
[Command] Use only TTY check for ANSI output

CLAide includes by default the stub string mixin to prevent crashes (CLAide was
using the blue m...

34377be3ce15fedaa9e454c8d288b11d74d50f33 authored almost 11 years ago
Add support for ANSI codes

Closes https://github.com/CocoaPods/CLAide/issues/17

cb232667cbb3f9ef7b0809d034e15a8a393528cc authored almost 11 years ago
[Specs] Fix for Ruby 1.8.7

f9473754ca77214739db01940b4e5da0bd811963 authored almost 11 years ago
[Specs] Generate coverage only on Ruby > 1.8.7 2

a692c3afb6324d25266cb4a984a93a9af5e3629e authored almost 11 years ago
[Specs] Generate coverage only on Ruby > 1.8.7

f1252c710afbd6d3ffaba2202e2dfcca69da49ac authored almost 11 years ago
[Travis] Tentative fix 2

7a88e07436704a259915028f2e3020a439704d0a authored almost 11 years ago
[Travis] Tentative fix

20e08dfd4066f2cae7b732bd1c7c18083ff7fe72 authored almost 11 years ago
[Gemfile] Fix compatibility for 1.8.7

cfd85ba60ac38306010f4bbeffe350cda329e265 authored almost 11 years ago
Merge pull request #19 from CocoaPods/irrtionalfab/completion

Add support for completion scripts

18bd7bee497e48499b62146c7a222536856dd203 authored almost 11 years ago
[Command] Add support for zsh autocompletion

473baade470bbe8311345e67d9cd502dc91dd697 authored almost 11 years ago
[Specs] Use a different class for testing plugins

e2ae7c3dfefa053f2d986172fe2293d3aadcd9e7 authored almost 11 years ago
[Command] Improve logic to handle version flag

9155cafc774d8d6dbca38670f2c6d69312fd44ce authored almost 11 years ago
[Travis] Temptative fix for 1.8.7

7ce0f90fff103d5b9f5aaa48f15394b1c9c2d773 authored almost 11 years ago
[Command] Add suggestion for uknown command message

Closes https://github.com/CocoaPods/CLAide/issues/2

71d59094d130cdff52e1c11e87d2e04bac7f616e authored almost 11 years ago
[Command] Remove empty method

493b981c80d74adb860892239712e9e2698d1f0e authored almost 11 years ago
[Command] Rescue object when loading plugins

https://github.com/CocoaPods/CLAide/commit/fbbb2a35e92f03ac034175daa6d8e34cd8426852\#commitcomme...

5075c4df4a63a5692231afa7be37087d05bcc40d authored almost 11 years ago
[Travis] Use bundle exec directly in Rakefile

Should fix failure in 1.8.7

59e5a41bc3e59a1788a92eb600564e5cf6c31bb7 authored almost 11 years ago
[Readme] Use https to force GitHub to refresh the badges

5e0fef080652c069c120640fa6ecc0b800e03cde authored almost 11 years ago
[Gemfile] Fix 1.8.7 syntax

9bbe0da35fb1b40f47147c1bde515a5f09128f2a authored almost 11 years ago
[CodeClimate] Test coverage

3da4ac0289418cec4201858e303b389e798f4e89 authored almost 11 years ago
Update README.markdown

0f70339f62fba03e7f724c7fe53e859b3ffccf57 authored almost 11 years ago
[Command::Banner] Colorize options, arguments and example commands

b2c321d0af7f0fcbe81f0a592dd779f31eb93019 authored almost 11 years ago
[Command] Move plugin logic to a helper and add specs for version logic

fbbb2a35e92f03ac034175daa6d8e34cd8426852 authored almost 11 years ago
[Bundle] Update

25bb10efcaea62456b89e9d81813da1e97248346 authored almost 11 years ago
[Gemfile] Add kicker

a50ba7561e649bbc7d60dd18d8311dccfdac6ba4 authored almost 11 years ago
[Command] Add version logic

052007f2e5f6ace6924f0cc6ed70266e16003ad8 authored almost 11 years ago
Update README.markdown

d14c7622e87fb19e3158656b2a459c284fbe4015 authored almost 11 years ago
Update README.markdown

e1edf213a96e72263d18547bfc4f0fa47f81189c authored almost 11 years ago
[Travis] Remove Rubinius

3ca9ce023a0b3e56979811c29e58e7a868e9d796 authored almost 11 years ago
Release 0.5.0

44938d0f602fb48e17d5f3b45ecf4764f4fd129d authored almost 11 years ago
[Rakefile] Commit the changelog and the gemfile.lock in release task

120f2b2195aea17a20e75c373592beeb0249b96b authored almost 11 years ago
[Rakefile] Add bootstrap task

b2b1d2c520157e60d65c0f14e3270c959d77a614 authored almost 11 years ago
Add magic encoding comments to all Ruby source files.

60327a3d623a9036e2fcb1d52eee6979f63780d7 authored almost 11 years ago
Only enable ANSI and word wrap by default if connected to a TTY.

f5e4752d8cc4ba055e1d96713275e9955fea9f37 authored about 11 years ago
[Command] Wrap option descriptions to terminal width.

Fixes #6.

e98d1580aaad140779851e0b14dbbee7bcff29d4 authored about 11 years ago
Deprecate `color` in favor of `ansi` and add prettify hooks.

These hooks allow the user to override the way in which various output
will be printed. By defau...

c8b020cf9d48644f5554d742b21c7370e94f449a authored about 11 years ago
Don't add file extname when requiring.

8eab84977ba8a85a6a7cb3e1cb61ec962ece73b8 authored about 11 years ago
[Command] Allow for completely anonymous command classes to exist.

This is useful when you want to provide common functionality to command
classes without the comm...

3ff14194308c936b5d2679adb4492b3bb5297eb2 authored about 11 years ago
Release 0.4.0

b662b54098aa6ba5832c2382342cc363111bb3e6 authored over 11 years ago
Added changelog

91ac1fe04310368d8173800d88f614df2881e3bb authored over 11 years ago
[Command] Rescue plugin load failures and inform the user - Fix for Ruby 1.8.7

21f4fdcb4d7ddc5809c345a9bb0f2b2a37d0c466 authored over 11 years ago
[Command] Rescue plugin load failures and inform the user

f925edcc23589b17ff8c48a32e06be10909cdd32 authored over 11 years ago
Merge pull request #3 from leshill/plugins

Subcommand plugins via `cocoapods_plugin.rb` file

2de0aea368f02407540138bb3ec284b88fbde2ce authored over 11 years ago
Subcommand plugins via `cocoapods_plugin.rb` file

Any CLAide Command can load subcommand plugins by setting the Command.plugin_prefix for the
comm...

e263ef1fff113548c4ae1cfb1fb8fe03d0ff70bb authored over 11 years ago
Merge pull request #1 from leshill/plugins

Load subcommand plug-ins at runtime

7fae7e88dea3cb93748e0c5356e5a0314c8cca7a authored over 11 years ago
Load subcommand plug-ins at runtime

We use rubygems to load a subcommand plug-in gem with a file that can be
loaded at

<command...

794bdddf49b5a19a4347b81910d4db71dad6b5ac authored over 11 years ago
[README] Where’s the ‘were’?

c12d8bdd0579807fd8a265cf1a0e2d8fbb36e90d authored over 11 years ago
Release 0.3.2

e97c290ccc133ed03b856ca5527cfc47610ac901 authored over 11 years ago
[Rakefile] Improve release task

65dca3f2c2302149a6d830d2071d832650392fe6 authored over 11 years ago
Release 0.3.1

311935d74680315d3f6e997015fb0c1b12ac6efd authored over 11 years ago
[Gemspec] Include all files in lib

d9ff3a7745dd5ee999b94dc2e2fd35e951923e2a authored over 11 years ago
[Rakefile] Fix relase

c06a9040e315423b5a7c30782326d76d313337b3 authored over 11 years ago
Release 0.3.0

a2445625443c738b8188e4c0957cc8da4129c5b8 authored over 11 years ago
[Rakefile] Add release task

89cf54c5cdc706680e53762cf448a62e6c4d095b authored over 11 years ago
[Specs] Restore support for 1.9.3

6166ab86311e5b354e3809bffabd95b95d06a38e authored over 11 years ago
[Banner] Show default subcommand

9be98561945e6f075917d6588296c0ae45dc8d06 authored over 11 years ago
Complete support for the default subcommand

9bb8277d6bf95080bb3543f1192a7bc3080c9431 authored over 11 years ago
[Help] Don't require the command instance

e09c2f8043ae9a9a785cc6dc658a0d012ca9af7a authored over 11 years ago
Extract banner logic in dedicated class

0a2c16c529639da6d8a2b36f274d5a0074a6d20e authored over 11 years ago
[Specs] Minor tweaks

971aabed3e99494e22b64ed71f7bfb092fa9911e authored over 11 years ago
Refactor file structure & Use PrettyBacon

1f2dc299d3562601283292bc3f37f11dc8eba95c authored over 11 years ago
Initial support for default subcommand

c7213607925f93904a3af32b3a321dcabb322b38 authored over 11 years ago
Bump to 0.2.0

640812b48fa13f4a36de38491ab1fb6132736a0e authored over 12 years ago
Add Travis CI build status to README.

4af57cff988ecced59eeaa463c400e87b156c1e7 authored over 12 years ago
Add rake to the Gemfile.

419312a8a615735991dc4288ef9793083d22c806 authored over 12 years ago
Add Travis CI config.

b9703a827c6e0f8932156fddda5fbbaae74c37c5 authored over 12 years ago
Some doc improvements and add ARGV#empty?.

0fdb2810ea248c55121883b9a45ff7859ffdb4ba authored over 12 years ago
Fix link to example.

4ff30bb050141438e8808ab03aa5844904d534b6 authored over 12 years ago
Bump to 0.1.1

557c918246dbb6a7b0065466278df9898a4666d5 authored over 12 years ago
Don't eagerly consume arguments of the same value with shift_argument.

d4bafd5fd6a06946070d03710604e5191bf49740 authored over 12 years ago
Link to correct docs location.

cc7692dda5432829147d52261a38b1b661c641d5 authored over 12 years ago
Some doc tweaks.

a9c8d4f21c99daf10ada8a079bb8025bcc7e253d authored over 12 years ago
Bump to 0.1.0

a14ea1f793034d9618bebe3d063230df8b6b3f96 authored over 12 years ago
Vendor a version of ActiveSupport’s strip_heredoc.

6408f62f2a057987f55f3065b426e2a48bf62b3f authored over 12 years ago
Move YARD options to .yardopts file, so it will be used by rubydoc.info.

e7c22ae3adb9782b1d48761f9901540e4f81d387 authored over 12 years ago
100% documented, thanks for the discipline @irrationalfab!

9435f9a34b4e632be59a7388f3e05c6fd46c2edc authored over 12 years ago
Some more doc work.

196e0bc2ac2b27ed68a4ea1522f1ba88bece1154 authored over 12 years ago
Move Command code around.

cc749401976917d8f2a804dffe33a53f8ed72a5c authored over 12 years ago
Document everything but Command.

3783e0b37db09cf08d2ae46343c11fc9b2a82965 authored over 12 years ago
Move classes around and all into the CLAide module.

9d8c0b6e0bd8dcd7ddd58ead2270e95707b7094b authored over 12 years ago
Update make example.

9c5f958604c825b735b33c656aac3af774c0763f authored over 12 years ago
Update README.

5c4f640841c5f97159ab171d51ee6b13d61724f5 authored over 12 years ago
Make specs green.

8069626ce716703b1ac9b3137b393b064e566ed4 authored over 12 years ago
Update argv.rb example

a7708870ccc4f9e1920d197c8118b7dc31ec96ef authored over 12 years ago
No longer needs ActiveSupport’s inflector.

fc1a4fbb6ccd70e2968e940b55a31b76c3460a59 authored over 12 years ago
Actual English!

f626bc62b5c535a8c9eae484e3c64a66e29ce3fd authored over 12 years ago
Stash work on README and examples.

652a2cdee113bbeef8d044cc0c9e136ae96bf975 authored over 12 years ago
Options should include a '=', otherwise they’re recognized as flag an arg.

324ceaf81365eb6e5936c010037887a2c8d44f3e authored over 12 years ago
Convert args to strings.

116f6b5ae7a2fc9c1c492c3a71a137a24baecfa3 authored over 12 years ago
An InformativeError always responds to exit_status.

a9f1e89cac6cd66952eacb8096c0beec360c867b authored over 12 years ago
Make Informative a module, which the client can include in their own error classes.

fdcc73837ff0c67b440fa9a20dc6366c78f06f09 authored over 12 years ago
Improve color option banner, because color is enabled by default when available.

11f286c57f6b1a6c76cda1754ed96f0a75082942 authored over 12 years ago
Add color option to banner.

4d6561f1c9da0872584dfd9f54a2ff977f30d478 authored over 12 years ago
Try to get it right...

ebb40a1096560ffa64aa6059116d7c1b59dc5779 authored over 12 years ago
Always check CLAide::Command for default colorize value.

c7d03b49106822da9ce55b851f1f938b946b582a authored over 12 years ago
Move formatting methods to instance level and colorize some output if available.

630c153872152acda5f3d9683b1392e82c5008da authored over 12 years ago