Skip to content

Commit d15cfda

Browse files
committed
Remove Ruby mappings for CrazyFun in favor of Bazel
1 parent fb2244b commit d15cfda

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+0
-386
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ require 'rake_tasks/selenium_rake/crazy_fun'
2424
require 'rake_tasks/crazy_fun/mappings/file_copy_hack'
2525
require 'rake_tasks/crazy_fun/mappings/tasks'
2626
require 'rake_tasks/crazy_fun/mappings/rake_mappings'
27-
require 'rake_tasks/crazy_fun/mappings/ruby_mappings'
2827

2928
# Location of all new (non-CrazyFun) methods
3029
require 'rake_tasks/selenium_rake/browsers'
@@ -81,7 +80,6 @@ crazy_fun = SeleniumRake::CrazyFun.new
8180
# If crazy fun doesn't know how to handle a particular output type ("java_library"
8281
# in the example above) then it will throw an exception, stopping the build
8382
CrazyFun::Mappings::RakeMappings.new.add_all(crazy_fun)
84-
CrazyFun::Mappings::RubyMappings.new.add_all(crazy_fun)
8583

8684
# Finally, find every file named "build.desc" in the project, and generate
8785
# rake tasks from them. These tasks are normal rake tasks, and can be invoked

rake_tasks/crazy_fun/mappings/ruby_mappings.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/add_test_defaults.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/add_test_dependencies.rb

Lines changed: 0 additions & 15 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/check_test_args.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/expand_source_files.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_class_call.rb

Lines changed: 0 additions & 40 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_docs.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_gem.rb

Lines changed: 0 additions & 85 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_library.rb

Lines changed: 0 additions & 44 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_linter.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)