custom_inputs 0.1.3 → 0.1.4
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/Gemfile.lock +1 -1
- data/custom_inputs.gemspec +3 -17
- data/lib/custom_inputs/version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1ce331cb622a2034e0b97942f2ae582942ef9ed015692b9a7b48418814b7743
|
|
4
|
+
data.tar.gz: af34a619585b9c1343a2f8ac7e01bc0047a457e4146be5cd3075e78e1698cc57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d35a99b11f997bce16ed48d1bd9e77991e047886d9a2d53ad9ca8e4aec9518ac688ce0103dea21dc1fd163e17bfe2c1eb8255a7530e87c4607342a6fa0813973
|
|
7
|
+
data.tar.gz: 4b9bb371307b0cac674f5f0aef9f8894589d8157d4219e1c72a58c04addd554c1ce797e277a5dbf484c894f499445e93131e063b48f6677ccd867b1a2a75dc74
|
data/Gemfile.lock
CHANGED
data/custom_inputs.gemspec
CHANGED
|
@@ -11,23 +11,9 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.authors = ["Hasan Ali Ayar"]
|
|
12
12
|
spec.email = ["hasan.a.ayar@gmail.com"]
|
|
13
13
|
|
|
14
|
-
spec.summary =
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
Custom form input fields for active admin + formtastic.
|
|
18
|
-
---
|
|
19
|
-
Demo app: https://custom-inputs-demo.herokuapp.com/admin
|
|
20
|
-
Demo user: admin@example.com / password
|
|
21
|
-
SUMMARY
|
|
22
|
-
|
|
23
|
-
spec.description = <<DESC
|
|
24
|
-
==
|
|
25
|
-
|
|
26
|
-
Custom form input fields for active admin + formtastic.
|
|
27
|
-
---
|
|
28
|
-
Demo app: https://custom-inputs-demo.herokuapp.com/admin
|
|
29
|
-
Demo user: admin@example.com / password
|
|
30
|
-
DESC
|
|
14
|
+
spec.summary = "Custom form input fields for active admin + formtastic."
|
|
15
|
+
|
|
16
|
+
spec.description = "Custom form input fields for active admin + formtastic."
|
|
31
17
|
|
|
32
18
|
spec.homepage = "https://github.com/hasan-aa/custom_inputs"
|
|
33
19
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: custom_inputs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hasan Ali Ayar
|
|
@@ -52,9 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description:
|
|
56
|
-
app: https://custom-inputs-demo.herokuapp.com/admin \nDemo user: admin@example.com
|
|
57
|
-
/ password\n"
|
|
55
|
+
description: Custom form input fields for active admin + formtastic.
|
|
58
56
|
email:
|
|
59
57
|
- hasan.a.ayar@gmail.com
|
|
60
58
|
executables: []
|
|
@@ -111,7 +109,5 @@ requirements: []
|
|
|
111
109
|
rubygems_version: 3.0.3
|
|
112
110
|
signing_key:
|
|
113
111
|
specification_version: 4
|
|
114
|
-
summary:
|
|
115
|
-
https://custom-inputs-demo.herokuapp.com/admin Demo user: admin@example.com /
|
|
116
|
-
password"
|
|
112
|
+
summary: Custom form input fields for active admin + formtastic.
|
|
117
113
|
test_files: []
|