Skip to content
Permalink
Browse files

Removing a bunch of newgem artifacts

  • Loading branch information...
quirkey committed Mar 10, 2010
1 parent 1f16662 commit 33bb25858f4d5191a0d9d42cd6cf8bc360dac748
Showing with 11 additions and 1,780 deletions.
  1. +3 −1 History.txt → HISTORY
  2. 0 License.txt → LICENSE
  3. +0 −86 Manifest.txt
  4. +0 −1 Rakefile
  5. +8 −5 oauth.gemspec
  6. +0 −14 script/destroy
  7. +0 −14 script/generate
  8. +0 −74 script/txt2html
  9. +0 −1,585 setup.rb
@@ -104,7 +104,9 @@

== 0.2 2008-1-19 All together now release

This is a big release, where we have merged the efforts of various parties into one common library. This means there are definitely some API changes you should be aware of. They should be minimal but please have a look at the unit tests.
This is a big release, where we have merged the efforts of various parties into one common library.
This means there are definitely some API changes you should be aware of. They should be minimal
but please have a look at the unit tests.

== 0.1.2 2007-12-1

File renamed without changes.

This file was deleted.

@@ -8,7 +8,6 @@ begin
Jeweler::Tasks.new do |s|
s.name = %q{oauth}
s.version = OAuth::VERSION
s.date = %q{2009-08-10}
s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford", "Aaron Quint"]
s.email = "oauth-ruby@googlegroups.com"
s.description = "OAuth Core Ruby implementation"
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Pelle Braendgaard", "Blaine Cook", "Larry Halff", "Jesse Clark", "Jon Crosby", "Seth Fitzsimmons", "Matt Sanford", "Aaron Quint"]
s.date = %q{2010-02-15}
s.date = %q{2010-03-09}
s.default_executable = %q{oauth}
s.description = %q{OAuth Core Ruby implementation}
s.email = %q{oauth-ruby@googlegroups.com}
@@ -119,7 +119,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{oauth}
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{OAuth Core Ruby implementation}
s.test_files = [
"test/cases/oauth_case.rb",
@@ -156,24 +156,27 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<actionpack>, [">= 2.2.0"])
s.add_development_dependency(%q<actionpack>, [">= 2.2.0", "< 2.3"])
s.add_development_dependency(%q<rack>, [">= 1.0.0"])
s.add_development_dependency(%q<mocha>, [">= 0.9.8"])
s.add_development_dependency(%q<typhoeus>, [">= 0.1.13"])
s.add_development_dependency(%q<em-http-request>, [">= 0"])
s.add_development_dependency(%q<curb>, [">= 0.6.6.0"])
else
s.add_dependency(%q<actionpack>, [">= 2.2.0"])
s.add_dependency(%q<actionpack>, [">= 2.2.0", "< 2.3"])
s.add_dependency(%q<rack>, [">= 1.0.0"])
s.add_dependency(%q<mocha>, [">= 0.9.8"])
s.add_dependency(%q<typhoeus>, [">= 0.1.13"])
s.add_dependency(%q<em-http-request>, [">= 0"])
s.add_dependency(%q<curb>, [">= 0.6.6.0"])
end
else
s.add_dependency(%q<actionpack>, [">= 2.2.0"])
s.add_dependency(%q<actionpack>, [">= 2.2.0", "< 2.3"])
s.add_dependency(%q<rack>, [">= 1.0.0"])
s.add_dependency(%q<mocha>, [">= 0.9.8"])
s.add_dependency(%q<typhoeus>, [">= 0.1.13"])
s.add_dependency(%q<em-http-request>, [">= 0"])
s.add_dependency(%q<curb>, [">= 0.6.6.0"])
end
end

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 33bb258

Please sign in to comment.
You can’t perform that action at this time.