pebbles-soreyuke 0.1.1 → 0.1.2

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: dfd5b4ecb1b1e52abf4f23225f781c8d5c99fda4
4
+ data.tar.gz: 2c17df7eb6b116c637b7f0c19b2d3ffe63e14009
5
+ SHA512:
6
+ metadata.gz: 93a437d91288ec0f85d774672620199ea1c079ed49ea736458f1f7535f9121095d16ae99fa38d39ae8e625513f523497869b0739db115b99ed2f4603fdbec9ac
7
+ data.tar.gz: bac724a97c9ef1102c995335a55915976bfa06e4b222bc51110b969c2b64b9852b9a9e7034688cb6ff6c906b856bc590d6c4d7ca269aa6dce9fd62d3539273b7
data/README.md CHANGED
@@ -9,11 +9,11 @@ http://fukayatsu.hateblo.jp/entry/2012/06/06/020616
9
9
 
10
10
  ## Usage
11
11
 
12
- $ soreyuke
13
-
14
- or
15
-
16
- $ soreyuke "foooooo!"
12
+ ```
13
+ Usage: soreyuke [options]
14
+ -c, --character=NAME (apm|cpm|spm)
15
+ -m, --message=MESSAGE option
16
+ ```
17
17
 
18
18
  ## Contributing
19
19
 
@@ -19,7 +19,7 @@ module Pebbles
19
19
 
20
20
  def apm(text = nil)
21
21
  text ||= "I am APM!"
22
- <<"EOS"
22
+ <<-"EOS"
23
23
  ___
24
24
  / \ ________
25
25
  / ∧ ∧ \ /
@@ -27,24 +27,24 @@ module Pebbles
27
27
  | )●( | \________
28
28
  \ ー ノ
29
29
  \____/
30
- EOS
30
+ EOS
31
31
  end
32
32
 
33
33
  def cpm(text = nil)
34
- text || "I am CPM!"
35
- <<"EOS"
34
+ text ||= "I am CPM!"
35
+ <<-"EOS"
36
36
  __ヘ_ヘ_ ________
37
37
  /∴∵(・) (・)∴\ /
38
38
  /∴∵∴∵ ○ ∴∵ ヽ < #{text}
39
39
  (∵∴∵ ●~~~● ∴ ) \________
40
40
  \∵∴∵∴∵∴∵ /
41
41
  \∵∴∵∴ /
42
- EOS
42
+ EOS
43
43
  end
44
44
 
45
45
  def spm(text = nil)
46
- text || "I am SPM!"
47
- <<"EOS"
46
+ text ||= "I am SPM!"
47
+ <<-"EOS"
48
48
  ____
49
49
  / \
50
50
  ( ) ________
@@ -54,7 +54,7 @@ EOS
54
54
  | 凵 |
55
55
  | ー |
56
56
  |______|
57
- EOS
57
+ EOS
58
58
  end
59
59
  end
60
60
  end
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module Soreyuke
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-soreyuke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
5
- prerelease:
4
+ version: 0.1.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - fukayatsu
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-12-09 00:00:00.000000000 Z
11
+ date: 2013-03-29 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: print some charactors and messages
15
14
  email:
@@ -30,26 +29,25 @@ files:
30
29
  - pebbles-soreyuke.gemspec
31
30
  homepage: https://github.com/fukayatsu/pebbles-soreyuke
32
31
  licenses: []
32
+ metadata: {}
33
33
  post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
36
36
  - lib
37
37
  required_ruby_version: !ruby/object:Gem::Requirement
38
- none: false
39
38
  requirements:
40
- - - ! '>='
39
+ - - '>='
41
40
  - !ruby/object:Gem::Version
42
41
  version: '0'
43
42
  required_rubygems_version: !ruby/object:Gem::Requirement
44
- none: false
45
43
  requirements:
46
- - - ! '>='
44
+ - - '>='
47
45
  - !ruby/object:Gem::Version
48
46
  version: '0'
49
47
  requirements: []
50
48
  rubyforge_project:
51
- rubygems_version: 1.8.24
49
+ rubygems_version: 2.0.0
52
50
  signing_key:
53
- specification_version: 3
51
+ specification_version: 4
54
52
  summary: a joke gem. let's SOREYUKE XXX-man!
55
53
  test_files: []