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 CHANGED
Binary file
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # OAuth2 Client Ruby
1
+ # Yammer OAuth2 Client
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/yammer-oauth2.png)][gem]
4
- [![Build Status](https://secure.travis-ci.org/tiabas/yammer-oauth2.png?branch=master)][travis]
4
+ [![Build Status](https://api.travis-ci.org/tiabas/yammer-oauth2.png)][travis]
5
5
  [![Dependency Status](https://gemnasium.com/tiabas/yammer-oauth2.png)][gemnasium]
6
6
  [![Coverage Status](https://coveralls.io/repos/tiabas/yammer-oauth2/badge.png?branch=master)][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
 
@@ -0,0 +1,3 @@
1
+ require 'yammer-oauth2/client'
2
+ require 'yammer-oauth2/version'
3
+
@@ -2,7 +2,7 @@ module YammerOAuth2
2
2
  class Version
3
3
  MAJOR = 0 unless defined? MAJOR
4
4
  MINOR = 1 unless defined? MINOR
5
- PATCH = 0 unless defined? PATCH
5
+ PATCH = 1 unless defined? PATCH
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, PATCH].compact.join('.')
@@ -1,6 +1,6 @@
1
1
  lib = File.expand_path('../lib', __FILE__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'yammer-oauth2'
3
+ require 'yammer-oauth2/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.add_dependency 'oauth2-client', '~> 1.1.2'
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.0
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