mameclo 0.0.2 → 0.0.3

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: 24c18387fff0d8483130f81476ad0fbec5552359
4
- data.tar.gz: ee20e8a7c0e6ab5d34c8637f1beda705d26ad30b
3
+ metadata.gz: e026864e76671e38e56411c44f0373cfc8730dc0
4
+ data.tar.gz: f667c3a59674f1e845d3c566c8a3a876e944761e
5
5
  SHA512:
6
- metadata.gz: 59beb27e6014ca17fb8254482d59de624f7ed19ab88b2c54aacd25ba2f29eda040b2248a2d68f27766d11114b07245b084f9f6a840787ab0533b75e0a15d3031
7
- data.tar.gz: cedcb0327ece5189bbc9bec16904886f156ecb37303a365da4963411bb87a50196adeb3c3c53780dec62563f4a62d26c56d7fbbd24d138780c017297d1cc5415
6
+ metadata.gz: 85be94dad3749f07b36d4f38cadfb36321ecd090e0a6a10d2d906e9d45d89e1b6927b7070be29d66230f0ff221d34633231a15bfe07a3310990b26be1d1adce3
7
+ data.tar.gz: 991f06e506fd90f897efc0bae76fcf7d9c142f1074a3c6e55fa7d99e9264ffe8bac21197286cfbb221e9f08de9a5fcd39077c86062d9d7bb1344f7b2f0387e1f
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # Mameclo
2
-
3
- TODO: Write a gem description
2
+ Command line tool for http://www.mameblo.com
4
3
 
5
4
  ## Installation
6
5
 
@@ -17,8 +16,10 @@ Or install it yourself as:
17
16
  $ gem install mameclo
18
17
 
19
18
  ## Usage
20
-
21
- TODO: Write usage instructions here
19
+ Commands:
20
+ mameclo entry [number] # Open the entry
21
+ mameclo help [COMMAND] # Describe available commands or one specific command
22
+ mameclo open # Open http://www.mameblo.com by default browser
22
23
 
23
24
  ## Contributing
24
25
 
@@ -1,3 +1,3 @@
1
1
  module Mameclo
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/mameclo.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Mameclo::VERSION
9
9
  spec.authors = ["Yuta Kurotaki"]
10
10
  spec.email = ["yuta.kurotaki@gmail.com"]
11
- spec.description = %q{command line tool for www.mameblo.com}
11
+ spec.description = %q{command line tool for http://www.mameblo.com}
12
12
  spec.summary = %q{Simple client tool for mameblo}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mameclo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuta Kurotaki
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: command line tool for www.mameblo.com
83
+ description: command line tool for http://www.mameblo.com
84
84
  email:
85
85
  - yuta.kurotaki@gmail.com
86
86
  executables: