Skip to content

Commit 1c0ea68

Browse files
committed
remove gems.flexmls.com and require gem_tasks
1 parent c4cca05 commit 1c0ea68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require 'rubygems/user_interaction'
44
require 'rspec'
55
require 'rspec/core/rake_task'
66
require 'ci/reporter/rake/rspec'
7+
require 'bundler/gem_tasks'
78

89
RSpec::Core::RakeTask.new do |t|
910
t.rspec_opts = ["-c", "-f progress"]

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
rm -rf pkg/*
55
bundle exec rake build
6-
gem push pkg/* --host http://gems.flexmls.com
6+
gem push pkg/*.gem --key rubygems_production_key

0 commit comments

Comments
 (0)