[DRE-commits] [ruby-gherkin] branch master updated (e2e8aef -> ee92a8d)
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Nov 28 14:53:20 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-gherkin.
from e2e8aef update changelog
adds e29db52 Imported Upstream version 2.12.2
new d20e01d Merge tag 'upstream/2.12.2'
new 9801a04 skip beautification of generated Ruby code
new 1023df0 add ruby2.0 support with gem2deb 0.5; Standards-Version to 3.9.5
new 0f85aab refresh remove_bundler_rubygems_stuff.patch and skip_encoding_lexer.patch
new ee92a8d add skip_beautify_ragel_task.patch to skip beautification of generated Ruby code (until ruby-beautify is packaged)
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:
.ruby-version | 2 +-
History.md | 11 +
README.md | 2 +-
checksums.yaml.gz | Bin 266 -> 270 bytes
debian/TODO | 5 +
debian/changelog | 12 +
debian/control | 4 +-
debian/patches/remove_bundler_rubygems_stuff.patch | 4 +-
debian/patches/series | 1 +
debian/patches/skip_beautify_ragel_task.patch | 30 +
debian/patches/skip_encoding_lexer.patch | 6 +-
ext/gherkin_lexer_el/gherkin_lexer_el.c | 1342 +++---
.../extconf.rb | 4 +-
.../gherkin_lexer_kn.c} | 1628 +++----
gherkin.gemspec | 10 +-
lib/gherkin/formatter/filter_formatter.rb | 6 +-
lib/gherkin/formatter/pretty_formatter.rb | 5 +-
lib/gherkin/i18n.json | 16 +-
lib/gherkin/lexer/ar.rb | 2145 ++++-----
lib/gherkin/lexer/bg.rb | 2569 +++++------
lib/gherkin/lexer/bm.rb | 2305 +++++-----
lib/gherkin/lexer/ca.rb | 2425 +++++-----
lib/gherkin/lexer/cs.rb | 2297 +++++-----
lib/gherkin/lexer/cy_gb.rb | 1869 ++++----
lib/gherkin/lexer/da.rb | 1901 ++++----
lib/gherkin/lexer/de.rb | 2137 ++++-----
lib/gherkin/lexer/el.rb | 3113 +++++++------
lib/gherkin/lexer/en.rb | 2117 ++++-----
lib/gherkin/lexer/en_au.rb | 2777 ++++++------
lib/gherkin/lexer/en_lol.rb | 1749 +++----
lib/gherkin/lexer/en_old.rb | 1879 ++++----
lib/gherkin/lexer/en_pirate.rb | 2225 ++++-----
lib/gherkin/lexer/en_scouse.rb | 2529 +++++------
lib/gherkin/lexer/en_tx.rb | 1913 ++++----
lib/gherkin/lexer/eo.rb | 1871 ++++----
lib/gherkin/lexer/es.rb | 2085 ++++-----
lib/gherkin/lexer/et.rb | 1861 ++++----
lib/gherkin/lexer/fa.rb | 2233 ++++-----
lib/gherkin/lexer/fi.rb | 1819 ++++----
lib/gherkin/lexer/fr.rb | 2261 ++++-----
lib/gherkin/lexer/gl.rb | 2039 ++++-----
lib/gherkin/lexer/he.rb | 2041 ++++-----
lib/gherkin/lexer/hi.rb | 2923 ++++++------
lib/gherkin/lexer/hr.rb | 1937 ++++----
lib/gherkin/lexer/hu.rb | 2041 ++++-----
lib/gherkin/lexer/id.rb | 1807 ++++----
lib/gherkin/lexer/is.rb | 2045 ++++-----
lib/gherkin/lexer/it.rb | 1977 ++++----
lib/gherkin/lexer/ja.rb | 2641 +++++------
lib/gherkin/lexer/kn.rb | 1672 +++++++
lib/gherkin/lexer/ko.rb | 2009 ++++----
lib/gherkin/lexer/lt.rb | 1895 ++++----
lib/gherkin/lexer/lu.rb | 2069 ++++-----
lib/gherkin/lexer/lv.rb | 2137 ++++-----
lib/gherkin/lexer/nl.rb | 2035 ++++-----
lib/gherkin/lexer/no.rb | 1925 ++++----
lib/gherkin/lexer/pa.rb | 3509 +++++++-------
lib/gherkin/lexer/pl.rb | 2719 +++++------
lib/gherkin/lexer/pt.rb | 2665 +++++------
lib/gherkin/lexer/ro.rb | 2133 ++++-----
lib/gherkin/lexer/ru.rb | 3337 +++++++-------
lib/gherkin/lexer/sk.rb | 2709 +++++------
lib/gherkin/lexer/sr_cyrl.rb | 3411 +++++++-------
lib/gherkin/lexer/sr_latn.rb | 2393 +++++-----
lib/gherkin/lexer/sv.rb | 1945 ++++----
lib/gherkin/lexer/th.rb | 4789 ++++++++++----------
lib/gherkin/lexer/tl.rb | 3257 ++++++-------
lib/gherkin/lexer/tr.rb | 1989 ++++----
lib/gherkin/lexer/tt.rb | 3091 ++++++-------
lib/gherkin/lexer/uk.rb | 3097 ++++++-------
lib/gherkin/lexer/uz.rb | 2557 +++++------
lib/gherkin/lexer/vi.rb | 2201 ++++-----
lib/gherkin/lexer/zh_cn.rb | 1921 ++++----
lib/gherkin/lexer/zh_tw.rb | 1909 ++++----
lib/gherkin/listener/formatter_listener.rb | 19 +-
lib/gherkin/platform.rb | 4 +-
lib/gherkin/tag_expression.rb | 1 +
metadata.yml | 46 +-
ragel/lexer.js.rl.erb | 123 +-
ragel/lexer.rb.rl.erb | 3 +
spec/gherkin/i18n_spec.rb | 1 +
spec/gherkin/json_parser_spec.rb | 32 +-
spec/gherkin/lexer/i18n_lexer_spec.rb | 10 +-
spec/gherkin/parser/parser_spec.rb | 2 +-
spec/gherkin/rubify_spec.rb | 2 +-
spec/gherkin/shared/doc_string_group.rb | 2 -
spec/gherkin/shared/encoding_group.rb | 2 -
spec/gherkin/shared/lexer_group.rb | 2 -
spec/gherkin/shared/row_group.rb | 2 -
spec/gherkin/shared/tags_group.rb | 2 -
spec/spec_helper.rb | 28 +-
tasks/ikvm.rake | 4 +-
tasks/ragel_task.rb | 8 +
tasks/rspec.rake | 2 +-
94 files changed, 68116 insertions(+), 66172 deletions(-)
create mode 100644 debian/TODO
create mode 100644 debian/patches/skip_beautify_ragel_task.patch
copy ext/{gherkin_lexer_ar => gherkin_lexer_kn}/extconf.rb (71%)
copy ext/{gherkin_lexer_uk/gherkin_lexer_uk.c => gherkin_lexer_kn/gherkin_lexer_kn.c} (50%)
create mode 100644 lib/gherkin/lexer/kn.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gherkin.git
More information about the Pkg-ruby-extras-commits
mailing list