Sha256: b3e121556e00323ffd3b3a3bf7318c2b2933ace68f12615d2fb6787b33172204

Contents?: true

Size: 470 Bytes

Versions: 59

Compression:

Stored size: 470 Bytes

Contents

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

RSpec::Core::RakeTask.new

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

task :console do
  require 'irb'
  require 'irb/completion'
  require 'hello_sign' # You know what to do.
  @client = HelloSign::Client.new :email_address => 'testuser@example.com', :password => '12345678', :client_id => '7f91612ee160dd56bd899cd1688bbefc', :client_secret => 'a403773af1e1aee206976257a47249cf'
  ARGV.clear
  IRB.start
end

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
hellosign-ruby-sdk-3.6 Rakefile
hellosign-ruby-sdk-3.5.4 Rakefile
hellosign-ruby-sdk-3.5.3 Rakefile
hellosign-ruby-sdk-3.5.2 Rakefile
hellosign-ruby-sdk-3.5.1 Rakefile
hellosign-ruby-sdk-3.5.0 Rakefile
hellosign-ruby-sdk-3.4.0 Rakefile
hellosign-ruby-sdk-3.3.0 Rakefile
hellosign-ruby-sdk-3.2.15 Rakefile
hellosign-ruby-sdk-3.2.14 Rakefile
hellosign-ruby-sdk-3.2.13 Rakefile
hellosign-ruby-sdk-3.2.11 Rakefile
hellosign-ruby-sdk-3.2.10 Rakefile
hellosign-ruby-sdk-3.2.9 Rakefile
hellosign-ruby-sdk-3.2.8 Rakefile
hellosign-ruby-sdk-3.2.7 Rakefile
hellosign-ruby-sdk-3.2.5 Rakefile
hellosign-ruby-sdk-3.2.4 Rakefile
hellosign-ruby-sdk-3.2.3 Rakefile
hellosign-ruby-sdk-3.2.2 Rakefile