Skip to content

Commit 4e6e933

Browse files
committed
ruby 2.1.1
1 parent 55a02b9 commit 4e6e933

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
env: RUBY=2.1.0
1+
env: RUBY=2.1.1
22
language: objective-c
33
install: curl -L https://get.smf.sh | sh
44
before_script:

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Compiling static ruby:
1313

1414
source ~/.rvm/scripts/rvm
1515
rvm autolibs smf
16-
rvm install 2.1.0 --movable
16+
rvm install 2.1.1 --movable
1717

18-
Ruby is installed in `$HOME/.rvm/rubies/ruby-2.1.0/`, to package:
18+
Ruby is installed in `$HOME/.rvm/rubies/ruby-2.1.1/`, to package:
1919

20-
rvm prepare 2.1.0
20+
rvm prepare 2.1.1
2121

22-
Will generate: `ruby-2.1.0.tar.bz2`.
22+
Will generate: `ruby-2.1.1.tar.bz2`.

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
ruby=2.1.0
3+
ruby=2.1.1
44

55
function libdir()
66
{

0 commit comments

Comments
 (0)