GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- require 'rubygems'
-
- # Set up gems listed in the Gemfile.
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
-
- require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|