refinerycms-inquiries 0.9.9.8 → 0.9.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ class Admin::InquiriesController < Admin::BaseController
3
3
  crudify :inquiry, :title_attribute => "name", :order => "created_at DESC"
4
4
  helper_method :group_by_date
5
5
 
6
- before_filter :find_all_ham, :only => [:ham]
6
+ before_filter :find_all_ham, :only => [:index]
7
7
  before_filter :find_all_spam, :only => [:spam]
8
8
  before_filter :get_spam_count, :only => [:index, :spam]
9
9
 
data/lib/gemspec.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.9.8'
2
+ version = '0.9.9.9'
3
3
  raise "Could not get version so gemspec can not be built" if version.nil?
4
4
  files = Dir.glob("**/*").flatten.reject do |file|
5
5
  file =~ /\.gem$/
data/readme.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Include the latest [gem](http://rubygems.org/gems/refinerycms-inquiries) into your Refinery CMS application's Gemfile:
8
8
 
9
- gem 'refinerycms-inquiries', '~> 0.9.9.8'
9
+ gem 'refinerycms-inquiries', '~> 0.9.9.9'
10
10
 
11
11
  Then type the following at command line inside your Refinery CMS application's root directory:
12
12
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{refinerycms-inquiries}
3
- s.version = %q{0.9.9.8}
3
+ s.version = %q{0.9.9.9}
4
4
  s.date = %q{2010-12-29}
5
5
  s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
6
6
  s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 9
9
- - 8
10
- version: 0.9.9.8
9
+ - 9
10
+ version: 0.9.9.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital