Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
draveness committed May 15, 2017
1 parent e6d457e commit 242635b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ before_install:
- pod update Nimble
- brew update
- brew outdated carthage || brew upgrade carthage
- gem install xcpretty
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ GEM
coveralls-gcov (0.1.2)
commander
highline (1.7.8)
rouge (2.0.7)
xcpretty (0.2.7)
rouge (~> 2.0.7)

PLATFORMS
ruby

DEPENDENCIES
coveralls-gcov
xcpretty

BUNDLED WITH
1.14.6
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<a href="https://swift.org/package-manager/"><img src="https://img.shields.io/badge/SPM-ready-orange.svg"></a>
<a href="https://draveness.github.io/RbSwift/"><img src="https://img.shields.io/cocoapods/v/RbSwift.svg?style=flat"></a>
<a href="https://raw.githubusercontent.com/draveness/RbSwift/master/LICENSE"><img src="https://img.shields.io/cocoapods/l/RbSwift.svg?style=flat"></a>
<a href='https://coveralls.io/github/Draveness/RbSwift?branch=master'><img src='https://coveralls.io/repos/github/Draveness/RbSwift/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href="https://codecov.io/gh/Draveness/RbSwift"><img src="https://codecov.io/gh/Draveness/RbSwift/branch/master/graph/badge.svg" alt="Codecov" /></a>
</p>

RbSwift provides a series of Swift struct/class extension including lots of handy functions with elaborate [Documents](https://draveness.github.io/RbSwift/).
RbSwift provides a series of Swift struct/class extension including lots of handy functions with elaborate [API Reference](https://draveness.github.io/RbSwift/).

> Most of the APIs and test cases are from [Ruby Core Libraries](http://ruby-doc.org) and [ActiveSupport](https://github.com/rails/rails/tree/master/activesupport) example.
Expand Down Expand Up @@ -65,9 +65,9 @@ RbSwift provides a series of Swift struct/class extension including lots of hand
"string".bridge.bridge //=> NSString
```

## Documents
## Documentation

Full documents for RbSwift can be found [here](https://draveness.github.io/RbSwift/).
Full documentation for RbSwift can be found [here](https://draveness.github.io/RbSwift/).

+ [Number](https://draveness.github.io/RbSwift/Extensions/Int.html)
+ [String](https://draveness.github.io/RbSwift/Extensions/String.html)
Expand Down

0 comments on commit 242635b

Please sign in to comment.