[DRE-commits] [ruby-faker] branch master updated (48a5b85 -> 04ca888)

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Sep 6 07:39:50 UTC 2015


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

balasankarc-guest pushed a change to branch master
in repository ruby-faker.

      from  48a5b85   Make tests run
      adds  deeeace   Imported Upstream version 1.5.0
       new  46144a3   Merge tag 'upstream/1.5.0'
       new  8db3fa0   Make tests run
       new  dbf7942   Bump debhelper compat
       new  04ca888   New release

The 4 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:
 History.txt                               |  13 +++
 README.md                                 | 178 ++++++++++++++++++++++++++++--
 debian/changelog                          |   7 ++
 debian/compat                             |   2 +-
 debian/control                            |   2 +-
 debian/patches/series                     |   1 +
 debian/patches/set-available-locale.patch |  14 +++
 lib/faker.rb                              |   6 +
 lib/faker/avatar.rb                       |   4 +-
 lib/faker/bitcoin.rb                      |  22 +++-
 lib/faker/book.rb                         |  19 ++++
 lib/faker/business.rb                     |   2 +-
 lib/faker/code.rb                         |   7 ++
 lib/faker/color.rb                        |  49 ++++++++
 lib/faker/commerce.rb                     |   6 +-
 lib/faker/company.rb                      |  46 +++++++-
 lib/faker/internet.rb                     |  37 +++----
 lib/faker/slack_emoji.rb                  |  43 ++++++++
 lib/faker/team.rb                         |   2 +-
 lib/faker/university.rb                   |  20 ++++
 lib/faker/version.rb                      |   2 +-
 lib/helpers/char.rb                       |  44 ++++++++
 lib/locales/en-AU.yml                     |   2 +
 lib/locales/en-CA.yml                     |   4 +-
 lib/locales/en-UG.yml                     | 128 +++++++++++++++++++++
 lib/locales/en-US.yml                     |   2 +-
 lib/locales/en.yml                        |  52 +++++++--
 lib/locales/nb-NO.yml                     |   2 +-
 lib/locales/nl.yml                        |  30 ++---
 lib/locales/pl.yml                        |   4 +-
 lib/locales/ru.yml                        |   8 +-
 lib/locales/sk.yml                        |   2 +-
 lib/locales/sv.yml                        |   8 +-
 lib/locales/uk.yml                        |  75 +++++++++++++
 lib/locales/zh-CN.yml                     |  10 +-
 lib/locales/zh-TW.yml                     |  27 +++++
 metadata.yml                              |  30 ++++-
 test/test_avatar.rb                       |   5 +-
 test/test_en_ca_locale.rb                 |  18 +++
 test/test_en_ug_locale.rb                 |  23 ++++
 test/test_faker_bitcoin.rb                |   5 +
 test/test_faker_book.rb                   |  20 ++++
 test/test_faker_business.rb               |  21 ++--
 test/test_faker_code.rb                   |   4 +
 test/test_faker_color.rb                  |  46 ++++++++
 test/test_faker_commerce.rb               |   4 +
 test/test_faker_company.rb                |  13 ++-
 test/test_faker_internet.rb               |   4 +
 test/test_faker_slack_emoji.rb            |  45 ++++++++
 test/test_faker_team.rb                   |  12 ++
 test/test_faker_time.rb                   |   2 +-
 test/test_faker_university.rb             |  20 ++++
 test/test_uk_locale.rb                    |  44 ++++++++
 53 files changed, 1088 insertions(+), 108 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/set-available-locale.patch
 create mode 100644 lib/faker/book.rb
 create mode 100644 lib/faker/color.rb
 create mode 100644 lib/faker/slack_emoji.rb
 create mode 100644 lib/faker/university.rb
 create mode 100644 lib/helpers/char.rb
 create mode 100644 lib/locales/en-UG.yml
 create mode 100644 lib/locales/uk.yml
 create mode 100644 lib/locales/zh-TW.yml
 create mode 100644 test/test_en_ca_locale.rb
 create mode 100644 test/test_en_ug_locale.rb
 create mode 100644 test/test_faker_book.rb
 create mode 100644 test/test_faker_color.rb
 create mode 100644 test/test_faker_slack_emoji.rb
 create mode 100644 test/test_faker_university.rb
 create mode 100644 test/test_uk_locale.rb

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



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