Skip to content

Commit

Permalink
Upgraded to Koala 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
specious committed Sep 8, 2017
1 parent 1b439c3 commit 107cd82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
facebook-cli (1.5.5)
facebook-cli (1.5.6)
gli (~> 2.14)
json (~> 2.0)
jsonpath (~> 0.5)
koala (~> 2.2)
koala (~> 3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -18,9 +18,10 @@ GEM
json (2.1.0)
jsonpath (0.8.7)
multi_json
koala (2.5.0)
koala (3.0.0)
addressable
faraday
json (>= 1.8)
multi_json (1.12.2)
multipart-post (2.0.0)
public_suffix (3.0.0)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ You should now be able to run *facebook-cli* from the `bin` directory:
bin/facebook-cli
```

*facebook-cli* depends on the [Koala](https://github.com/arsduo/koala) library for interfacing with Facebook's Graph API and [GLI](https://github.com/davetron5000/gli) for parsing command line arguments.

Using a ruby environment manager such as [rbenv](https://github.com/rbenv/rbenv) or [rvm](https://rvm.io) is advisable to avoid environment conflicts between projects.

Please read the guide on [how to contribute](CONTRIBUTING.md).
Expand Down
2 changes: 1 addition & 1 deletion facebook-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.executables = ['facebook-cli']
s.homepage = 'https://github.com/specious/facebook-cli'

s.add_dependency "koala", "~> 2.2"
s.add_dependency "koala", "~> 3.0"
s.add_dependency "json", "~> 2.0"
s.add_dependency "jsonpath", "~> 0.5"
s.add_dependency "gli", "~> 2.14"
Expand Down
2 changes: 1 addition & 1 deletion lib/fbcli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FBCLI
VERSION = '1.5.5'
VERSION = '1.5.6'
end

0 comments on commit 107cd82

Please sign in to comment.