Skip to content

Commit

Permalink
Merge pull request #48 from swieton/master
Browse files Browse the repository at this point in the history
Allow String or Hash for ruby gem options
  • Loading branch information
fnichol committed May 31, 2013
2 parents 29160e6 + 70aa193 commit 9afb4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
attribute :version, :kind_of => String
attribute :response_file, :kind_of => String
attribute :source, :kind_of => String
attribute :options, :kind_of => Hash
attribute :options, :kind_of => [String, Hash]
attribute :gem_binary, :kind_of => String
attribute :user, :kind_of => String
attribute :root_path, :kind_of => String
Expand Down

0 comments on commit 9afb4e5

Please sign in to comment.