[DRE-commits] [ruby-beautify] 02/10: Merge tag 'upstream/0.97.2'

Tomasz Nitecki tnnn-guest at moszumanska.debian.org
Thu Apr 9 14:35:20 UTC 2015


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

tnnn-guest pushed a commit to branch master
in repository ruby-beautify.

commit af82695a3ba0fbdcdf530e683d5e29ea8f3f5b71
Merge: 9e52fdd acb261e
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date:   Thu Apr 9 11:07:01 2015 +0200

    Merge tag 'upstream/0.97.2'
    
    Upstream version 0.97.2

 .gitignore                                        |   2 +
 .rspec                                            |   2 +
 .travis.yml                                       |  12 +
 CONTRIB.md                                        |  19 +
 Gemfile                                           |   8 +
 Guardfile                                         |  11 +
 README.md                                         |  77 +++-
 RELEASE.md                                        |  13 -
 WHATSNEW.md                                       |  53 +++
 bin/rbeautify                                     |  29 +-
 bin/ruby-beautify                                 |  60 ++++
 lib/beautifier.rb                                 | 168 ---------
 lib/ruby-beautify.rb                              | 203 +++++++++--
 lib/ruby-beautify/block_end.rb                    |  23 --
 lib/ruby-beautify/block_matcher.rb                | 153 --------
 lib/ruby-beautify/block_start.rb                  | 119 -------
 lib/ruby-beautify/config/ruby.rb                  | 131 -------
 lib/ruby-beautify/language.rb                     |  37 --
 lib/ruby-beautify/line.rb                         |  53 ---
 lib/ruby-beautify/version.rb                      |   4 +-
 metadata.yml                                      |  96 -----
 ruby-beautify.gemspec                             |   9 +-
 spec/bin/ruby-beautify_spec.rb                    |  65 ++++
 spec/binary_scenarios/count_after.rb              |   3 +
 spec/binary_scenarios/count_before.rb             |   3 +
 spec/binary_scenarios/doubled_example.rb          |   6 +
 spec/binary_scenarios/overwrite.rb                |   6 +
 spec/binary_scenarios/overwrite_pretty.rb         |   6 +
 spec/binary_scenarios/small_example.rb            |   3 +
 spec/binary_scenarios/spaces_after.rb             |   3 +
 spec/binary_scenarios/spaces_before.rb            |   3 +
 spec/fixtures/ruby.yml                            | 408 ----------------------
 spec/lib/ruby-beautify_spec.rb                    |  24 ++
 spec/rbeautify/block_matcher_spec.rb              |  89 -----
 spec/rbeautify/block_start_spec.rb                |  51 ---
 spec/rbeautify/config/ruby_spec.rb                | 183 ----------
 spec/rbeautify/line_spec.rb                       |  73 ----
 spec/rbeautify_spec.rb                            |   1 -
 spec/ruby-beautify.dotfile                        |   1 +
 spec/spec_helper.rb                               | 125 +------
 spec/usage_scenarios/README.md                    |  44 +++
 spec/usage_scenarios/case.rb                      |  11 +
 spec/usage_scenarios/case_pretty.rb               |  11 +
 spec/usage_scenarios/from_control.rb              |  17 +
 spec/usage_scenarios/from_control_pretty.rb       |  17 +
 spec/usage_scenarios/monolithic_example.rb        |  40 +++
 spec/usage_scenarios/monolithic_example_pretty.rb |  40 +++
 spec/usage_scenarios/multiline_strings.rb         |  10 +
 spec/usage_scenarios/multiline_strings_pretty.rb  |  10 +
 spec/usage_scenarios/mutli_level.rb               |  34 ++
 spec/usage_scenarios/mutli_level_pretty.rb        |  34 ++
 spec/usage_scenarios/or_equals.rb                 |  21 ++
 spec/usage_scenarios/or_equals_pretty.rb          |  21 ++
 spec/usage_scenarios/pre_indented.rb              |  12 +
 spec/usage_scenarios/pre_indented_pretty.rb       |  12 +
 spec/usage_scenarios/pre_indented_pretty_space.rb |  12 +
 spec/usage_scenarios_spec.rb                      |  20 ++
 57 files changed, 909 insertions(+), 1792 deletions(-)

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



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