Sha256: ef7271483edb61f03c2e775c124be8eec26e3a6b3349eb73c8cf773847a84b36
Contents?: true
Size: 1.58 KB
Versions: 3
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-do-adapter' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vpnmaker-1.0.3 | Gemfile |
vpnmaker-1.0.2 | Gemfile |
vpnmaker-1.0.1 | Gemfile |