muck-oauth 0.2.0 → 0.2.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/Rakefile +1 -0
- data/VERSION +1 -1
- data/muck-oauth.gemspec +2 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -14,6 +14,7 @@ begin
|
|
|
14
14
|
gem.description = %Q{A simple wrapper for the oauth and oauth-plugin gems so that it is faster to include oauth in muck based applications.}
|
|
15
15
|
gem.email = "justin@tatemae.com"
|
|
16
16
|
gem.homepage = "http://github.com/tatemae/muck-oauth"
|
|
17
|
+
gem.rubyforge_project = "muck-oauth"
|
|
17
18
|
gem.authors = ["Justin Ball"]
|
|
18
19
|
gem.add_dependency "oauth"
|
|
19
20
|
gem.add_dependency "oauth-plugin"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/muck-oauth.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-oauth}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ball"]
|
|
@@ -2094,6 +2094,7 @@ Gem::Specification.new do |s|
|
|
|
2094
2094
|
s.homepage = %q{http://github.com/tatemae/muck-oauth}
|
|
2095
2095
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
2096
2096
|
s.require_paths = ["lib"]
|
|
2097
|
+
s.rubyforge_project = %q{muck-oauth}
|
|
2097
2098
|
s.rubygems_version = %q{1.3.6}
|
|
2098
2099
|
s.summary = %q{OAuth for muck}
|
|
2099
2100
|
s.test_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Justin Ball
|
|
@@ -2269,7 +2269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2269
2269
|
version: "0"
|
|
2270
2270
|
requirements: []
|
|
2271
2271
|
|
|
2272
|
-
rubyforge_project:
|
|
2272
|
+
rubyforge_project: muck-oauth
|
|
2273
2273
|
rubygems_version: 1.3.6
|
|
2274
2274
|
signing_key:
|
|
2275
2275
|
specification_version: 3
|