Sha256: 1f88ce5897942d5a622216f40b60e92aed0fca02c73b535cbdf60a3fe717ba55
Contents?: true
Size: 785 Bytes
Versions: 8
Compression:
Stored size: 785 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"] end
Version data entries
8 entries across 8 versions & 1 rubygems