Commit 02df59fa77aa1aba861cf2676676e91cb9dbbc3e:
    Add a Gemfile

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
tools/.gitignore                                             | + 
tools/Gemfile                                                | ++++ 
------------------------------------------------------------
5 changes: 5 additions, 0 deletions.
------------------------------------------------------------


diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..b844b14
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1 @@
+Gemfile.lock
diff --git a/tools/Gemfile b/tools/Gemfile
new file mode 100644
index 0000000..a0cfab4
--- /dev/null
+++ b/tools/Gemfile
@@ -0,0 +1,4 @@
+source 'https://rubygems.org'
+
+gem 'builder'
+gem 'whimsy-asf'

Reply via email to