[DRE-commits] [ruby-librarian] branch master updated (14eb425 -> 580b0d3)

Stig Sandbeck Mathisen ssm at debian.org
Sun Sep 1 17:02:07 UTC 2013


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

ssm pushed a change to branch master
in repository ruby-librarian.

      from  14eb425   use canonical URI in Vcs-* fields
      adds  93dbb6b   A more descriptive summary.
      adds  ba43c91   resolution can be nil in persist_resolution if dependencies were not resolved
      adds  5daad4a   Merge pull request #145 from maestrodev/persist_resolution-nil
      adds  145a353   make rspec the default rake task so you can just run 'rake' to run specs
      adds  d9d2734   remove color option within default rake task, put 'rspec spec' back in place
      adds  f4c1937   add newline at the end of the Rakefile
      adds  6432771   Merge pull request #144 from nickhammond/rake_to_run_specs
      adds  eb27a2b   add #set_home and #user_logged_in to avoid missing home path
      adds  06ae8c8   Removed etc from gemspec. Used #with_env in spec test. Changed #set_home to #default_home. Used #getpwnam to comply with ruby 1.8.7 lack of Dir.home
      adds  c450c50   Merge branch 'issue_146' of github.com:bradleyd/librarian
      adds  a4819ad   Whitespace.
      adds  35749a3   Refactor consolidate extracted method.
      adds  7687f95   Style.
      adds  bb0fa4a   Environment#adapter_module and Environment#adapter_name.
      adds  ee5237b   Simplify Environment#dsl_class.
      adds  38b66da   Refactor extract helper method.
      adds  75c72a1   A simpler version of the same behavior.
      adds  5987857   Cache http classes per-host.
      adds  9640702   Enforce that the base environment is not an adapter.
      adds  a1ece4d   A privacy warning.
      adds  52ff30b   Revert "Cache http classes per-host."
      adds  6f7f08f   Refactor extract method.
      adds  7ff15a4   Remove unnecessary code.
      adds  b5ae870   Environment#adapter_version.
      adds  5e2c48f   Put the environment-home spec in its proper place.
      adds  da1e875   Test Environment#version in adapter environments too.
      adds  d1b4887   Style.
      adds  7850fdb   Remove unused code.
      adds  cd88c06   Improve the git setup speed in functional specs.
      adds  2d95bf5   Add missing require.
      adds  dac4cd5   #mock in specs is deprecated.
      adds  34bafd7   Get spec failure backtraces in full in CI.
      adds  ad0097f   JRuby doesn't like Open3.popen3 with a block.
      adds  51f1d1c   JRuby builds work now.
      adds  8df1825   Possibly fix autoloads in the presence of FakeFS on Rubinius.
      adds  b0fa5f3   Rubinius builds work now.
      adds  551b579   Specify GIT_DIR when shelling out to git.
      adds  dfc57c2   Explicitly warn upon failing to clone a git repo.
      adds  086c0c2   Collect the simple system-level operations into a module.
      adds  2ea6992   Collect the simple system-level operations into a module.
      adds  2d5984e   Per-platform Posix.run.
      adds  bf65834   Source::Git::Repository.git_version.
      adds  7975026   Support env and chdir in Posix.run.
      adds  c1ab40f   Simplify Source::Git::Repository.
      adds  b1fc0cc   Just a version string for Source::Git::Repository.git_version.
      adds  e0773e6   Note recent changes in the change-log.
      adds  17b8777   Note recent changes in the change-log.
      adds  a2ea4e6   Bump the version to 0.1.1.
      adds  b0c41b6   Imported Upstream version 0.1.1
       new  69bcc75   Merge tag 'upstream/0.1.1'
       new  0dc014e   Update changelog
       new  580b0d3   Bump standards version (no changes)

The 3 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                                      |    6 +-
 CHANGELOG.md                                     |   12 +++
 README.md                                        |    6 +-
 Rakefile                                         |    5 +
 checksums.yaml.gz                                |  Bin 0 -> 271 bytes
 debian/changelog                                 |    6 ++
 debian/control                                   |    2 +-
 lib/librarian/action/persist_resolution_mixin.rb |    2 +-
 lib/librarian/cli.rb                             |    5 +-
 lib/librarian/environment.rb                     |   52 +++++++---
 lib/librarian/helpers.rb                         |   16 +++
 lib/librarian/mock/environment.rb                |    8 --
 lib/librarian/posix.rb                           |  120 ++++++++++++++++++++++
 lib/librarian/source/git.rb                      |    2 +
 lib/librarian/source/git/repository.rb           |   82 ++-------------
 lib/librarian/version.rb                         |    2 +-
 librarian.gemspec                                |   16 +--
 metadata.yml                                     |   98 ++++++++----------
 spec/functional/posix_spec.rb                    |   34 ++++++
 spec/functional/source/git/repository_spec.rb    |   77 ++++++++------
 spec/functional/source/git_spec.rb               |   30 ++++++
 spec/support/fakefs.rb                           |   13 +++
 spec/unit/action/base_spec.rb                    |    2 +-
 spec/unit/action/clean_spec.rb                   |    6 +-
 spec/unit/action/ensure_spec.rb                  |    2 +-
 spec/unit/action/install_spec.rb                 |    4 +-
 spec/unit/environment_spec.rb                    |   36 +++++++
 spec/unit/mock/environment_spec.rb               |   25 +++++
 28 files changed, 466 insertions(+), 203 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 lib/librarian/posix.rb
 create mode 100644 spec/functional/posix_spec.rb
 create mode 100644 spec/functional/source/git_spec.rb
 create mode 100644 spec/unit/mock/environment_spec.rb

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



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