Skip to content

Commit

Permalink
You know I ❤️ you, @MacRuby, we've had a good run. But this ride has …
Browse files Browse the repository at this point in the history
…come to an end, I declare this repo MRI 1.8.7 and 1.9.3 compatible.
  • Loading branch information
alloy committed Feb 15, 2012
1 parent 63af680 commit b99f768
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ See [the wiki](https://github.com/CocoaPods/CocoaPods/wiki) for more in depth in

Downloading and installing CocoaPods only takes a few minutes.

CocoaPods runs on [MacRuby](http://macruby.org). If you don't have a recent version of MacRuby installed you will need to download it. CocoaPods works best on version 0.10.
CocoaPods runs on [Ruby](http://www.ruby-lang.org/en/). To install it run the following commands:

$ curl -O http://www.macruby.org/files/MacRuby%200.10.zip
$ open MacRuby%200.10.zip
# open MacRuby\ 0.10/MacRuby\ 0.10.pkg

After that you can install CocoaPods itself.

$ sudo macgem install cocoapods
$ sudo gem install cocoapods
$ pod setup

Now that you've got CocoaPods installed you can easily add it to your project.
Expand Down

4 comments on commit b99f768

@hamin
Copy link

@hamin hamin commented on b99f768 Feb 16, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whyyyy???? :) Seriously though, was there a particular reason for this change?

@alloy
Copy link
Member Author

@alloy alloy commented on b99f768 Feb 16, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, lowering the barrier :) For some people downloading and installing something is a real mental barrier.

@lukeredpath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having to use MacRuby, especially when using regular Ruby for other things, was a really unnecessary barrier to entry. This makes it possible for people to use CocoaPods out of the box with Lion.

@chriseidhof
Copy link
Contributor

@chriseidhof chriseidhof commented on b99f768 Feb 17, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.