wedding 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 pleausre for us to have your presence
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 immence respect.
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
@@ -1,4 +1,4 @@
1
1
  module Wedding
2
2
  # No major releases scheduled after this one
3
- VERSION = "0.0.1" unless const_defined?(:VERSION)
3
+ VERSION = "0.0.2" unless const_defined?(:VERSION)
4
4
  end
@@ -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.com/jaipandya/wedding"
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
- - 1
9
- version: 0.0.1
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-19 00:00:00 +05:30
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: "0"
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.com/jaipandya/wedding
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 immence respect.
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