Skip to content

Commit 9ee90b3

Browse files
committed
Added documentation after coordinating with @sunils34
1 parent 58f1575 commit 9ee90b3

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,18 @@ Or install RubyGems version, which will receive more attention to stability:
5757
* Set Line 2 to 0 if you only have one account to post to. Otherwise it's more complicated ;). Find me on Twitter and I can explain [@_ZPH](https://twitter.com/_ZPH).
5858
* - ~/.bufferapprc
5959

60-
*TODO: improve instructions
61-
* remove need for user to create their own App on bufferapp.com
62-
* Future versions will integrate with Buffer-OAuth system.
63-
* Raise error if message is beyond the character limit.
60+
## TODO:
61+
62+
* Improve instructions
63+
64+
#### Future versions will integrate with Buffer-OAuth system.
65+
* Determine if there is a way to use a single Application rather than creating unique ones per user.
66+
* Integrate Launchy for the purpose of launching browser window.
67+
* Possible to model behavior on [ t.gem ](https://github.com/sferik/t/blob/master/lib/t/cli.rb#L56-L113)
68+
69+
#### Raise error if message is beyond the character limit.
70+
* Accomplish this via [ Twitter Text library ](https://github.com/twitter/twitter-text-rb)
71+
* Refactor to simplify use of default params
6472

6573
## API Coverage
6674

buff.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Gem::Specification.new do |gem|
2424
gem.add_development_dependency 'rb-fsevent'
2525
gem.add_development_dependency 'growl'
2626
gem.add_development_dependency 'pry-full'
27+
gem.add_development_dependency 'rake'
2728

2829
gem.add_runtime_dependency 'multi_json'
2930
gem.add_runtime_dependency 'yajl-ruby'
3031
gem.add_runtime_dependency 'faraday'
3132
gem.add_runtime_dependency 'faraday_middleware'
3233
gem.add_runtime_dependency 'rash'
3334
gem.add_runtime_dependency 'addressable'
34-
gem.add_runtime_dependency 'rake'
3535
end

0 commit comments

Comments
 (0)