[DRE-commits] [ruby-bootstrap-sass] branch master updated (0b3fb03 -> 786fa2e)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 9 15:53:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository ruby-bootstrap-sass.
from 0b3fb03 upload to unstable
new 66d7abc add a autopkgtest suite with a functional test
new d841f33 fix to work with standalone sprockets (i.e. not on Rails apps)
new 8656957 Team upload
new 86e839f release to unstable
adds db7f6a4 Imported Upstream version 3.3.5.1
new 0ee3277 Merge tag 'upstream/3.3.5.1'
new 786fa2e New upstream release
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 1 -
CHANGELOG.md | 6 +
README.md | 7 +-
assets/javascripts/bootstrap-sprockets.js | 4 +-
assets/javascripts/bootstrap.js | 240 ++++++++++++---------
assets/javascripts/bootstrap.min.js | 8 +-
assets/javascripts/bootstrap/affix.js | 6 +-
assets/javascripts/bootstrap/alert.js | 4 +-
assets/javascripts/bootstrap/button.js | 22 +-
assets/javascripts/bootstrap/carousel.js | 4 +-
assets/javascripts/bootstrap/collapse.js | 4 +-
assets/javascripts/bootstrap/dropdown.js | 88 ++++----
assets/javascripts/bootstrap/modal.js | 12 +-
assets/javascripts/bootstrap/popover.js | 4 +-
assets/javascripts/bootstrap/scrollspy.js | 4 +-
assets/javascripts/bootstrap/tab.js | 8 +-
assets/javascripts/bootstrap/tooltip.js | 78 +++++--
assets/javascripts/bootstrap/transition.js | 2 +-
assets/stylesheets/_bootstrap.scss | 6 +
assets/stylesheets/bootstrap/_badges.scss | 2 +-
assets/stylesheets/bootstrap/_button-groups.scss | 5 +-
assets/stylesheets/bootstrap/_buttons.scss | 18 +-
assets/stylesheets/bootstrap/_carousel.scss | 4 +-
assets/stylesheets/bootstrap/_dropdowns.scss | 4 +-
assets/stylesheets/bootstrap/_forms.scss | 59 +++--
assets/stylesheets/bootstrap/_glyphicons.scss | 20 +-
assets/stylesheets/bootstrap/_input-groups.scss | 1 +
assets/stylesheets/bootstrap/_jumbotron.scss | 8 +-
assets/stylesheets/bootstrap/_list-group.scss | 12 +-
assets/stylesheets/bootstrap/_media.scss | 5 +
assets/stylesheets/bootstrap/_mixins.scss | 1 +
assets/stylesheets/bootstrap/_normalize.scss | 19 +-
assets/stylesheets/bootstrap/_pagination.scss | 5 +-
assets/stylesheets/bootstrap/_panels.scss | 6 +
assets/stylesheets/bootstrap/_popovers.scss | 12 +-
assets/stylesheets/bootstrap/_print.scss | 6 -
.../bootstrap/_responsive-utilities.scss | 6 +-
assets/stylesheets/bootstrap/_scaffolding.scss | 3 +-
assets/stylesheets/bootstrap/_theme.scss | 28 ++-
assets/stylesheets/bootstrap/_tooltip.scss | 9 +-
assets/stylesheets/bootstrap/_variables.scss | 8 +-
.../bootstrap/mixins/_background-variant.scss | 3 +-
assets/stylesheets/bootstrap/mixins/_buttons.scss | 20 +-
.../bootstrap/mixins/_grid-framework.scss | 4 +-
assets/stylesheets/bootstrap/mixins/_grid.scss | 4 +-
.../stylesheets/bootstrap/mixins/_hide-text.scss | 2 +-
.../stylesheets/bootstrap/mixins/_list-group.scss | 5 +-
.../stylesheets/bootstrap/mixins/_pagination.scss | 3 +-
.../stylesheets/bootstrap/mixins/_reset-text.scss | 18 ++
.../bootstrap/mixins/_responsive-visibility.scss | 2 +-
.../bootstrap/mixins/_text-emphasis.scss | 3 +-
bootstrap-sass.gemspec | 2 +-
bower.json | 7 +-
debian/changelog | 10 +
debian/control | 1 +
debian/patches/assets_path.patch | 20 ++
debian/patches/series | 1 +
debian/tests/control | 5 +
debian/tests/smoke-test | 13 ++
lib/bootstrap-sass.rb | 2 +-
lib/bootstrap-sass/version.rb | 4 +-
metadata.yml | 11 +-
package.json | 2 +-
tasks/converter/less_conversion.rb | 11 +-
templates/project/_bootstrap-variables.sass | 10 +-
test/dummy_sass_only/Gemfile | 2 +-
test/gemfiles/sass_3_2.gemfile | 6 -
67 files changed, 596 insertions(+), 324 deletions(-)
create mode 100644 assets/stylesheets/bootstrap/mixins/_reset-text.scss
create mode 100644 debian/patches/assets_path.patch
create mode 100644 debian/tests/control
create mode 100755 debian/tests/smoke-test
delete mode 100644 test/gemfiles/sass_3_2.gemfile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bootstrap-sass.git
More information about the Pkg-ruby-extras-commits
mailing list