Skip to content

Commit cb424c4

Browse files
add the standard Bundler tasks
1 parent 08228b8 commit cb424c4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Rakefile

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
desc "Build the gem"
2-
task :gem do
3-
sh "bundle exec gem build motion-cocoapods.gemspec"
4-
sh "mkdir -p pkg"
5-
sh "mv *.gem pkg/"
6-
end
7-
8-
task :clean do
9-
FileUtils.rm_rf 'pkg'
10-
end
1+
require 'bundler/gem_tasks'
112

123
desc "Install dependencies needed for development"
134
task :bootstrap do

0 commit comments

Comments
 (0)