radiant-forms-extension 3.2.5 → 3.2.6

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/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.5
1
+ 3.2.6
@@ -0,0 +1 @@
1
+ # Nothing to see here
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-forms-extension}
8
- s.version = "3.2.5"
8
+ s.version = "3.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["dirkkelly"]
@@ -53,6 +53,7 @@ Gem::Specification.new do |s|
53
53
  "lib/forms/tags/core.rb",
54
54
  "lib/forms/tags/helpers.rb",
55
55
  "lib/forms/tags/responses.rb",
56
+ "lib/radiant-forms-extension.rb",
56
57
  "lib/tasks/forms_extension_tasks.rake",
57
58
  "public/images/admin/extensions/form/form.png",
58
59
  "radiant-forms-extension.gemspec",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-forms-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 5
10
- version: 3.2.5
9
+ - 6
10
+ version: 3.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - dirkkelly
@@ -65,6 +65,7 @@ files:
65
65
  - lib/forms/tags/core.rb
66
66
  - lib/forms/tags/helpers.rb
67
67
  - lib/forms/tags/responses.rb
68
+ - lib/radiant-forms-extension.rb
68
69
  - lib/tasks/forms_extension_tasks.rake
69
70
  - public/images/admin/extensions/form/form.png
70
71
  - radiant-forms-extension.gemspec