summaryrefslogtreecommitdiff
path: root/manifests/captcha/v_0_1_2.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/captcha/v_0_1_2.pp')
-rw-r--r--manifests/captcha/v_0_1_2.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/captcha/v_0_1_2.pp b/manifests/captcha/v_0_1_2.pp
new file mode 100644
index 0000000..2a4e712
--- /dev/null
+++ b/manifests/captcha/v_0_1_2.pp
@@ -0,0 +1,5 @@
+class rubygems::captcha::v_0_1_2 {
+ rubygems::gem{ 'captcha-0.1.2':
+ requiresgcc => true,
+ }
+}