[DRE-commits] [ruby-diva] 04/04: update README.md picked from upstream

Daisuke Higuchi dai at moszumanska.debian.org
Wed Sep 6 12:22:47 UTC 2017


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

dai pushed a commit to branch master
in repository ruby-diva.

commit 70498f89af406f04ab1c5c33de8cbe032641a9d3
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Sep 6 21:20:16 2017 +0900

    update README.md picked from upstream
---
 debian/patches/series              |  1 +
 debian/patches/update_readme.patch | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6b60943
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+update_readme.patch
diff --git a/debian/patches/update_readme.patch b/debian/patches/update_readme.patch
new file mode 100644
index 0000000..5825843
--- /dev/null
+++ b/debian/patches/update_readme.patch
@@ -0,0 +1,24 @@
+Description: update README
+Author: Toshiaki Asai <toshi.alternative at gmail.com>
+Origin: upstream, commit: https://github.com/toshia/diva/commit/f03882f7be7ed909168a2bc791acfcd28987757e
+Last-Update: 2017-09-06
+
+diff --git a/README.md b/README.md
+index af5535a..8e8af32 100644
+--- a/README.md
++++ b/README.md
+@@ -1,8 +1,12 @@
+ # Diva
+ 
+-Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/diva`. To experiment with that code, run `bin/console` for an interactive prompt.
++This library is an implementation of expression for handling things.
++It replaces Retriever module of mikutter.
+ 
+-TODO: Delete this and the text above, and describe your gem
++Diva::Model is a common interface of all resources handled by mikutter.
++By handling data as a subclass of Diva::Model as necessary,
++you can obtain a common interface and it is useful for cooperation
++among mikutter plugins.
+ 
+ ## Installation
+ 

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



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