GeoRSS aggregator and Layar augmented reality server
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

7 行
191 B

  1. require 'rubygems'
  2. # Set up gems listed in the Gemfile.
  3. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
  4. require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])