yammer-oauth2 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.
- data.tar.gz.sig +0 -0
- data/README.md +4 -2
- data/lib/yammer-oauth2.rb +3 -0
- data/lib/yammer-oauth2/version.rb +1 -1
- data/yammer-oauth2.gemspec +1 -1
- metadata +2 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# OAuth2 Client
|
|
1
|
+
# Yammer OAuth2 Client
|
|
2
2
|
|
|
3
3
|
[][gem]
|
|
4
|
-
[][travis]
|
|
5
5
|
[][gemnasium]
|
|
6
6
|
[][coveralls]
|
|
7
7
|
|
|
@@ -20,6 +20,7 @@ gem install yammer-oauth2
|
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Resources
|
|
23
|
+
* [Yammer developer Website][yammer]
|
|
23
24
|
* [View Source on GitHub][code]
|
|
24
25
|
* [Report Issues on GitHub][issues]
|
|
25
26
|
* [Website][website]
|
|
@@ -27,6 +28,7 @@ gem install yammer-oauth2
|
|
|
27
28
|
[website]: http://tiabas.github.com/yammer-oauth2
|
|
28
29
|
[code]: https://github.com/tiabas/yammer-oauth2
|
|
29
30
|
[issues]: https://github.com/tiabas/yammer-oauth2/issues
|
|
31
|
+
[yammer]: https://developer.yammer.com/authentication/
|
|
30
32
|
|
|
31
33
|
## Usage Examples
|
|
32
34
|
|
data/yammer-oauth2.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yammer-oauth2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -87,6 +87,7 @@ files:
|
|
|
87
87
|
- README.md
|
|
88
88
|
- Rakefile
|
|
89
89
|
- certs/tiabas-public.pem
|
|
90
|
+
- lib/yammer-oauth2.rb
|
|
90
91
|
- lib/yammer-oauth2/client.rb
|
|
91
92
|
- lib/yammer-oauth2/version.rb
|
|
92
93
|
- spec/client_spec.rb
|
metadata.gz.sig
CHANGED
|
Binary file
|