Sha256: f208ff53296fcaded0bce20712e546ef778fc3e8423b5de8c76440bec2c3426b

Contents?: true

Size: 257 Bytes

Versions: 6

Compression:

Stored size: 257 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

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

unless defined?(JRUBY_VERSION)
  require 'yard'

  YARD::Rake::YardocTask.new do |t|
    t.files   = ['lib/**/*.rb']
  end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
google_maps_apis-1.0.1 Rakefile
google_maps_apis-1.0.0 Rakefile
google_map_services-0.1.0.1 Rakefile
google_map_services-0.1.0.0 Rakefile
google_maps_service-0.4.2 Rakefile
google_maps_service-0.4.1 Rakefile