[DRE-commits] [ruby-jekyll-sass-converter] branch master updated (26e6b1c -> 751b414)
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Dec 6 12:45:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a change to branch master
in repository ruby-jekyll-sass-converter.
from 26e6b1c Fix typo. Update d/docs
new 9df0ac6 Use github as upstream
adds 995a729 Imported Upstream version 1.3.0
new 9ee8f1c Merge tag 'upstream/1.3.0'
new 708babc Add patch: Replace git execution from gemspec
new 751b414 Bump Standard version: 3.9.6, Compat: 9
The 4 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:
.gitignore | 1 +
.rspec | 2 +-
Gemfile | 5 -
History.markdown | 41 +++++-
checksums.yaml.gz | Bin 268 -> 0 bytes
debian/compat | 2 +-
debian/control | 4 +-
...-patch-Replace-git-execution-from-gemspec.patch | 22 +++
debian/patches/series | 1 +
debian/watch | 3 +-
example/README.md | 32 +++++
example/_layouts/default.html | 13 ++
example/_sass/_typography.scss | 8 ++
example/css/main_css_file.scss | 11 ++
example/index.md | 32 +++++
jekyll-sass-converter.gemspec | 5 +-
lib/jekyll-sass-converter/version.rb | 2 +-
lib/jekyll/converters/sass.rb | 1 +
lib/jekyll/converters/scss.rb | 54 ++++++--
metadata.yml | 130 -----------------
spec/dest/css/main.css | 1 -
spec/other_sass_library/_sass/_color.scss | 3 +
spec/other_sass_library/css/main.scss | 4 +
...ass_coverter_spec.rb => sass_converter_spec.rb} | 16 ++-
spec/scss_converter_spec.rb | 154 ++++++++++++++++++---
spec/source/_sass/_color.scss | 2 +
spec/spec_helper.rb | 16 ++-
27 files changed, 384 insertions(+), 181 deletions(-)
delete mode 100644 checksums.yaml.gz
create mode 100644 debian/patches/0001-Add-patch-Replace-git-execution-from-gemspec.patch
create mode 100644 debian/patches/series
create mode 100644 example/README.md
create mode 100644 example/_layouts/default.html
create mode 100644 example/_sass/_typography.scss
create mode 100644 example/css/main_css_file.scss
create mode 100644 example/index.md
delete mode 100644 metadata.yml
delete mode 100644 spec/dest/css/main.css
create mode 100644 spec/other_sass_library/_sass/_color.scss
create mode 100644 spec/other_sass_library/css/main.scss
rename spec/{sass_coverter_spec.rb => sass_converter_spec.rb} (62%)
create mode 100644 spec/source/_sass/_color.scss
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jekyll-sass-converter.git
More information about the Pkg-ruby-extras-commits
mailing list