File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 55
66Gem ::Specification . new do |s |
77 s . name = %q{dbox}
8- s . version = "0.4.3 "
8+ s . version = "0.4.4 "
99
1010 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
1111 s . authors = [ %q{Ken Pratt} ]
12- s . date = %q{2011-05-19 }
12+ s . date = %q{2011-06-28 }
1313 s . description = %q{An easy-to-use Dropbox client with fine-grained control over syncs.}
14141515 s . executables = [ %q{dbox} ]
@@ -52,9 +52,18 @@ Gem::Specification.new do |s|
5252 s . specification_version = 3
5353
5454 if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
55+ s . add_runtime_dependency ( %q<multipart-post> , [ ">= 1.1.2" ] )
56+ s . add_runtime_dependency ( %q<oauth> , [ ">= 0.4.5" ] )
57+ s . add_runtime_dependency ( %q<json> , [ ">= 1.5.3" ] )
5558 else
59+ s . add_dependency ( %q<multipart-post> , [ ">= 1.1.2" ] )
60+ s . add_dependency ( %q<oauth> , [ ">= 0.4.5" ] )
61+ s . add_dependency ( %q<json> , [ ">= 1.5.3" ] )
5662 end
5763 else
64+ s . add_dependency ( %q<multipart-post> , [ ">= 1.1.2" ] )
65+ s . add_dependency ( %q<oauth> , [ ">= 0.4.5" ] )
66+ s . add_dependency ( %q<json> , [ ">= 1.5.3" ] )
5867 end
5968end
6069
You can’t perform that action at this time.
0 commit comments