Skip to content

Commit

Permalink
oauth dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
aitor committed Dec 11, 2008
1 parent ec9a61d commit 110ddc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app_generators/togify/togify_generator.rb
@@ -1,5 +1,6 @@
require 'tog'
require 'zip/zip'
require 'net/http'

class TogifyGenerator < RubiGen::Base

Expand Down
3 changes: 2 additions & 1 deletion config/hoe.rb
Expand Up @@ -12,7 +12,8 @@
['rubigen', '>= 1.3.2'],
['tog-desert', '>= 0.3.4'],
['RedCloth', '>= 3.0.4'],
['rubyzip', '>= 0.9.1']
['rubyzip', '>= 0.9.1'],
['oauth', '>= 0.2.7'],
]

REV = nil
Expand Down
3 changes: 3 additions & 0 deletions tog.gemspec
Expand Up @@ -36,13 +36,15 @@ For more information on tog, see https://github.com/tog/tog
s.add_runtime_dependency(%q<tog-desert>, [">= 0.3.4"])
s.add_runtime_dependency(%q<RedCloth>, [">= 3.0.4"])
s.add_runtime_dependency(%q<rubyzip>, [">= 0.9.1"])
s.add_runtime_dependency(%q<oauth>, [">= 0.2.7"])
s.add_development_dependency(%q<hoe>, [">= 1.8.2"])
else
s.add_dependency(%q<mislav-will_paginate>, [">= 2.3.2"])
s.add_dependency(%q<rubigen>, [">= 1.3.2"])
s.add_dependency(%q<tog-desert>, [">= 0.3.4"])
s.add_dependency(%q<RedCloth>, [">= 3.0.4"])
s.add_dependency(%q<rubyzip>, [">= 0.9.1"])
s.add_dependency(%q<oauth>, [">= 0.2.7"])
s.add_dependency(%q<hoe>, [">= 1.8.2"])
end
else
Expand All @@ -51,6 +53,7 @@ For more information on tog, see https://github.com/tog/tog
s.add_dependency(%q<tog-desert>, [">= 0.3.4"])
s.add_dependency(%q<RedCloth>, [">= 3.0.4"])
s.add_dependency(%q<rubyzip>, [">= 0.9.1"])
s.add_dependency(%q<oauth>, [">= 0.2.7"])
s.add_dependency(%q<hoe>, [">= 1.8.2"])
end
end

0 comments on commit 110ddc5

Please sign in to comment.