Sha256: 531b5b6dd114f63385b669a08a97bf683efb512313ef521e60362d693d293743

Contents?: true

Size: 505 Bytes

Versions: 105

Compression:

Stored size: 505 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
desc "Run all examples"
RSpec::Core::RakeTask.new(:spec)

task :default => :spec
task :test => :spec

namespace :doc do
  require 'rdoc/task'
  require File.expand_path('../lib/multi_json/version', __FILE__)
  RDoc::Task.new do |rdoc|
    rdoc.rdoc_dir = 'rdoc'
    rdoc.title = "multi_json #{MultiJson::VERSION}"
    rdoc.main = 'README.md'
    rdoc.rdoc_files.include('README.md', 'LICENSE.md', 'lib/**/*.rb')
  end
end

Version data entries

105 entries across 88 versions & 17 rubygems

Version Path
classiccms-0.7.5 vendor/bundle/gems/multi_json-1.3.5/Rakefile
classiccms-0.7.4 vendor/bundle/gems/multi_json-1.3.5/Rakefile
classiccms-0.7.3 vendor/bundle/gems/multi_json-1.3.5/Rakefile
classiccms-0.7.2 vendor/bundle/gems/multi_json-1.3.5/Rakefile
classiccms-0.7.1 vendor/bundle/gems/multi_json-1.3.5/Rakefile
classiccms-0.7.0 vendor/bundle/gems/multi_json-1.3.5/Rakefile
challah-1.0.0.beta vendor/bundle/gems/multi_json-1.4.0/Rakefile
multi_json-1.5.1 Rakefile
graphael-on-rails-0.5.1 vendor/bundle/gems/multi_json-1.5.0/Rakefile
graphael-on-rails-0.0.1 vendor/bundle/gems/multi_json-1.5.0/Rakefile
challah-0.9.1.beta.3 vendor/bundle/gems/multi_json-1.4.0/Rakefile
devise_sociable-0.1.0 vendor/bundle/gems/multi_json-1.5.0/Rakefile
backbone-queryparams-rails-0.0.1 vendor/bundle/gems/multi_json-1.5.0/Rakefile
railscast-assets-0.0.2 vendor/bundle/gems/multi_json-1.5.0/Rakefile
railscast-assets-0.0.2 vendor/bundle/gems/backbone-forms-on-rails-0.10.0/vendor/bundle/gems/multi_json-1.5.0/Rakefile
backbone-forms-on-rails-0.10.0 vendor/bundle/gems/multi_json-1.5.0/Rakefile
backbone-forms-on-rails-0.10.0 vendor/bundle/gems/backbone-forms-on-rails-0.10.0/vendor/bundle/gems/multi_json-1.5.0/Rakefile
backbone-deep-rails-0.0.1 vendor/bundle/gems/multi_json-1.5.0/Rakefile
challah-0.9.1.beta vendor/bundle/gems/multi_json-1.4.0/Rakefile
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/multi_json-1.5.0/Rakefile