Sha256: a58e1ab9c5fd81aa137053f442421fb137b4d8a0157ee59256b5154d7700c82e
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
source 'https://rubygems.org' group :development do gem "pry" gem 'pry-doc' #, :git => 'https://github.com/pry/pry-doc.git' gem 'pry-rails' #, :git => 'https://github.com/rweng/pry-rails.git' gem 'pry-nav' #, :git => 'https://github.com/nixme/pry-nav.git' gem 'pry-syntax-hacks' #, :git => 'https://github.com/ConradIrwin/pry-syntax-hacks.git' gem 'pry-stack_explorer' #, :git => 'https://github.com/pry/pry-stack_explorer.git' gem 'pry-exception_explorer' #, :git => 'https://github.com/pry/pry-exception_explorer.git' gem "rdoc" #, "~> 3.12" gem "bundler" #, "~> 1.0.0" gem "jeweler" #, "~> 1.8.3" end gem 'haml' # cli options parser gem 'main', :git => 'git://github.com/ahoward/main.git' gem 'highline' #, :git => 'https://github.com/JEG2/highline.git' #gem 'hashugar', :git => 'git://github.com/jsuchal/hashugar.git' #gem 'rbcurse-core', :git => 'git://github.com/rkumar/rbcurse-core.git' #gem 'rbcurse-extras', :git => 'git://github.com/rkumar/rbcurse-extras.git' # openssl wrappers gem 'gibberish', :git => 'git://github.com/mdp/gibberish.git' #gem 'cert_lib', :git => 'git://github.com/victorgrey/cert_lib.git' # model stuff # gem 'datamapper', "~> 1.2.0" # gem 'dm-aggregates' # gem 'dm-types', "~> 1.2.1" # gem 'dm-observer' # gem 'dm-migrations' # gem 'dm-timestamps' # gem 'dm-serializer', "~> 1.2.0" # gem 'dm-validations' # gem 'dm-mysql-adapter' # support libs gem 'chronic' gem 'ipaddr_extensions' #, :git => 'git://github.com/jamesotron/IPAddrExtensions.git' # gem 'rubyzip', :git => 'git://github.com/aussiegeek/rubyzip.git' # reporting # gem 'ruport' # gem 'ruport-util'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vpnmaker-1.0.10 | Gemfile |