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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef748c941ee39b047b4772982f970cd316ff13e1
4
- data.tar.gz: b3c55cae84a30f48235c143906ae2a8c363dc463
3
+ metadata.gz: 7e6101863473e3e92fab7c435ccea123e015a000
4
+ data.tar.gz: 259d6d6c4dd3120eb48f287fc8de16ab51ea717d
5
5
  SHA512:
6
- metadata.gz: cb086be88bce118147bed183c76ba0602371d584ebc80506d3fdeda747d11c93ca5121e20b5370816834581da5f00c132b50aacbee66f407848eb8bfb6530d8f
7
- data.tar.gz: d6cc69ba2004a8eea51256e88ea03a2cdd72cebc000783fbe15e9995bd01a8274a3a6fdb49b93bf178ac78c92150c594a8b0027015c90a90d48469e4cdc05c98
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]
@@ -1,3 +1,3 @@
1
1
  class Memopri
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.2.1"
3
3
  end
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{Client software for CASIO Memopri MEP-F10}
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: Client software for CASIO Memopri MEP-F10
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: