ocra icon indicating copy to clipboard operation
ocra copied to clipboard

One-Click Ruby Application Builder

Results 73 ocra issues
Sort by recently updated
recently updated
newest added

I ran the following command : `ocra --no-dep-run --no-enc --gemfile Gemfile texture_mapper.rb` Here is my gemfile : ```source 'https://rubygems.org' gem 'fileutils' gem 'sqlite3' gem 'gtk3' gem 'http' gem 'csv' ```...

When I use gems like this: ``` gem 'my-gem', git: "https://github.com/x/y.git" # ... later in the app: requrie `my/gem` ``` I get a LoadError when running the executable. They do...

hello i was trying to download a photo with the following code but not working ``` require 'open-uri' download = open('https://www.southernexposure.com/images/medium/okra-lee_MED.jpg') IO.copy_stream(download, './image.png') ``` the exe file is generated successfully...

When Windows user has cyrillic Name, compiled '*.exe' file cann't be executed. ```cmd C:\Users\ЮраПрог>cd C:\inst\34 C:\inst\34>parser.exe C:/Users/E156~1/AppData/Local/Temp/4/ocr6ACD.tmp/lib/ruby/2.4.0/rubygems/stub_specification.rb:116:in `initialize': No such file or directory @ rb_sysopen - C:/Users/ЮраПрог/AppData/Local/Temp/4/ocr6ACD.tmp/lib/ruby/gems/2.4.0/specifications/did_you_mean-1.1.0.gemspec (Errno::ENOENT) from C:/Users/E156~1/AppData/Local/Temp/4/ocr6ACD.tmp/lib/ruby/2.4.0/rubygems/stub_specification.rb:116:in...

set GEM_HOME=D:\temp\gems gem install somegem ocra exe/script error: === Including 53 encoding support files (3576320 bytes, use --no-enc to exclude) ocra-1.3.10/bin/ocra:42:in `relative_path_from': undefined method `path' for # (NoMethodError) from gems/gems/ocra-1.3.10/bin/ocra:787:in...

Hello In my ruby script I have the simplest gtk3 application (create one window with title), and it works with "ruby gtk3app.rb" my script has require 'gtk3' but when I...

If I use 'gemspec' in the Gemfile to reference the gems in the myapp.gemspec file... ``` source 'https://rubygems.org' gemspec ``` ...ocra fails with the following error... ``` C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.1/bin/ocra:639:in `block in...

Recently, I need ocra build Windows executables from Ruby source code. But, the source code include many .rb files which name is Chinese, like 测试.rb. I use ocra build the...

I have this script: `require 'tk'` `require 'tkextlib/tile'` `root = TkRoot.new()` `button = Tk::Tile::TButton.new(root) {text "Hello World"}.grid` `button.command {system("ipconfig > info.txt")}` `Tk.mainloop()` The script runs fine and there are no...

We have a build job that runs several concurrent instances of a self-extracting Ruby script that fails intermittently. The error looks something like this (simplified): ``` [6/35] Generating workflows/UploadLogoWorkflow_diagram.plantuml FAILED:...