Sha256: cf7098beb2ee61fc629e2ceac0d9d026f2329c7b31a36db7273812c89b3a2791
Contents?: true
Size: 975 Bytes
Versions: 1
Compression:
Stored size: 975 Bytes
Contents
# frozen_string_literal: true require_relative 'lib/simple_navigation_bootstrap/version' Gem::Specification.new do |s| s.name = 'simple_navigation_bootstrap' s.version = SimpleNavigationBootstrap::VERSION::STRING s.platform = Gem::Platform::RUBY s.authors = ['Pavel Shpak', 'Nicolas Rodriguez'] s.email = ['shpakvel@gmail.com', 'nrodriguez@jbox-web.com'] s.homepage = 'https://github.com/jbox-web/simple_navigation_bootstrap' s.summary = 'A Ruby gem that adds Bootstrap renderers for SimpleNavigation' s.description = 'This gem adds Bootstrap2 and Bootstrap3 renderers for SimpleNavigation' s.license = 'MIT' s.files = `git ls-files`.split("\n") s.add_runtime_dependency 'simple-navigation', '~> 4.0' s.add_development_dependency 'actionpack' s.add_development_dependency 'actionview' s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_development_dependency 'simplecov' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_navigation_bootstrap-1.2.0 | simple_navigation_bootstrap.gemspec |