Sha256: fc165790e1dfe0a87b4fc3793fbdfbfbf562e0b141cf1bfcf4821f4c4fab71b8
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
Gem::Specification.new do |s| s.name = 'oxidized-web' s.version = '0.1.1' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ] s.email = %w( saku@ytti.fi sam@arahant.net ) s.homepage = 'http://github.com/ytti/oxidized-web' s.summary = 'sinatra API + webUI for oxidized' s.description = 'puma+sinatra+haml webUI + REST API for oxidized' s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.executables = %w( ) s.require_path = 'lib' s.required_ruby_version = '>= 1.9.3' s.add_runtime_dependency 'oxidized', '~> 0.2' s.add_runtime_dependency 'puma', '~> 2.8' s.add_runtime_dependency 'sinatra', '~> 1.4' s.add_runtime_dependency 'sinatra-contrib', '~> 1.4' s.add_runtime_dependency 'haml', '~> 4.0' s.add_runtime_dependency 'sass', '~> 3.3' s.add_runtime_dependency 'emk-sinatra-url-for', '~> 0.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oxidized-web-0.1.1 | oxidized-web.gemspec |