Commit graph

14 commits

Author SHA1 Message Date
3b1e253972
Replace simple_oauth dependency with built-in OAuth implementation
The simple_oauth gem had deprecation warnings with Ruby 3.4's URI module.
Since we only use basic OAuth 1.0a HMAC-SHA1 signing, implemented a minimal
OAuth module directly in the gem. This removes an external dependency and
fixes the deprecation warnings.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 09:13:26 -07:00
01f1477a23
Use my fork of simple_oauth v0.3.2 2025-07-22 08:56:41 -07:00
f23b579417
Update gems 2025-06-08 10:41:47 -07:00
Steve Agalloco
4e766f926c
fix rubocop regressions 2017-05-25 13:48:04 -04:00
stve
affd1f775f update http.rb dependency to ~1.0 2016-01-14 21:25:29 -05:00
stve
9661c2b879 timecop isn't used 2015-02-14 00:25:15 -05:00
stve
af19561e93 updated gemspec and dependencies 2015-02-09 00:28:53 -05:00
stve
d3f08bc508 update rspec to 3.2 2015-02-09 00:16:57 -05:00
Luke Reeves
774de4dfbe Update gemfile - source and rspec version
This is a small update to to the project Gemfile to rspec at the
expected version, and to point at the HTTPS version of Rubygems.org. The
specs then pass with supported Ruby versions (anything above 1.8
really).
2015-01-29 23:42:31 -05:00
Steve Agalloco
72cd097620 fix the build again 2013-03-01 12:33:54 -05:00
Steve Agalloco
19336aff26 Update specs to pass with webmock >= 1.10.0 2013-03-01 11:48:54 -05:00
Steve Agalloco
31c6b9002a loosen dependencies 2012-12-28 12:21:04 -05:00
Steve Agalloco
6d7f886ef0 fix the build in jruby 2011-12-03 16:42:11 -05:00
Steve Agalloco
c34b46b95b initial commit 2011-12-01 23:07:24 -05:00