omniauth-bcx 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4682dca155d02303863593069c986bc33b038375
4
- data.tar.gz: 5dc19b16638a7de79a6785af680a8c752d4c4799
3
+ metadata.gz: 61b654253e2124bd1dad90bdecd3a372b38dec20
4
+ data.tar.gz: 3b0ddd213c48b4b45eb7273fef52bf8da055f2dd
5
5
  SHA512:
6
- metadata.gz: '096f7901528373d2fee5628d04b7a853abc48cd1080178b7a480697d224f0be2a55f7b37dcb1791ad44c215ed9cd7ff755e561b54725c6381efd98fd37bc2a8e'
7
- data.tar.gz: 38cb80e9f5af17aab4ad9f6e7b2846dc7654bc5fc7fa434cc846fecc11bff8cc8b20cf00717a8fa746c56b5e06c71c36ed7788fcc20629409a7ef8fd87a8d612
6
+ metadata.gz: 6541b415c2a2dcc25e3223336d4da84af7085da1c31325236912cac934766bd6b66fc8ada8bec0b714544997fbf8cd4e5a9adad9bfbe12329ab0a952671c7103
7
+ data.tar.gz: 928b4ab24c3c85543f64239ad8fdc9da461ac7a46519b1443bee526a49793c86c902d869db97637d186a9eec499531f64ce8401f610cf8a1df25afbe050a56bd
data/README.md CHANGED
@@ -24,7 +24,7 @@ Or install it yourself as:
24
24
 
25
25
  ## Usage
26
26
 
27
- `OmniAuth::Strategies::BCX` is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: <https://github.com/intridea/omniauth>.
27
+ `OmniAuth::Strategies::Basecamp` is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: <https://github.com/intridea/omniauth>.
28
28
 
29
29
  First, create a new application at `https://launchpad.37signals.com/integrations`. Your callback URL must be something like `https://example.com/auth/basecamp/callback`. For development you can use `http://127.0.0.1:3000/auth/basecamp/callback`.
30
30
 
@@ -50,6 +50,10 @@ module OmniAuth
50
50
  full_host + script_name + callback_path
51
51
  end
52
52
  end
53
+
54
+ class Basecamp < BCX
55
+ option :name, "basecamp"
56
+ end
53
57
  end
54
58
  end
55
59
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module BCX
3
- VERSION = "0.1.0".freeze
3
+ VERSION = "0.1.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bcx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira