Skip to content

Commit

Permalink
Updated version of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierEduardo99 committed Sep 16, 2022
0 parents commit 9237a1b
Show file tree
Hide file tree
Showing 173 changed files with 72,788 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vs/
31 changes: 31 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Copyright (C) 2017 - 2022. Vinari Software & DO-Development.
All rights reserved.​


Redistribution and use in source and binary forms, source code with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY VINARI SOFTWARE "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL VINARI SOFTWARE BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


VINARI SOFTWARE & DO-Development 2017 - 2022
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# RedSky Ruby
![ICON](https://static.wixstatic.com/media/b219c0_90676ce1d7134b2b9728fd7bd7ef5865~mv2_d_2048_2048_s_2.png/v1/fill/w_151,h_150,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/b219c0_90676ce1d7134b2b9728fd7bd7ef5865~mv2_d_2048_2048_s_2.png)
##### Powerfull yet lightweight Ruby IDE

![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)

[Main-Branch](https://github.com/JVintimilla/RedSky-Ruby-IDE/tree/main)

* RedSky Ruby is a GUI application written for Microsoft Windows in 2018 using .NET Framework and Visual Basic. It allows the user to open, read, write and write Ruby files (*.rb), also allows the user to install and configure their Ruby enviroment.

### Compilation dependencies and installation guide
#### In order to compile this project you will need the following packages
- Visual Studio 2017 or newer.
- .NET Desktop development kit.
- MinGW (Or the GNU C++ compiler)

#### Compilation guide:

- Go to the resources folder, open a terminal and type the following commands:

```sh
g++ vinari-LogReader.cpp -o vinari-LogReader
g++ vinari-LogRemover.cpp -o vinari-LogRemover
g++ vinari-Ruby-Check.cpp -o vinari-Ruby-Check
g++ vinari-TempRemover.cpp -o vinari-TempRemover
```

- After this has been completed, open Visual Studio, open the *.sln file and compile the project.
- Copy 'vinari-LogReader', 'vinari-LogRemover', 'vinari-Ruby-Check' and 'vinari-TempRemover' to the folder where the RedSky Ruby executable is.

#### Installation guide:
- Download the installer from the [official SourceForge site](https://sourceforge.net/projects/redsky-ruby/)

# Contact with the developers
| Contact | Link |
| ------ | ------ |
| Vinari Software (Mail) | [email protected] |
| Vinari Software (Chat) | [Vinari Software website](https://vinarisoftware.wixsite.com/vinari/contacta-con-nosotros) |
| DO-Development | |
31 changes: 31 additions & 0 deletions RedSky Ruby IDE.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RedSky Ruby IDE", "RedSky Ruby IDE\RedSky Ruby IDE.vbproj", "{58B967A2-195B-47CD-8408-40EB367AA42B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58B967A2-195B-47CD-8408-40EB367AA42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B967A2-195B-47CD-8408-40EB367AA42B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B967A2-195B-47CD-8408-40EB367AA42B}.Debug|x64.ActiveCfg = Debug|x64
{58B967A2-195B-47CD-8408-40EB367AA42B}.Debug|x64.Build.0 = Debug|x64
{58B967A2-195B-47CD-8408-40EB367AA42B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B967A2-195B-47CD-8408-40EB367AA42B}.Release|Any CPU.Build.0 = Release|Any CPU
{58B967A2-195B-47CD-8408-40EB367AA42B}.Release|x64.ActiveCfg = Release|x64
{58B967A2-195B-47CD-8408-40EB367AA42B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A126A71-4865-4044-A83B-F255DBA65074}
EndGlobalSection
EndGlobal
164 changes: 164 additions & 0 deletions RedSky Ruby IDE/AboutBox1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9237a1b

Please sign in to comment.