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.
@@ -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
+
@@ -1,3 +1,3 @@
1
1
  module Yodaism
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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 = "http://www.github.com/willywos"
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
- - 1
9
- version: 0.0.1
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: http://www.github.com/willywos
62
+ homepage: https://github.com/willywos/Yodaism
62
63
  licenses: []
63
64
 
64
65
  post_install_message: