Sha256: 7154fb777ab0f5e995a5ff7a9b493e7e36be0505a92d5ef5e9cc815d12ca9c9b
Contents?: true
Size: 1.04 KB
Versions: 21
Compression:
Stored size: 1.04 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bootstrap-slider-rails/version' Gem::Specification.new do |spec| spec.name = 'bootstrap-slider-rails' spec.version = BootstrapSlider::Rails::VERSION spec.authors = ['Pedr Browne'] spec.email = ['pedr.browne@gmail.com'] spec.description = 'Make Bootstrap Slider available to Rails' spec.summary = "This Gem integrates Seiyara's fork of Bootstrap " \ 'Slider with Rails, exposing its JavaScript and CSS ' \ 'assets via a Rails Engine.' spec.homepage = 'https://github.com/YourCursus/bootstrap-slider-rails' spec.license = 'MIT' spec.files = `git ls-files`.split($RS) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_dependency 'railties', '>= 3.2', '< 5.0' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' end
Version data entries
21 entries across 21 versions & 1 rubygems