Alfred Workflow for working with Rubygems.org
- version 0.2.0
gem s sinatra=> searches 'sinatra' on rubygems.orggem g sinatra=> goes to the sinatra page on rubygems.orggem c sinatra=> returns list of gemfile versions.Press Enter=> copies most recent gemfile* spec to the clipboardPress Cmd + Enter=> pastes most recent gemfile* spec to the top app
*i.e. gem 'sinatra', '~> 1.4.4'
*non-prerelease
This is my first workflow, so if you have any problems, please let me know. I will be improving and expanding this hopefully in the future to have similar functionality as kenshin's. This was inspired by kenshin's ruby gems... and not as pretty. https://github.com/kenshin54/alfred2-rubygems-workflow
get "feedback" from the rubygems api for alfred to parse during searchesspecify a particular release for searching or copyingenable pasting option to automatically paste the copy
0.2.09-25-2014 -gem cnow returns list of gemfile version for user to select0.1.13-26-2014 -gem cnow returns most recent non-pre-release declaration0.1.03-26-2014 - First go at this