We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cca05 commit 1c0ea68Copy full SHA for 1c0ea68
Rakefile
@@ -4,6 +4,7 @@ require 'rubygems/user_interaction'
4
require 'rspec'
5
require 'rspec/core/rake_task'
6
require 'ci/reporter/rake/rspec'
7
+require 'bundler/gem_tasks'
8
9
RSpec::Core::RakeTask.new do |t|
10
t.rspec_opts = ["-c", "-f progress"]
script/release
@@ -3,4 +3,4 @@ set -e
3
rm -rf pkg/*
bundle exec rake build
-gem push pkg/* --host http://gems.flexmls.com
+gem push pkg/*.gem --key rubygems_production_key
0 commit comments