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-api-1.0.7 Rakefile
hellosign-api-1.0.6 Rakefile
hellosign-api-1.0.5 Rakefile
hellosign-api-1.0.4 Rakefile
hellosign-api-1.0.3 Rakefile
hellosign-api-1.0.2 Rakefile
hellosign-api-1.0.1 Rakefile
hellosign-api-1.0.0 Rakefile
hellosign-ruby-sdk-3.7.7 Rakefile
hellosign-ruby-sdk-3.7.6 Rakefile
hellosign-ruby-sdk-3.7.5 Rakefile
hellosign-ruby-sdk-3.7.4 Rakefile
hellosign-ruby-sdk-3.7.3 Rakefile
hellosign-ruby-sdk-3.7.2 Rakefile
hellosign-ruby-sdk-3.7.1 Rakefile
hellosign-ruby-sdk-3.7.0 Rakefile
hellosign-ruby-sdk-3.6.4 Rakefile
hellosign-ruby-sdk-3.6.3 Rakefile
hellosign-ruby-sdk-3.6.2 Rakefile
hellosign-ruby-sdk-3.6.1 Rakefile