Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 45f7318

Browse files
committed
Regenerate gemspec for version 0.4.6
1 parent 7a47405 commit 45f7318

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

oauth.gemspec

+8-10
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
7-
s.name = %q{oauth}
8-
s.version = "0.4.5"
7+
s.name = "oauth"
8+
s.version = "0.4.6"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford", "Aaron Quint"]
12-
s.date = %q{2011-06-25}
13-
s.default_executable = %q{oauth}
14-
s.description = %q{OAuth Core Ruby implementation}
15-
s.email = %q{[email protected]}
12+
s.date = "2012-04-21"
13+
s.description = "OAuth Core Ruby implementation"
14+
s.email = "[email protected]"
1615
s.executables = ["oauth"]
1716
s.extra_rdoc_files = [
1817
"LICENSE",
@@ -109,12 +108,11 @@ Gem::Specification.new do |s|
109108
"test/test_typhoeus_request_proxy.rb"
110109
]
111110
s.require_paths = ["lib"]
112-
s.rubyforge_project = %q{oauth}
113-
s.rubygems_version = %q{1.3.7}
114-
s.summary = %q{OAuth Core Ruby implementation}
111+
s.rubyforge_project = "oauth"
112+
s.rubygems_version = "1.8.16"
113+
s.summary = "OAuth Core Ruby implementation"
115114

116115
if s.respond_to? :specification_version then
117-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
118116
s.specification_version = 3
119117

120118
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then

0 commit comments

Comments
 (0)