Questions tagged [ruby-development-kit]

The Ruby Installer Development Kit is a toolkit that makes it easy to build and use native C/C++ extensions such as RDiscount and RedCloth for Ruby on Windows.

Simply download, double-click, choose an installation directory, run the Ruby install helper script, possibly tweak a config.yml file for your system specifics, and you’re ready to start using native Ruby extensions. For installation details check out the Development Kit wiki page.

9 questions
5
votes
5 answers

Gem::InstallError: The 'nio4r' native gem requires installed build tools

I am trying to run bundle install and I get the following error message (screenshots attached): Gem::InstallError: The 'nio4r' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from…
Suthan Bala
  • 3,209
  • 5
  • 34
  • 59
5
votes
1 answer

Install OpenSSL with Ruby for eventmachine on Windows 7 x86

Install OpenSSL with Ruby for eventmachine on Windows 7 x86. I want to install eventmachine gem on Windows 7 x86 SP1. I have installed rubyinstaller-2.1.5.exe from http://rubyinstaller.org/downloads/ I have also installed…
sergtk
  • 10,714
  • 15
  • 75
  • 130
3
votes
2 answers

Ruby and RubyDev under Chocolately on Windows

I have installer ruby 2.3.1 ruby.devkit 4.5.2.20120101 from the chocolately repostory on windows 10 then i have modified conf.yml and run: PS C:\tools\DevKit> ruby dk.rb install --force [WARN] Updating (with backup) existing gem override for…
halon
  • 43
  • 5
2
votes
1 answer

Dockerization of octopress with Alpine Linux

I'm not sure if this is right place to ask this question. I'll try. Please close if it's not compliant. I'm having problems dockerizing octopress to publish content on github.io, specifically with Alpine Linux. This is my Dockerfile: FROM…
dierre
  • 7,140
  • 12
  • 75
  • 120
2
votes
1 answer

Building native gem 'curb' on 64 bit Windows 8.1 fails: 'checking for curl-config... no'

>gem install curb -- --with-curl-dir=C:/curl-7.43.0-win32/bin --with-curl-lib=C:/curl-7.43.0-win32/lib --with-curl-include=C:/curl-7.43.0-win32/include I get the following error Temporarily enhancing PATH to include DevKit... Building native…
Tom
  • 7,994
  • 8
  • 45
  • 62
2
votes
1 answer

How do I override the Ruby and Ruby DevKit installdir with Chocolatey?

I am somewhat new to chocolatey, having installed a few packages in the past on Windows 8, and I have come to like it. I have noticed that chocolatey installs the packages in the default Windows program directory (i.e. "Program Files x86" or so).…
j4v1
  • 1,457
  • 1
  • 22
  • 32
0
votes
1 answer

Ruby DevKit Unable to Download Date from Rubygens.org

I've installed the ruby devkit on Windows 7 but it's unable to install json using the following command: gem install json --platform=ruby I'm getting this error: ERROR: Could not find a valid gem 'json' (>= 0), here is why: Unable to…
Neil Billingham
  • 2,235
  • 4
  • 23
  • 34
0
votes
1 answer

Unable to download ANSICON after installing Cucumber in Windows7 64bit

OS: Windows 7 64-bit I have installed Ruby1.9.3 and Ruby DevKit 4.5.2 successfully I have installed Cucumber by using the following command: gem install cucumber Cucumber was installed that was confirmed by using cucumber --help command Now is the…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
2 answers

Cant install watir-webdriver on windows 7

Hello i'am trying to install watir-webdriver on Windows 7 with Ruby 1.9.3 and installation hang on this: building native extensions. This could take a while... and i'am waiting and i'am waiting and i'am waiting and nothing goes forward. Can you give…