mm-blog 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/mm-blog.rb +3 -0
  3. data/mm-blog.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -32,14 +32,17 @@ module MMBlog
32
32
 
33
33
  class ContactForm < Sinatra::Base
34
34
  get '/contact' do
35
+ @active_menu = "contact"
35
36
  erb :contact, :layout => :'../templates/layout'
36
37
  end
37
38
 
38
39
  get '/success' do
40
+ @active_menu = "contact"
39
41
  erb :success, :layout => :'../templates/layout'
40
42
  end
41
43
 
42
44
  post '/contact' do
45
+ @active_menu = "contact"
43
46
  Pony.mail(
44
47
  :from => MMBlog::Application.config[:email_from],
45
48
  :to => MMBlog::Application.config[:email_to],
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mm-blog}
8
- s.version = "0.2.4"
8
+ s.version = "0.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark McConachie"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mm-blog
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.4
5
+ version: 0.2.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark McConachie
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  requirements:
160
160
  - - ">="
161
161
  - !ruby/object:Gem::Version
162
- hash: 3306636878062728611
162
+ hash: 3584496291391677857
163
163
  segments:
164
164
  - 0
165
165
  version: "0"