Skip to content

Commit

Permalink
gemspec: Update dependencies, set email.
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Nov 2, 2015
1 parent 73d7b26 commit 687be12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'term-ansicolor'
source 'https://rails-assets.org' do
gem 'rails-assets-tether', '>= 1.1.0'
end
Expand Down
6 changes: 3 additions & 3 deletions bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Gem::Specification.new do |s|
s.name = 'bootstrap'
s.version = Bootstrap::VERSION
s.authors = ['Twitter, Inc.']
s.email = '' # TODO
s.email = '[email protected]'
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.license = 'MIT'

s.add_runtime_dependency 'sass', '>= 3.4.18'
s.add_runtime_dependency 'autoprefixer-rails', '>= 5.2.1.3'
s.add_runtime_dependency 'sass', '>= 3.4.19'
s.add_runtime_dependency 'autoprefixer-rails', '>= 6.0.3'

# Testing dependencies
s.add_development_dependency 'minitest', '~> 5.8.0'
Expand Down

0 comments on commit 687be12

Please sign in to comment.