Sha256: 865368e8599062a7fe442d297807f2d1b91c8bdc54e2916091be4f190cd340ca
Contents?: true
Size: 829 Bytes
Versions: 2
Compression:
Stored size: 829 Bytes
Contents
# coding: utf-8 require File.expand_path("../lib/responsive-nav-rails/version", __FILE__) Gem::Specification.new do |spec| spec.name = "responsive-nav-rails" spec.version = ResponsiveNavRails::VERSION spec.authors = ["Thomas McNiven"] spec.email = ["trmcniven@vevix.net"] spec.description = "responsive-nav.com for the rails asset pipeline" spec.summary = "an asset gemification of the responsive-nav plugin" spec.homepage = "https://github.com/vevix/responsive-nav-rails" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "railties", ">= 3.1" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
responsive-nav-rails-1.0.14 | responsive-nav-rails.gemspec |
responsive-nav-rails-1.0.13 | responsive-nav-rails.gemspec |