README.org in concourse-resource-rubygems-0.3.4 vs README.org in concourse-resource-rubygems-0.4.5
- old
+ new
@@ -18,37 +18,48 @@
repository: resource/rubygems
#+END_SRC
* Source Configuration
-|------+----------+--------------+---------------------|
-| Name | Required | Default | Description |
-|------+----------+--------------+---------------------|
-| gem | Yes | | The name of the gem |
-| host | No | rubygems.org | The RubyGems host |
-|------+----------+--------------+---------------------|
+|---------+----------+--------------+----------------------|
+| Name | Required | Default | Description |
+|---------+----------+--------------+----------------------|
+| gem | Yes | | The name of the gem |
+| host | No | rubygems.org | The RubyGems host |
+| api_key | Yes | | Key for RubyGems API |
+|---------+----------+--------------+----------------------|
* Behaviour
** ~check~ Find the available versions for a gem
*** Parameters
- None
-** ~out~ Not Implemented
-
** ~in~ Fetch a gem
-Fetches a gem and places it in ~#workdir~
+Fetch a gem.
*** Parameters
- None
+** ~out~ Publish a gem
+
+*** Parameters
+
+|------+----------+------------------+--------------------------------------|
+| Name | Required | Default | Description |
+|------+----------+------------------+--------------------------------------|
+| glob | no | pkg/#{gem}-*.gem | Globbing pattern for files to upload |
+|------+----------+------------------+--------------------------------------|
+
* License
-Apache 2.0 License, see ~LICENSE.txt~ for details.
+
+ ~concourse-resource-rubygems~ is available under the [[https://tldrlegal.com/license/mit-license][MIT License]]. See
+ ~LICENSE.txt~ for the full text.
* Contributors
- [[https://colstrom.github.io/][Chris Olstrom]] | [[mailto:chris@olstrom.com][e-mail]] | [[https://twitter.com/ChrisOlstrom][Twitter]]