Skip to content

Commit 4fc81e0

Browse files
committed
Merge branch 'master' of https://github.com/kaneda/buffer-ruby
2 parents 2b8d990 + fa24200 commit 4fc81e0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

lib/buffer_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require_relative "buffer/version"
2-
require_relative "Buffer"
2+
require_relative "buffer_client"
33

44
module BufferApp
55
end

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Modelled after Octokit <3. This is a lightweight client for the Buffer API (http
1616
* https://buffer.com/developers/api/links
1717
* https://buffer.com/developers/api/info
1818

19+
### Gemfile
20+
21+
Put this sucker in your Gemfile and bundle install
22+
23+
```ruby
24+
gem "buffer-app", :git => "git://github.com/kaneda/buffer-ruby", :ref => "cd461c8a9f934c9a499e7bfe80f93d22e0f6481a"
25+
```
26+
27+
Apologies for the SHA, I'll add a tag shortly
28+
1929
### Basic Usage
2030

2131
You can define the client up front or configure it later. The options array the BufferClient (and the API objects behind the scenes) uses takes in the following parameters:

0 commit comments

Comments
 (0)