behance icon indicating copy to clipboard operation
behance copied to clipboard

A Ruby wrapper for the Behance API.

Results 5 behance issues
Sort by recently updated
recently updated
newest added

Hi, https://github.com/amedrz/behance/blob/0b4633c53b5af8eb9817178230bbf272e0486539/behance.gemspec#L20-L21 With faraday 1.1.0 and faraday_middleware 1.0.0, behance fails to build/work, only because of the `~>` constraints. If it could be `>=` instead, that'd work great! --- Here's a...

https://www.behance.net/mdmasrur

Hi, We're also using the following patch in Debian (along with #17): ``` --- a/behance.gemspec +++ b/behance.gemspec @@ -19,7 +19,7 @@ gem.add_runtime_dependency 'faraday', '~> 0.15.0' gem.add_runtime_dependency 'faraday_middleware', '~> 0.12.2' -...

Hi, In Debian, we are using the following patch and I thought you might be interested in the following: ``` --- a/behance.gemspec +++ b/behance.gemspec @@ -17,7 +17,7 @@ gem.test_files =...