oauth_consumer 0.1.1 → 0.1.2
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 +4 -4
- data/lib/oauth_consumer/version.rb +1 -1
- data/oauth_consumer.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e09530b6ab90dbe3039d6c785921677a91239ae5
|
|
4
|
+
data.tar.gz: 8a8af7949c5283de4525e02e6ad342d6defe962a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ceb6b2655640a43320ef16103bfb6b185aa5ba1802c9dfe9b77bafaca53f17b59b8ceccb3191be13cb7499fee0b7d597a26877b67b3529f93399178713a5f07
|
|
7
|
+
data.tar.gz: e2f4f0c17c1d947e038bcd09fa55551c2b5a58e50c210bd3cb12cd473bf0e1e8d492cc67316856d3202bee2509d29aa2fe5a2197ee028d9eef49d544dd46015d
|
data/oauth_consumer.gemspec
CHANGED
|
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = %q{oauth_consumer}
|
|
7
7
|
s.summary = %q{OAuth 1 & 2 helpers for Rails 3+}
|
|
8
8
|
s.description = %q{OAuth 1 & 2 and token management in Rails 3+}
|
|
9
|
-
s.homepage = %q{https://github.com/
|
|
9
|
+
s.homepage = %q{https://github.com/kontextual/oauth_consumer}
|
|
10
10
|
s.version = OauthConsumer::VERSION
|
|
11
|
-
s.authors = ["Mauricio Gomes", "Pelle Braendgaard"]
|
|
11
|
+
s.authors = ["Mauricio Gomes","Matthew Sedlacek","Pelle Braendgaard"]
|
|
12
12
|
s.email = "mauricio@edge14.com"
|
|
13
13
|
|
|
14
14
|
s.add_dependency("oauth", ["~> 0.4.4"])
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oauth_consumer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauricio Gomes
|
|
8
|
+
- Matthew Sedlacek
|
|
8
9
|
- Pelle Braendgaard
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
@@ -121,7 +122,7 @@ files:
|
|
|
121
122
|
- rails/init.rb
|
|
122
123
|
- spec/spec_helper.rb
|
|
123
124
|
- tasks/oauth_tasks.rake
|
|
124
|
-
homepage: https://github.com/
|
|
125
|
+
homepage: https://github.com/kontextual/oauth_consumer
|
|
125
126
|
licenses: []
|
|
126
127
|
metadata: {}
|
|
127
128
|
post_install_message:
|
|
@@ -140,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
141
|
version: '0'
|
|
141
142
|
requirements: []
|
|
142
143
|
rubyforge_project:
|
|
143
|
-
rubygems_version: 2.0.
|
|
144
|
+
rubygems_version: 2.0.3
|
|
144
145
|
signing_key:
|
|
145
146
|
specification_version: 4
|
|
146
147
|
summary: OAuth 1 & 2 helpers for Rails 3+
|