custom_inputs 0.1.1 → 0.1.2
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/custom_inputs.gemspec +6 -11
- data/lib/custom_inputs/version.rb +1 -1
- metadata +6 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2386c349a6c233afe50b797b1852e3873cb2297c4c0c90713f6cd6287438a15
|
|
4
|
+
data.tar.gz: 7904f61df00507d0cb200a267748edae86644fff360992ec49f4e3787efac56c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d89260cbd6cc4d4e0beac6c31eb3b08d036796fb5d299033dc394ef0d99cdda43d441e189d78cedf08d5c9f663de8ccf94de7f8eda116882d4fdd612f4bcbdad
|
|
7
|
+
data.tar.gz: b2315deec8b6d2711672ec987e2ec470789c45b32c6d1d6d556f95fff46050e309a7392f4cd7a0d5aad0d3695cdbb1c50f7b7a670e469ac7312df26765d1453b
|
data/custom_inputs.gemspec
CHANGED
|
@@ -12,22 +12,17 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.email = ["hasan.a.ayar@gmail.com"]
|
|
13
13
|
|
|
14
14
|
spec.summary = <<SUMMARY
|
|
15
|
-
Custom form input fields for active admin + formtastic.
|
|
15
|
+
== Custom form input fields for active admin + formtastic.
|
|
16
16
|
|
|
17
|
-
Demo app: https://custom-inputs-demo.herokuapp.com/admin
|
|
17
|
+
Demo app: https://custom-inputs-demo.herokuapp.com/admin
|
|
18
18
|
Demo user: admin@example.com / password
|
|
19
|
-
|
|
20
19
|
SUMMARY
|
|
21
|
-
spec.description = <<DESC
|
|
22
|
-
I've been using Active Admin for developing admin panels for my clients.
|
|
23
|
-
There are number of custom input components accumulated along the way.
|
|
24
|
-
|
|
25
|
-
I've decided to make a gem and share all these custom input components that I think may be very useful.
|
|
26
20
|
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
spec.description = <<DESC
|
|
22
|
+
== Custom form input fields for active admin + formtastic.
|
|
29
23
|
|
|
30
|
-
|
|
24
|
+
Demo app: https://custom-inputs-demo.herokuapp.com/admin
|
|
25
|
+
Demo user: admin@example.com / password
|
|
31
26
|
DESC
|
|
32
27
|
|
|
33
28
|
spec.homepage = "https://github.com/hasan-aa/custom_inputs"
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hasan Ali Ayar
|
|
@@ -52,16 +52,9 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
I've decided to make a gem and share all these custom input components that I think may be very useful.
|
|
60
|
-
|
|
61
|
-
These inputs are optimised for Arctic Admin theme.
|
|
62
|
-
If you are using any other theme you can ignore the css files of this gem and implement your own css.
|
|
63
|
-
|
|
64
|
-
Note: Although these inputs are being actively used in a production app you should use them at your own risk.
|
|
55
|
+
description: "== Custom form input fields for active admin + formtastic.\n\nDemo app:
|
|
56
|
+
https://custom-inputs-demo.herokuapp.com/admin \nDemo user: admin@example.com
|
|
57
|
+
/ password\n"
|
|
65
58
|
email:
|
|
66
59
|
- hasan.a.ayar@gmail.com
|
|
67
60
|
executables: []
|
|
@@ -118,6 +111,6 @@ requirements: []
|
|
|
118
111
|
rubygems_version: 3.0.3
|
|
119
112
|
signing_key:
|
|
120
113
|
specification_version: 4
|
|
121
|
-
summary:
|
|
122
|
-
Demo user: admin@example.com / password
|
|
114
|
+
summary: "== Custom form input fields for active admin + formtastic. Demo app: https://custom-inputs-demo.herokuapp.com/admin
|
|
115
|
+
\ Demo user: admin@example.com / password"
|
|
123
116
|
test_files: []
|