spina_contact_forms 0.1.0 → 0.1.01
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.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/lib/spina_contact_forms/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d8183b7b84175e64412fd88dbc160bbaf5578d5
|
|
4
|
+
data.tar.gz: ceec22477ef8bb6cba4610d40071579a8ab20d96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d29f4c6e01aceba2962a826e78b2d35083e5305fa009415bc9e97c31258bdec5c1ea95216db102dc1ea660ba0434ad2b17408b830b999898ebab0b0b49ab3daa
|
|
7
|
+
data.tar.gz: 0f024bb7dd6d99ce1695046d845cab03627267e2dbe78f6eb6326cd238f75cb820a64452218c8721628051f325fc87572ae090cbac5a4cda2456b122a5482802
|
data/README.md
CHANGED
|
@@ -4,9 +4,14 @@ This will add a contact form builder for spina. You can create form elements in
|
|
|
4
4
|
## Installation
|
|
5
5
|
Add this line to your application's Gemfile:
|
|
6
6
|
|
|
7
|
+
For latest master branch
|
|
7
8
|
```ruby
|
|
8
9
|
gem 'spina_contact_forms', git: 'https://github.com/acapro/Spina-Contact-Forms'
|
|
9
10
|
```
|
|
11
|
+
or
|
|
12
|
+
```ruby
|
|
13
|
+
gem 'spina_contact_forms'
|
|
14
|
+
```
|
|
10
15
|
|
|
11
16
|
And then execute:
|
|
12
17
|
```bash
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spina_contact_forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.01
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Cooper
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 5.0
|
|
19
|
+
version: '5.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 5.0
|
|
26
|
+
version: '5.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: spina
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0'
|
|
33
|
+
version: '0.10'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0'
|
|
40
|
+
version: '0.10'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: sqlite3
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
55
|
+
description: Contact form builder plugin for Spina
|
|
56
56
|
email:
|
|
57
57
|
- mail@adamcooper.de
|
|
58
58
|
executables: []
|
|
@@ -91,7 +91,7 @@ files:
|
|
|
91
91
|
- lib/spina_contact_forms/engine.rb
|
|
92
92
|
- lib/spina_contact_forms/version.rb
|
|
93
93
|
- lib/tasks/spina_contact_forms_tasks.rake
|
|
94
|
-
homepage:
|
|
94
|
+
homepage: https://github.com/acapro/Spina-Contact-Forms
|
|
95
95
|
licenses:
|
|
96
96
|
- MIT
|
|
97
97
|
metadata: {}
|
|
@@ -114,5 +114,5 @@ rubyforge_project:
|
|
|
114
114
|
rubygems_version: 2.4.5.1
|
|
115
115
|
signing_key:
|
|
116
116
|
specification_version: 4
|
|
117
|
-
summary:
|
|
117
|
+
summary: Contact form builder plugin for Spina
|
|
118
118
|
test_files: []
|