diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.Yaml.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.Yaml.dll deleted file mode 100644 index 32b076bf91..0000000000 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.Yaml.dll and /dev/null differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.dll index f3314e09e4..3aa9eba8b6 100644 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.dll and b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.Libraries.dll differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.dll index 8e6a4b7424..be450fe3c8 100644 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.dll and b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/IronRuby.dll differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Dynamic.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Dynamic.dll index c42ed6e465..2a275e0f95 100644 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Dynamic.dll and b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Dynamic.dll differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.Core.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.Core.dll deleted file mode 100644 index bcf50a984a..0000000000 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.Core.dll and /dev/null differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.Debugging.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.Debugging.dll deleted file mode 100644 index 6fcc6c6df8..0000000000 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.Debugging.dll and /dev/null differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.ExtensionAttribute.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.ExtensionAttribute.dll deleted file mode 100644 index be1d501913..0000000000 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.ExtensionAttribute.dll and /dev/null differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.dll b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.dll index 4e85ba3f6d..144eebddcd 100644 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.dll and b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/Microsoft.Scripting.dll differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe index 12d382743f..696a46d6c1 100644 Binary files a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe and b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe differ diff --git a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe.config b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe.config index 6576230e3c..ec5b88a1a6 100644 --- a/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe.config +++ b/src/AddIns/BackendBindings/Ruby/IronRuby/bin/ir.exe.config @@ -1,12 +1,12 @@ -
+
- + diff --git a/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.csproj b/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.csproj index cd0acbf64c..1b3f8c4aaa 100644 --- a/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.csproj +++ b/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.csproj @@ -48,9 +48,6 @@ ..\..\IronRuby\bin\IronRuby.Libraries.dll - - ..\..\IronRuby\bin\IronRuby.Libraries.Yaml.dll - @@ -59,16 +56,8 @@ ..\..\IronRuby\bin\Microsoft.Scripting.dll - - ..\..\IronRuby\bin\Microsoft.Scripting.Core.dll - - - ..\..\IronRuby\bin\Microsoft.Scripting.Debugging.dll - - - 3.5 - + diff --git a/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/ir.exe.config b/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/ir.exe.config index 7cc0cc689e..17fb31f62c 100644 --- a/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/ir.exe.config +++ b/src/AddIns/BackendBindings/Ruby/RubyBinding/Project/ir.exe.config @@ -1,7 +1,7 @@  -
+
diff --git a/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/RubyBinding.Tests.csproj b/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/RubyBinding.Tests.csproj index cd3c5d5baf..b758df2d05 100644 --- a/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/RubyBinding.Tests.csproj +++ b/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/RubyBinding.Tests.csproj @@ -46,9 +46,6 @@ ..\..\IronRuby\bin\IronRuby.Libraries.dll - - ..\..\IronRuby\bin\IronRuby.Libraries.Yaml.dll - @@ -57,36 +54,20 @@ ..\..\IronRuby\bin\Microsoft.Scripting.dll - - ..\..\IronRuby\bin\Microsoft.Scripting.Core.dll - - - ..\..\IronRuby\bin\Microsoft.Scripting.Debugging.dll - ..\..\..\..\..\Tools\NUnit\nunit.framework.dll - - 3.0 - - - 3.0 - + + - - 3.5 - + - - 4.0 - + - - 3.0 - + diff --git a/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/MockWorkbench.cs b/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/MockWorkbench.cs index 374e400568..6f2e9b453e 100644 --- a/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/MockWorkbench.cs +++ b/src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/MockWorkbench.cs @@ -158,5 +158,14 @@ namespace RubyBinding.Tests.Utils { throw new NotImplementedException(); } + + public bool FullScreen { + get { + throw new NotImplementedException(); + } + set { + throw new NotImplementedException(); + } + } } }