Skip to content

Commit

Permalink
Removing a bunch of newgem artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Mar 10, 2010
1 parent 1f16662 commit 33bb258
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 1,780 deletions.
4 changes: 3 additions & 1 deletion History.txt → HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
86 changes: 0 additions & 86 deletions Manifest.txt

This file was deleted.

1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 8 additions & 5 deletions oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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

14 changes: 0 additions & 14 deletions script/destroy

This file was deleted.

14 changes: 0 additions & 14 deletions script/generate

This file was deleted.

74 changes: 0 additions & 74 deletions script/txt2html

This file was deleted.

Loading

0 comments on commit 33bb258

Please sign in to comment.