File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2009 nov matake
1
+ Copyright (c) 2010 nov matake
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining
4
4
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ Gem::Specification.new do |s|
13
13
s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
14
14
s . files = `git ls-files` . split ( "\n " )
15
15
s . test_files = `git ls-files -- {test,spec,features}/*` . split ( "\n " )
16
- s . add_runtime_dependency "rack" , "1.1"
17
- s . add_runtime_dependency "json" , "1.4.3"
16
+ s . add_runtime_dependency "rack" , ">= 1.1"
17
+ s . add_runtime_dependency "json" , ">= 1.4.3"
18
18
s . add_runtime_dependency "activesupport" , ">= 2.3"
19
19
s . add_runtime_dependency "i18n"
20
+ s . add_runtime_dependency "attr_required" , ">= 0.0.2"
20
21
s . add_development_dependency "rake" , ">= 0.8"
21
22
s . add_development_dependency "rcov" , ">= 0.9"
22
23
s . add_development_dependency "rspec" , ">= 2"
You can’t perform that action at this time.
0 commit comments