Skip to content

Commit

Permalink
Updates gemspec & bumps version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakejelly committed Feb 3, 2016
1 parent 248d845 commit 97cbfdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ conversation.attributes
```

### [Platform API](https://developer.layer.com/docs/platform)
See the official [Platform API docs](https://developer.layer.com/docs/platform) for additional info.

#### Authentication/setup

Expand Down
4 changes: 2 additions & 2 deletions layer-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]
spec.license = "MIT"

spec.summary = "A ruby toolkit for Layer's Platform API (https://developer.layer.com/docs/platform)"
spec.description = "Simple wrapper for the Layer Platform API"
spec.summary = "A ruby toolkit for Layer's Web API's (https://developer.layer.com/docs)"
spec.description = "Simple wrapper for the Layer's Web API's"
spec.homepage = "https://github.com/cakejelly/layer-api"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down
2 changes: 1 addition & 1 deletion lib/layer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Layer
module Api
VERSION = "0.3.1"
VERSION = "0.4.0"
end
end

0 comments on commit 97cbfdd

Please sign in to comment.