Skip to content

Commit

Permalink
Massive Reorganize
Browse files Browse the repository at this point in the history
* Plan change: Gemify and install to installed Ruby
* no longer builds since dac4675
  • Loading branch information
ParadoxV5 committed Jan 22, 2024
1 parent 9a52bba commit 302512d
Show file tree
Hide file tree
Showing 36 changed files with 10 additions and 57 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/build/

# JetBrains
/**/.idea/

# Ruby
/.bundle/
/.gem_rbs_collection/
/Gemfile.lock
/rbs_collection.lock.yaml
/lib/*.so
/tmp/
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "godot"]
path = include/godot
path = ext/include/godot
url = https://github.com/ParadoxV5/godot-headers
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
source 'https://rubygems.org'
ruby '~> 3.3', engine: 'ruby', engine_version: '~> 3.3'

gem 'rake', '~> 13.1.0'
gem 'json', '~> 2.6'
gem 'rake-compiler', '~> 1.2.0'
gem 'json', '~> 2.7'

# Development Apps
group :development do
group :type_check do
gem 'rbs', '~> 3.4.1', require: false
gem 'rbs', '~> 3.4.2', require: false
gem 'steep', '~> 1.6.0', require: false
end
group :documentation do
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 0 additions & 33 deletions docs/dev/GDExtension Interface functions pool.h

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions ext/godot_rb/extconf.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require 'mkmf'
create_makefile 'godot_rb'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions ext/include/godot
Submodule godot added at a7e203
2 changes: 1 addition & 1 deletion include/godot_rb.h → ext/include/godot_rb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define GODOT_RB_H

#include <ruby.h>
#include <godot/godot/gdextension_interface.h>
#include <godot/gdextension_interface.h>


// GDExtension (initialized by entry function) //
Expand Down
1 change: 0 additions & 1 deletion include/godot
Submodule godot deleted from f22b80
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions src/CMakeLists.txt

This file was deleted.

0 comments on commit 302512d

Please sign in to comment.