Sha256: a7f724d97a750f5530ac45dad9f0fe28767e68e846e7f952a90beb1471264c7a

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

require 'bundler/gem_tasks'

desc "Build the gem"
task :build do
  system "gem build surveymonkey-with-omniauth.gemspec"
end

desc "Build and release the gem"
task :release => :build do
  system "gem push osurveymonkey-with-omniauth-#{OmniAuth::Eloqua::VERSION}.gem"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
surveymonkey-with-omniauth-1.1.1 Rakefile