Skip to content

Commit

Permalink
made Podfile ruby 1.8.x compatible. updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Mar 28, 2012
1 parent e934715 commit dc82e38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependency 'ConciseKit', '~> 0.1.1'
dependency 'SSKeychain', '~> 0.1.2'
dependency 'SBJson', '~> 3.0.4'

target :test, exclusive: true do
target :test, :exclusive => true do
dependency 'Specta', '~> 0.1.4'
dependency 'Expecta', '~> 0.1.3'
dependency 'OCMock', '~> 1.77.1'
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Journey - the Unofficial Path Client for Mac OS X

Developed purely for **educational purposes only** by
[@raingrove](http://www.raingrove.com/) and
[@getdenso](http://getdenso.com/) at the 2nd Anideo hackathon in Sunny
Singapore.
[@raingrove](http://twitter.com/raingrove) and the
[@getdenso](http://getdenso.com/) team ([@iamclovin](http://twitter.com/iamclovin), [@ajhit406](http://twitter.com/ajhit406), and [@ntluan](http://twitter.com/ntluan)) at the 2nd Anideo hackathon in Sunny Singapore.

### SCREENSHOT

Expand Down

0 comments on commit dc82e38

Please sign in to comment.