Skip to content

Commit

Permalink
Update gemspec metadata and version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ad authored Aug 30, 2022
2 parents 34ba613 + e1054f9 commit 0b0d32c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bootstrap
VERSION = '4.6.1'
VERSION = '4.6.3'
BOOTSTRAP_SHA = '82a1f334cf02c6b1fbb27d5da6afb89a80223c31'
end

0 comments on commit 0b0d32c

Please sign in to comment.