Sha256: a1e77061b989c91b34fd6bb8d70a4a5bcd76675691df1f65b12400f511cc38c2
Contents?: true
Size: 531 Bytes
Versions: 8
Compression:
Stored size: 531 Bytes
Contents
# coding:utf-8 #-- # ニフティクラウドSDK for Ruby # # Ruby Gem Name:: nifty-cloud-sdk # Author:: NIFTY Corporation # Copyright:: Copyright 2011 NIFTY Corporation All Rights Reserved. # License:: Distributes under the same terms as Ruby # Home:: http://cloud.nifty.com/api/ #++ require 'rubygems' gem 'test-unit' %w[ test/unit test/spec mocha ].each { |f| begin require f rescue LoadError abort "Unable to load required gem for test: #{f}" end } require File.dirname(__FILE__) + '/../lib/NIFTY'
Version data entries
8 entries across 8 versions & 1 rubygems