refinerycms-inquiries 0.9.8.1 → 0.9.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/config/locales/en.yml +1 -0
  2. data/lib/inquiries.rb +0 -3
  3. metadata +6 -7
@@ -2,6 +2,7 @@ en:
2
2
  plugins:
3
3
  refinery_inquiries:
4
4
  title: Inquiries
5
+ description: Provides a contact form and stores inquiries
5
6
  inquiries:
6
7
  new:
7
8
  send: Send message
data/lib/inquiries.rb CHANGED
@@ -10,11 +10,8 @@ module Refinery
10
10
 
11
11
  config.after_initialize do
12
12
  Refinery::Plugin.register do |plugin|
13
- plugin.title = "Inquiries"
14
13
  plugin.name = "refinery_inquiries"
15
14
  plugin.directory = "inquiries"
16
- plugin.description = "Provides a contact form and stores inquiries"
17
- plugin.version = %q{0.9.8}
18
15
  plugin.menu_match = /(refinery|admin)\/inquir(ies|y_settings)$/
19
16
  plugin.activity = {
20
17
  :class => InquirySetting,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-inquiries
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 35
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 8
10
- - 1
11
- version: 0.9.8.1
10
+ - 2
11
+ version: 0.9.8.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Resolve Digital
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-08-27 00:00:00 +12:00
19
+ date: 2010-08-31 00:00:00 +12:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -42,13 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- hash: 31098153
45
+ hash: 43
46
46
  segments:
47
47
  - 0
48
48
  - 9
49
49
  - 8
50
- - beta
51
- version: 0.9.8.beta
50
+ version: 0.9.8
52
51
  type: :runtime
53
52
  version_requirements: *id002
54
53
  description: Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.