[DRE-commits] [ruby-spring] branch master updated (65d5708 -> f39095c)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 14 12:16:27 UTC 2015


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

terceiro pushed a change to branch master
in repository ruby-spring.

      from  65d5708   remove Gemfile.lock on clean
       new  fd7ef4f   pull new releases from github
      adds  5c1f9b5   Imported Upstream version 1.3.6
       new  c7fafd1   Merge tag 'upstream/1.3.6'
       new  8812644   New upstream release
       new  73cb3b6   Dropped patches that are not needed anymore
       new  d4c5a37   dump standards version
       new  62ba9af   release to experimental
       new  c89186a   Update packaging with a new dh-make-ruby run
       new  f39095c   debian/ruby-tests.rake: avoid non-unit tests

The 8 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                                        |   5 +-
 CHANGELOG.md                                       |  54 ++++
 CONTRIBUTING.md                                    |   5 +
 Gemfile                                            |   2 -
 README.md                                          |  45 +--
 Rakefile                                           |   2 +-
 checksums.yaml.gz                                  | Bin 270 -> 0 bytes
 debian/changelog                                   |  10 +
 debian/compat                                      |   2 +-
 debian/control                                     |  13 +-
 debian/patches/series                              |   2 -
 debian/ruby-tests.rake                             |   6 +-
 debian/rules                                       |   2 +-
 debian/watch                                       |   2 +-
 lib/spring/application.rb                          |   7 +-
 lib/spring/client/binstub.rb                       |  13 +-
 lib/spring/client/rails.rb                         |   5 +-
 lib/spring/client/run.rb                           |  62 +++-
 lib/spring/client/status.rb                        |   4 +-
 lib/spring/client/stop.rb                          |  27 +-
 lib/spring/command_wrapper.rb                      |   4 -
 lib/spring/commands.rb                             |  13 +-
 lib/spring/commands/rails.rb                       |  35 ++-
 lib/spring/env.rb                                  |  29 +-
 lib/spring/sid.rb                                  |   2 +-
 lib/spring/test.rb                                 |  18 ++
 lib/spring/test/acceptance_test.rb                 | 346 +++++++++++++++++++++
 .../helper.rb => lib/spring/test/application.rb    | 129 +-------
 lib/spring/test/application_generator.rb           | 121 +++++++
 lib/spring/test/rails_version.rb                   |  40 +++
 lib/spring/test/watcher_test.rb                    | 167 ++++++++++
 lib/spring/version.rb                              |   2 +-
 lib/spring/watcher.rb                              |  12 +-
 lib/spring/watcher/listen.rb                       |  52 ----
 lib/spring/watcher/polling.rb                      |   2 +
 metadata.yml                                       | 131 --------
 spring.gemspec                                     |   5 +-
 test/acceptance/app_test.rb                        | 334 --------------------
 test/acceptance_test.rb                            |   4 +
 test/helper.rb                                     |   4 +-
 test/unit/commands_test.rb                         |  27 +-
 test/unit/watcher_test.rb                          | 190 +----------
 43 files changed, 999 insertions(+), 937 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/spring/test.rb
 create mode 100644 lib/spring/test/acceptance_test.rb
 rename test/acceptance/helper.rb => lib/spring/test/application.rb (54%)
 create mode 100644 lib/spring/test/application_generator.rb
 create mode 100644 lib/spring/test/rails_version.rb
 create mode 100644 lib/spring/test/watcher_test.rb
 delete mode 100644 lib/spring/watcher/listen.rb
 delete mode 100644 metadata.yml
 delete mode 100644 test/acceptance/app_test.rb
 create mode 100644 test/acceptance_test.rb

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



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