Compare commits
2 Commits
e62ed0bedd
...
c37e731eef
Author | SHA1 | Date |
---|---|---|
|
c37e731eef | |
|
a14b797559 |
|
@ -14,7 +14,6 @@ Gem::Specification.new do |s|
|
||||||
s.description = "ClientManagement tool for store."
|
s.description = "ClientManagement tool for store."
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.add_dependency "net-ssh", ">= 4.0", "< 5.0"
|
s.add_dependency "net-ssh", ">= 4.0", "< 5.0"
|
||||||
s.add_dependency "rails-reverse-proxy", git: "http://gitlab.tp.rulingcom.com/chiu/rails-reverse-proxy"
|
|
||||||
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
|
||||||
s.test_files = Dir["test/**/*"]
|
s.test_files = Dir["test/**/*"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue