Skip to content

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Paramio <carlos@evolve.st>
  • Loading branch information
jsmestad authored and Carlos Paramio committed Jun 26, 2009
1 parent 302b5b9 commit cf8d6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rack-facebook.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rack-facebook"
s.version = "0.0.1"
s.version = "0.0.2"
s.date = "2009-01-09"
s.summary = "Rack middleware to verify and parse Facebook parameters"
s.email = "carlos@evolve.st"
Expand All @@ -18,5 +18,5 @@ Gem::Specification.new do |s|
"spec/rack-facebook_spec.rb"]
s.rdoc_options = ["--main", "Rack::Facebook"]
#s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.add_dependency("rack", ["= 0.4.0"])
s.add_dependency("rack", [">= 0.4.0"])
end

0 comments on commit cf8d6fe

Please sign in to comment.