Encryption

This commit is contained in:
Gregory Eremin
2013-07-09 15:04:03 +07:00
parent ab5072c1c5
commit d7ff408863
6 changed files with 60 additions and 23 deletions
+12 -2
View File
@@ -1,12 +1,22 @@
source 'https://rubygems.org'
# Application / Server
gem 'sinatra'
gem 'shotgun'
gem 'unicorn'
# Database
gem 'sequel'
gem 'pg'
# Encryption / Decryption
gem 'encryptor'
# Syntax Highlighting
gem 'pygments.rb'
# Sugar
gem 'haml'
gem 'sass'
gem 'unicorn'
gem 'shotgun'