[Xfce4-commits] [www/moka] 03/07: Add a Gemfile !

noreply at xfce.org noreply at xfce.org
Sat Nov 16 18:08:18 CET 2019


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/moka.

commit 4039b2f5a9190bb91b2dfe66973e2567d4e502ab
Author: Romain B <skunnyk at alteroot.org>
Date:   Tue Jun 13 00:29:53 2017 +0200

    Add a Gemfile !
    
    - This way it's easier to setup moka !
---
 Gemfile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..2d4765a
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,17 @@
+source 'https://rubygems.org'
+
+gem 'pony'
+gem 'rake'
+gem 'sinatra', '~>1.4'
+gem 'warden'
+gem 'haml'
+gem 'ratom'
+gem 'jeweler'
+gem 'thin'
+gem 'dm-core'
+gem 'dm-types'
+gem 'ftools'
+gem 'sass'
+gem 'dm-migrations'
+gem 'dm-sqlite-adapter'
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list