Sha256: aa97945379c166f9b55a228c60174eba24be97a50302add974da25552e2a407c

Contents?: true

Size: 344 Bytes

Versions: 7

Compression:

Stored size: 344 Bytes

Contents

begin
  require 'bones'
rescue LoadError
  abort '### Please install the "bones" gem ###'
end

task :default => 'test:run'
task 'gem:release' => 'test:run'

Bones {
  name  'Active'
  authors  'Jonathan Spooner, Brian Levine'
  email    'jspooner [at] gmail.com'
  url      'http://developer.active.com/docs/Activecom_Search_API_Reference'
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
Active-0.0.8 Rakefile
Active-0.0.7 Rakefile
Active-0.0.6 Rakefile
Active-0.0.5 Rakefile
Active-0.0.4 Rakefile
Active-0.0.2 Rakefile
Active-0.0.1 Rakefile