wedding 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/lib/wedding/ceremony.rb +15 -15
- data/lib/wedding/post_install_message.rb +1 -1
- data/lib/wedding/version.rb +1 -1
- data/wedding.gemspec +2 -2
- metadata +9 -7
data/lib/wedding/ceremony.rb
CHANGED
|
@@ -59,7 +59,7 @@ module Wedding
|
|
|
59
59
|
Hi #{`whoami`.strip.capitalize}
|
|
60
60
|
|
|
61
61
|
We are getting married on #{date.strftime("%d %B %y")}. It will
|
|
62
|
-
be a great
|
|
62
|
+
be a great pleasure for us to have your presence
|
|
63
63
|
in the wedding ceremony.
|
|
64
64
|
|
|
65
65
|
Event schedule:
|
|
@@ -86,23 +86,23 @@ the invitation?
|
|
|
86
86
|
# http://en.wikipedia.org/wiki/Ganesha
|
|
87
87
|
def print_ganesha
|
|
88
88
|
ganesh = %Q[
|
|
89
|
-
_.!._
|
|
90
|
-
/O*@*O\\
|
|
91
|
-
<\\@(_)@/>
|
|
92
|
-
,;, .--;` `;--. ,
|
|
93
|
-
O@O_ / |d b| \\ _hnn
|
|
89
|
+
_.!._
|
|
90
|
+
/O*@*O\\
|
|
91
|
+
<\\@(_)@/>
|
|
92
|
+
,;, .--;` `;--. ,
|
|
93
|
+
O@O_ / |d b| \\ _hnn
|
|
94
94
|
| `/ \\ | | / \\` |
|
|
95
|
-
&&&& :##;\\ /;##; &&&&
|
|
95
|
+
&&&& :##;\\ /;##; &&&&
|
|
96
96
|
| \\ / `##/| |##' \\ / |
|
|
97
|
-
\\ %%%%`</| |#'`%%%% /
|
|
98
|
-
'._|_ \\ | |' / _|_.'
|
|
99
|
-
_/ / \\ \\ \\ \\
|
|
100
|
-
/ (\\( '. '-._&&&&
|
|
101
|
-
( ()##, o'--.._`\\-)
|
|
102
|
-
'-():`##########'()()()
|
|
97
|
+
\\ %%%%`</| |#'`%%%% /
|
|
98
|
+
'._|_ \\ | |' / _|_.'
|
|
99
|
+
_/ / \\ \\ \\ \\
|
|
100
|
+
/ (\\( '. '-._&&&&
|
|
101
|
+
( ()##, o'--.._`\\-)
|
|
102
|
+
'-():`##########'()()()
|
|
103
103
|
/:::::/()`Y`()\\:::::\\
|
|
104
|
-
\\::::( () | () )::::/
|
|
105
|
-
`"""`\\().'.()/'"""`
|
|
104
|
+
\\::::( () | () )::::/
|
|
105
|
+
`"""`\\().'.()/'"""`
|
|
106
106
|
]
|
|
107
107
|
end
|
|
108
108
|
|
|
@@ -5,7 +5,7 @@ module Wedding
|
|
|
5
5
|
|
|
6
6
|
==== Release notes for wedding gem ====
|
|
7
7
|
|
|
8
|
-
Now that you have installed this gem, you earn our
|
|
8
|
+
Now that you have installed this gem, you earn our immense respect.
|
|
9
9
|
You are the star guest of our wedding, you will receive our special
|
|
10
10
|
attention.
|
|
11
11
|
Go ahead and type `wedding` (wihtout backticks) on the command
|
data/lib/wedding/version.rb
CHANGED
data/wedding.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ an invite for my wedding. The gem is generic in nature that accepts a configurat
|
|
|
15
15
|
object to work on.
|
|
16
16
|
EOS
|
|
17
17
|
spec.summary = %q{I created this gem for inviting friends to my wedding.}
|
|
18
|
-
spec.homepage = "http://github.
|
|
18
|
+
spec.homepage = "http://jaipandya.github.io/wedding"
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
|
|
21
21
|
spec.files = `git ls-files`.split($/)
|
|
@@ -24,7 +24,7 @@ EOS
|
|
|
24
24
|
spec.require_paths = ["lib"]
|
|
25
25
|
|
|
26
26
|
spec.add_development_dependency "bundler", "~> 1.3"
|
|
27
|
-
spec.add_development_dependency "rake"
|
|
27
|
+
spec.add_development_dependency "rake", "~> 10.1.0"
|
|
28
28
|
spec.add_development_dependency "rspec", "~> 2.6"
|
|
29
29
|
|
|
30
30
|
spec.post_install_message = Wedding.post_install_message
|
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
|
- Jai Pandya
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2013-11-
|
|
17
|
+
date: 2013-11-20 00:00:00 +05:30
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -35,11 +35,13 @@ dependencies:
|
|
|
35
35
|
prerelease: false
|
|
36
36
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
segments:
|
|
41
|
+
- 10
|
|
42
|
+
- 1
|
|
41
43
|
- 0
|
|
42
|
-
version:
|
|
44
|
+
version: 10.1.0
|
|
43
45
|
type: :development
|
|
44
46
|
version_requirements: *id002
|
|
45
47
|
- !ruby/object:Gem::Dependency
|
|
@@ -156,14 +158,14 @@ files:
|
|
|
156
158
|
- spec/wedding_spec.rb
|
|
157
159
|
- wedding.gemspec
|
|
158
160
|
has_rdoc: true
|
|
159
|
-
homepage: http://github.
|
|
161
|
+
homepage: http://jaipandya.github.io/wedding
|
|
160
162
|
licenses:
|
|
161
163
|
- MIT
|
|
162
164
|
post_install_message: |+
|
|
163
165
|
|
|
164
166
|
==== Release notes for wedding gem ====
|
|
165
167
|
|
|
166
|
-
Now that you have installed this gem, you earn our
|
|
168
|
+
Now that you have installed this gem, you earn our immense respect.
|
|
167
169
|
You are the star guest of our wedding, you will receive our special
|
|
168
170
|
attention.
|
|
169
171
|
Go ahead and type `wedding` (wihtout backticks) on the command
|