A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/CocoaPods/CLAide

https://github.com/CocoaPods/CLAide - 1.1.0

1.1.0 (2022-01-12)

Enhancements
  • None.
Bug Fixes

- Ruby
Published by amorde about 4 years ago

https://github.com/CocoaPods/CLAide - 1.0.3

Enhancements
  • None.
Bug Fixes

- Ruby
Published by dnkoutso over 6 years ago

https://github.com/CocoaPods/CLAide - 1.0.2

Enhancements
  • None.
Bug Fixes
  • Avoid a method redefinition warning when requiring claide.
    Samuel Giddins

- Ruby
Published by endocrimes over 8 years ago

https://github.com/CocoaPods/CLAide - 1.0.1

Bug Fixes

- Ruby
Published by endocrimes over 9 years ago

https://github.com/CocoaPods/CLAide - 1.0.0

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.rc.1 (2016-04-30)

Enhancements
  • None.
Bug Fixes

1.0.0.beta.3 (2016-03-15)

Enhancements
  • Added Command.option to easily add a single option to a command class.
    Samuel Giddins
    #64
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-08)

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

- Ruby
Published by segiddins almost 10 years ago

https://github.com/CocoaPods/CLAide - 1.0.0.rc.1

Enhancements
  • None.
Bug Fixes

1.0.0.beta.3 (2016-03-15)

Enhancements
  • Added Command.option to easily add a single option to a command class.
    Samuel Giddins
    #64
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-08)

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

- Ruby
Published by segiddins almost 10 years ago

https://github.com/CocoaPods/CLAide - 1.0.0.beta.3

Enhancements
  • Added Command.option to easily add a single option to a command class.
    Samuel Giddins
    #64
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-08)

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

- Ruby
Published by segiddins almost 10 years ago

https://github.com/CocoaPods/CLAide - 1.0.0.beta.2

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

- Ruby
Published by segiddins almost 10 years ago

https://github.com/CocoaPods/CLAide - 1.0.0.beta.1

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

- Ruby
Published by segiddins about 10 years ago

https://github.com/CocoaPods/CLAide - 0.9.1

Bug Fixes
  • Fix a regression when contradictory flags were given in ARGV -- the last
    flag given will once again be the value returned, and all entries for that key
    are removed.
    Samuel Giddins

- Ruby
Published by segiddins over 10 years ago

https://github.com/CocoaPods/CLAide - 0.9.0

Enhancements

- Ruby
Published by segiddins over 10 years ago

https://github.com/CocoaPods/CLAide - 0.8.2

Enhancements
  • Add ARGV#remainder!, which returns all the remaining arguments, deleting
    them from the receiver.
    Samuel Giddins

- Ruby
Published by segiddins over 10 years ago

https://github.com/CocoaPods/CLAide - 0.8.1

- Ruby
Published by segiddins about 11 years ago

https://github.com/CocoaPods/CLAide - 0.8.0

- Ruby
Published by kylef about 11 years ago

https://github.com/CocoaPods/CLAide - 0.4.0

Enhancements

- Ruby
Published by segiddins over 11 years ago

https://github.com/CocoaPods/CLAide - 0.6.1

Bug Fixes

- Ruby
Published by segiddins over 11 years ago

https://github.com/CocoaPods/CLAide - 0.5.0

Enhancements
  • Add a ignore_in_command_lookup option to commands, which makes it possible
    to have anonymous command classes that are or only meant to provide common
    functionality, but are otherwise completely ignored during parsing, command
    lookup, and help banner printing.
    Eloy Durán
  • Deprecate the color option in favor of ansi. This is more abstract and
    can be used for commands that only prettify output by using, for instance,
    the bold ANSI code. This applies to the CLAide APIs as well.
    Eloy Durán
  • Add more hooks that allow the user to customize how to prettify output.
    Eloy Durán
  • Word wrap option descriptions to terminal width.
    Eloy Durán
    #6

- Ruby
Published by segiddins over 11 years ago

https://github.com/CocoaPods/CLAide - 0.7.0

Breaking
  • Plugins are now expected to include the cocoapods-plugin.rb file in
    ./lib.
    Fabio Pelosin
    #28
Enhancements

- Ruby
Published by segiddins over 11 years ago

https://github.com/CocoaPods/CLAide - 0.6.0

Enhancements
  • Use an array to describe arguments.
    [Fabio Pelosin][fabiopelosin]
    #26
  • Improved layout and contents of help banner
    Fabio Pelosin
    #25
  • Colorize option, arguments, and example commands in the help banner.
    Fabio Pelosin
    #12
  • Add support for ANSI escape sequences.
    Fabio Pelosin
    #17
    #20
    #24
  • Add support for completion script
    Fabio Pelosin
    #19
  • Add support for version logic via the introduction of the version class
    attribute to the CLAide::Commmand class. If a value for the attribute is
    specified the --version flag is added. The --version --verbose flags
    include the version of the plugins in the output.
    Fabio Pelosin
    #13
    #14

- Ruby
Published by segiddins over 11 years ago