yodaism 0.0.1 → 0.0.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.
- data/README.md +30 -0
- data/lib/yodaism/version.rb +1 -1
- data/yodaism.gemspec +1 -1
- metadata +4 -3
data/README.md
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
|
2
|
+
Yodaism
|
3
|
+
============
|
4
|
+
|
5
|
+
### Desc
|
6
|
+
|
7
|
+
Ever need a quick quote from Yoda? Maybe you just need him to give you some quick advice.
|
8
|
+
Yodaism is a collection of quotes and some ascii porn to get your Yoda fix.
|
9
|
+
|
10
|
+
### Install
|
11
|
+
|
12
|
+
`gem install yodaism`
|
13
|
+
|
14
|
+
|
15
|
+
### How-to
|
16
|
+
|
17
|
+
There is really only two modes right now for it.
|
18
|
+
|
19
|
+
To get just a plain quote just execute the gem with no options
|
20
|
+
|
21
|
+
`yodaism`
|
22
|
+
|
23
|
+
To get a picture of yoda in ascii pron format
|
24
|
+
|
25
|
+
`yodaism ascii`
|
26
|
+
|
27
|
+
|
28
|
+
That's all there is, very simple.
|
29
|
+
|
30
|
+
|
data/lib/yodaism/version.rb
CHANGED
data/yodaism.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Yodaism::VERSION
|
8
8
|
s.authors = ["willywos"]
|
9
9
|
s.email = ["wwilimek@gmail.com"]
|
10
|
-
s.homepage = "
|
10
|
+
s.homepage = "https://github.com/willywos/Yodaism"
|
11
11
|
s.summary = %q{Yodaism is about all things Yoda}
|
12
12
|
s.description = %q{Ever need a quick quote from Yoda?
|
13
13
|
Maybe you just need him to give you some quick advice.
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- willywos
|
@@ -45,6 +45,7 @@ extra_rdoc_files: []
|
|
45
45
|
files:
|
46
46
|
- .gitignore
|
47
47
|
- Gemfile
|
48
|
+
- README.md
|
48
49
|
- Rakefile
|
49
50
|
- bin/yodaism
|
50
51
|
- lib/yodaism.rb
|
@@ -58,7 +59,7 @@ files:
|
|
58
59
|
- test/test_quote.rb
|
59
60
|
- yodaism.gemspec
|
60
61
|
has_rdoc: true
|
61
|
-
homepage:
|
62
|
+
homepage: https://github.com/willywos/Yodaism
|
62
63
|
licenses: []
|
63
64
|
|
64
65
|
post_install_message:
|