1
Fork 0

Add Ruby stuff.

master
vonavi 2013-09-17 16:45:30 +03:00
parent 66da1b585d
commit 2c6101e03e
4 changed files with 20 additions and 0 deletions

1
.ruby-gemset Normal file
View File

@ -0,0 +1 @@
lorchess

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
ruby-1.9.3-p448

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source 'https://rubygems.org'
gem 'rake'
gem 'nokogiri'

14
Gemfile.lock Normal file
View File

@ -0,0 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
mini_portile (0.5.1)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
rake (10.1.0)
PLATFORMS
ruby
DEPENDENCIES
nokogiri
rake