diff --git a/README.md b/README.md index 138eb2bb..42fef3c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Bootstrap Ruby Gem [![Build Status](https://travis-ci.org/twbs/bootstrap-rubygem.svg?branch=master)](https://travis-ci.org/twbs/bootstrap-rubygem) [![Gem](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap) - -[Bootstrap 4][bootstrap-home] ruby gem for Ruby on Rails (Sprockets) and Hanami (formerly Lotus). +This is a fork of the [Bootstrap 4][bootstrap-home] ruby gem for Ruby on Rails (Sprockets) and Hanami (formerly Lotus), which removes the sassc-rails dependency. For Sass versions of Bootstrap 3 and 2 see [bootstrap-sass](https://github.com/twbs/bootstrap-sass) instead. diff --git a/bootstrap.gemspec b/bootstrap.gemspec index 85193410..55bdc717 100644 --- a/bootstrap.gemspec +++ b/bootstrap.gemspec @@ -3,12 +3,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bootstrap/version' Gem::Specification.new do |s| - s.name = 'bootstrap' + s.name = 'nex-bootstrap' s.version = Bootstrap::VERSION s.authors = ['Twitter, Inc.'] s.email = 'glex.spb@gmail.com' s.summary = 'The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. http://getbootstrap.com' - s.homepage = 'https://github.com/twbs/bootstrap-rubygem' + s.homepage = 'https://github.com/nex-health/bootstrap-rubygem/tree/4.6-stable' s.license = 'MIT' s.required_ruby_version = '>= 2.3.3' diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index e8d328df..1a108184 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '4.6.1' + VERSION = '4.6.3' BOOTSTRAP_SHA = '82a1f334cf02c6b1fbb27d5da6afb89a80223c31' end