memopri 0.0.2.pre.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7243f9007c71d7e68e49fccfb7831289875ed68
4
- data.tar.gz: 2597698e56f9fcfa7dc7c5f4ae53a60502f3a272
3
+ metadata.gz: ef748c941ee39b047b4772982f970cd316ff13e1
4
+ data.tar.gz: b3c55cae84a30f48235c143906ae2a8c363dc463
5
5
  SHA512:
6
- metadata.gz: 8b1034c9306f6700df42b6c284cdb409e2673583f718b82b3dacf700ae3f4b8de03ade7a22f1f80532c892d18ee8dd729f314ba701ef3232fea29f202d649e41
7
- data.tar.gz: 19714f22e14e58155bebd6379ab34cc00c7cc7bb2524ee77d8c5f8bcc88f1b8b3bea9ef923503ba0108dc2c0a9d601fc6e64957c2adda28cdaef72bd4cf3c1ae
6
+ metadata.gz: cb086be88bce118147bed183c76ba0602371d584ebc80506d3fdeda747d11c93ca5121e20b5370816834581da5f00c132b50aacbee66f407848eb8bfb6530d8f
7
+ data.tar.gz: d6cc69ba2004a8eea51256e88ea03a2cdd72cebc000783fbe15e9995bd01a8274a3a6fdb49b93bf178ac78c92150c594a8b0027015c90a90d48469e4cdc05c98
data/README.md CHANGED
@@ -1,9 +1,6 @@
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). 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
-
3
+ This is a command line based application to use Casio's Memopri (MEP-F10).
7
4
 
8
5
  # Installation
9
6
 
@@ -13,12 +10,6 @@ This is a command line based application to use Casio's Memopri (MEP-F10). MEP-F
13
10
 
14
11
  * echo -e "hoge\nhoge" | memopri
15
12
 
16
- # ToDo
17
-
18
- * Image
19
- * Fix magic numbers
20
- * Analyze communication protocols more
21
-
22
13
  # Test environment
23
14
 
24
15
  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-1"
2
+ VERSION = "0.0.2"
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{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.}
12
+ spec.description = %q{Client software for CASIO Memopri MEP-F10}
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.pre.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroyuki Ikegami
@@ -66,10 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
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.
69
+ description: Client software for CASIO Memopri MEP-F10
73
70
  email:
74
71
  - ikegam@mixallow.net
75
72
  executables:
@@ -104,9 +101,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
101
  version: '0'
105
102
  required_rubygems_version: !ruby/object:Gem::Requirement
106
103
  requirements:
107
- - - ">"
104
+ - - ">="
108
105
  - !ruby/object:Gem::Version
109
- version: 1.3.1
106
+ version: '0'
110
107
  requirements: []
111
108
  rubyforge_project:
112
109
  rubygems_version: 2.2.2