Skip to content

Commit

Permalink
update README and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin91 committed Mar 19, 2017
1 parent 58c02ba commit 249daf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repository implements most essential apis for [RongCloud Server API](http:/
or, install it in Gemfile:

```ruby
gem 'rong_cloud_server', '~> 0.0.2'
gem 'rong_cloud_server'
```

2. Append the following configurations in a initializer file:
Expand Down
2 changes: 1 addition & 1 deletion rong_cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.summary = 'RongCloud Server API SDK'
s.description = 'RongCloud Server API in Ruby,http://www.rongcloud.cn/docs/server.html'
s.version = '0.1.0'
s.version = '0.1.1'
s.files = `git ls-files`.split("\n")
s.authors = ['Martin Hong']
s.email = 'hongzeqin@gmail.com'
Expand Down

0 comments on commit 249daf7

Please sign in to comment.