[DRE-commits] [ruby-execjs] branch master updated (27dc86a -> 3539fac)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 14 17:42:44 UTC 2015


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

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

      from  27dc86a   finalized changelog
      adds  8573456   Imported Upstream version 2.4.0
       new  126fe13   Merge tag 'upstream/2.4.0'
       new  1da932d   New upstream release
       new  ef092be   Update packaging with a new dh-make-ruby run
       new  03a893f   drop unecessary patch
       new  20ab7f2   run tests using upstream Rakefile
       new  1172cde   release to unstable
       new  e20c6c6   debian/rules: force C.UTF-8 locales, which the test suite expects
       new  3539fac   fix debian/copyright

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:
 .travis.yml                                      |     5 +-
 Gemfile                                          |     1 +
 README.md                                        |    19 +
 Rakefile                                         |     6 +
 debian/changelog                                 |    10 +
 debian/control                                   |    23 +-
 debian/copyright                                 |     9 -
 debian/patches/01_use_local_coffee_script_source |    17 -
 debian/patches/series                            |     1 -
 debian/ruby-test-files.yaml                      |     2 -
 debian/ruby-tests.rake                           |     1 +
 debian/rules                                     |     3 +
 lib/execjs/external_runtime.rb                   |    95 +-
 lib/execjs/johnson_runtime.rb                    |   104 -
 lib/execjs/mustang_runtime.rb                    |    76 -
 lib/execjs/ruby_racer_runtime.rb                 |    33 +-
 lib/execjs/ruby_rhino_runtime.rb                 |    32 +-
 lib/execjs/runtimes.rb                           |    10 +-
 lib/execjs/support/jsc_runner.js                 |     7 +-
 lib/execjs/support/jscript_runner.js             |     4 +-
 lib/execjs/support/node_runner.js                |     6 +-
 lib/execjs/support/spidermonkey_runner.js        |     5 +-
 lib/execjs/version.rb                            |     2 +-
 test/bench_execjs.rb                             |    20 +
 test/fixtures/babel.js                           | 43557 +++++++++++++++++++++
 test/fixtures/coffee-script.js                   |    12 +
 test/fixtures/uglify.js                          |  2613 ++
 test/test_execjs.rb                              |   271 +-
 28 files changed, 46630 insertions(+), 314 deletions(-)
 delete mode 100644 debian/patches/01_use_local_coffee_script_source
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 120000 debian/ruby-tests.rake
 delete mode 100644 lib/execjs/johnson_runtime.rb
 delete mode 100644 lib/execjs/mustang_runtime.rb
 create mode 100644 test/bench_execjs.rb
 create mode 100644 test/fixtures/babel.js
 create mode 100644 test/fixtures/coffee-script.js
 create mode 100644 test/fixtures/uglify.js

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



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