Sha256: f54ca2156468c096b7b05b5edb5d83dba2a5ba326df31900149ad2e77c7b4697
Contents?: true
Size: 366 Bytes
Versions: 5
Compression:
Stored size: 366 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' desc "Run specs" RSpec::Core::RakeTask.new(:spec) desc "Build the gem" task :build do system "gem build omniauth-createsend.gemspec" end desc "Build and release the gem" task :release => :build do system "gem push omniauth-createsend-#{OmniAuth::CreateSend::VERSION}.gem" end task :default => :spec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
omniauth-createsend-1.0.2 | Rakefile |
omniauth-createsend-1.0.1 | Rakefile |
omniauth-createsend-1.0.0 | Rakefile |
omniauth-createsend-0.0.2 | Rakefile |
omniauth-createsend-0.0.1 | Rakefile |