[DRE-commits] [ruby-compass-rails] branch master updated (6c947a2 -> 2c31a80)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 1 17:37:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a change to branch master
in repository ruby-compass-rails.

      from  6c947a2   upload to experimental
      adds  4039997   Imported Upstream version 2.0.4
       new  2711f24   Merge tag 'upstream/2.0.4'
       new  d59bfa2   update changelog
       new  9b25ae1   chamgelog.markdown is CHANGELOG.md now
       new  be7937a   bump standards
       new  2c31a80   uploa to experimental

The 5 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 +
 .travis.yml                                        |  23 +++-
 Appraisals                                         |   5 +
 CHANGELOG.md                                       |  71 ++++++++++++
 Gemfile                                            |  10 +-
 README.md                                          |  14 +--
 Rakefile                                           |  15 +--
 changelog.markdown                                 |  11 --
 checksums.yaml.gz                                  | Bin 270 -> 0 bytes
 compass-rails.gemspec                              |   5 +-
 debian/changelog                                   |   7 ++
 debian/control                                     |   2 +-
 debian/rules                                       |   2 +-
 gemfiles/rails31.gemfile                           |  13 +--
 gemfiles/rails32.gemfile                           |  13 +--
 gemfiles/rails40.gemfile                           |  13 +--
 gemfiles/rails42.gemfile                           |  22 ++++
 lib/compass-rails.rb                               | 121 +--------------------
 lib/compass-rails/installer.rb                     |  30 -----
 lib/compass-rails/patches.rb                       |   3 -
 lib/compass-rails/patches/3_1.rb                   |  15 +--
 lib/compass-rails/patches/4_0.rb                   |  50 ++++-----
 lib/compass-rails/patches/compass.rb               |   2 +-
 lib/compass-rails/patches/importer.rb              |  22 ++--
 lib/compass-rails/patches/sass_importer.rb         |  58 +++++++++-
 lib/compass-rails/patches/sprite_importer.rb       |   6 +-
 lib/compass-rails/railties/3_1.rb                  |  13 +--
 lib/compass-rails/railties/4_0.rb                  |   9 +-
 lib/compass-rails/version.rb                       |   2 +-
 metadata.yml                                       |  70 +++++++++---
 test/compass_rails_spec.rb                         |  39 +++++++
 test/fixtures/assets/images/letters/a.png          | Bin 0 -> 719 bytes
 test/fixtures/assets/images/letters/b.png          | Bin 0 -> 680 bytes
 test/fixtures/assets/images/numbers/sprite-1.png   | Bin 0 -> 293 bytes
 test/fixtures/assets/images/numbers/sprite-2.png   | Bin 0 -> 317 bytes
 .../assets/stylesheets/application.css.scss        |  23 ++++
 .../assets/stylesheets/partials/_partial_1.scss    |   3 +
 .../assets/stylesheets/partials/_partial_2.scss    |   3 +
 test/helpers/command_helper.rb                     |  17 +--
 test/helpers/debug_helper.rb                       |   2 +-
 test/helpers/file_helper.rb                        |  19 +---
 test/helpers/rails_helper.rb                       |  66 +++++------
 test/helpers/rails_project.rb                      |  96 +++++-----------
 test/integrations/.gitkeep                         |   0
 test/integrations/rails_31_test.rb                 |  46 --------
 test/integrations/rails_32_test.rb                 |  46 --------
 test/integrations/rails_40_test.rb                 |  46 --------
 test/test_helper.rb                                |  11 +-
 test/units/.gitkeep                                |   0
 49 files changed, 454 insertions(+), 591 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 changelog.markdown
 delete mode 100644 checksums.yaml.gz
 create mode 100644 gemfiles/rails42.gemfile
 delete mode 100644 lib/compass-rails/installer.rb
 create mode 100644 test/compass_rails_spec.rb
 create mode 100644 test/fixtures/assets/images/letters/a.png
 create mode 100644 test/fixtures/assets/images/letters/b.png
 create mode 100644 test/fixtures/assets/images/numbers/sprite-1.png
 create mode 100644 test/fixtures/assets/images/numbers/sprite-2.png
 create mode 100644 test/fixtures/assets/stylesheets/application.css.scss
 create mode 100644 test/fixtures/assets/stylesheets/partials/_partial_1.scss
 create mode 100644 test/fixtures/assets/stylesheets/partials/_partial_2.scss
 delete mode 100644 test/integrations/.gitkeep
 delete mode 100644 test/integrations/rails_31_test.rb
 delete mode 100644 test/integrations/rails_32_test.rb
 delete mode 100644 test/integrations/rails_40_test.rb
 delete mode 100644 test/units/.gitkeep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-compass-rails.git



More information about the Pkg-ruby-extras-commits mailing list