Skip to content

Commit

Permalink
Remove Ruby mappings for CrazyFun in favor of Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 10, 2021
1 parent fb2244b commit d15cfda
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 386 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ require 'rake_tasks/selenium_rake/crazy_fun'
require 'rake_tasks/crazy_fun/mappings/file_copy_hack'
require 'rake_tasks/crazy_fun/mappings/tasks'
require 'rake_tasks/crazy_fun/mappings/rake_mappings'
require 'rake_tasks/crazy_fun/mappings/ruby_mappings'

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

# Finally, find every file named "build.desc" in the project, and generate
# rake tasks from them. These tasks are normal rake tasks, and can be invoked
Expand Down
35 changes: 0 additions & 35 deletions rake_tasks/crazy_fun/mappings/ruby_mappings.rb

This file was deleted.

14 changes: 0 additions & 14 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/add_test_defaults.rb

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/check_test_args.rb

This file was deleted.

11 changes: 0 additions & 11 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/expand_source_files.rb

This file was deleted.

40 changes: 0 additions & 40 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_class_call.rb

This file was deleted.

46 changes: 0 additions & 46 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_docs.rb

This file was deleted.

85 changes: 0 additions & 85 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_gem.rb

This file was deleted.

44 changes: 0 additions & 44 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_library.rb

This file was deleted.

34 changes: 0 additions & 34 deletions rake_tasks/crazy_fun/mappings/ruby_mappings/ruby_linter.rb

This file was deleted.

Loading

0 comments on commit d15cfda

Please sign in to comment.