memopri 0.0.2 → 0.0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -1
- data/lib/memopri/version.rb +1 -1
- data/memopri.gemspec +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e6101863473e3e92fab7c435ccea123e015a000
|
4
|
+
data.tar.gz: 259d6d6c4dd3120eb48f287fc8de16ab51ea717d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8e0ca33cce9dc9fee13c38f850ff1dcfa00110c125ce6d1c395d8bff16a0e11528e6fba3c7f39c2f0812cec082faf0e06af225e3bb2760b180bc2ce36b0e58c
|
7
|
+
data.tar.gz: 37bdf25f8340e5b17ee9598ae1a395d6e1a8dcf344e2d07bb2bfbb69a96fbf5225f576d523741d96cd87ca233b218e055b6944d9bcb06a7590214f91be15fb46
|
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
# CLI Utility for Memopri MEP-F10
|
2
2
|
|
3
|
-
This is a command line based application to use Casio's Memopri (MEP-F10).
|
3
|
+
This is a command line based application to use Casio's Memopri (MEP-F10). MEP-F10 is a sticker printer and it is very cheap around 5000 yen ($50). There are no nice same kinds of device which runs on Linux environemnt. You can print stickers using this software.
|
4
|
+
|
5
|
+
* [Amazon Link w/ my affiliaton](http://www.amazon.co.jp/gp/product/B00B973384/ref=as_li_ss_tl?ie=UTF8&camp=247&creative=7399&creativeASIN=B00B973384&linkCode=as2&tag=mixallowblogd-22)
|
6
|
+
|
4
7
|
|
5
8
|
# Installation
|
6
9
|
|
@@ -10,6 +13,12 @@ This is a command line based application to use Casio's Memopri (MEP-F10).
|
|
10
13
|
|
11
14
|
* echo -e "hoge\nhoge" | memopri
|
12
15
|
|
16
|
+
# ToDo
|
17
|
+
|
18
|
+
* Image
|
19
|
+
* Fix magic numbers
|
20
|
+
* Analyze communication protocols more
|
21
|
+
|
13
22
|
# Test environment
|
14
23
|
|
15
24
|
Debian GNU/Linux w/ ruby 2.1.5p273 (2014-11-13) [x86-64-linux-gnu]
|
data/lib/memopri/version.rb
CHANGED
data/memopri.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Hiroyuki Ikegami"]
|
10
10
|
spec.email = ["ikegam@mixallow.net"]
|
11
11
|
spec.summary = %q{Client software for CASIO Memopri MEP-F10}
|
12
|
-
spec.description = %q{
|
12
|
+
spec.description = %q{This is a command line based application to use Casio's Memopri (MEP-F10). MEP-F10 is a sticker printer and it is very cheap around 5000 yen ($50). There are no nice same kinds of device which runs on Linux environemnt. You can print stickers using this software.}
|
13
13
|
spec.homepage = "https://github.com/ikegam/memopri"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: memopri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.2
|
4
|
+
version: 0.0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiroyuki Ikegami
|
@@ -66,7 +66,10 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description:
|
69
|
+
description: This is a command line based application to use Casio's Memopri (MEP-F10).
|
70
|
+
MEP-F10 is a sticker printer and it is very cheap around 5000 yen ($50). There are
|
71
|
+
no nice same kinds of device which runs on Linux environemnt. You can print stickers
|
72
|
+
using this software.
|
70
73
|
email:
|
71
74
|
- ikegam@mixallow.net
|
72
75
|
executables:
|