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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d928ecaf1b92c94a43e91d3406e7fcfe22e04ac5e238db8a8ecbd1eba02f429
4
- data.tar.gz: aec812443614a4639b00afea97505fd2d7ceebbcbe3c5af5ef1a00814dac7b2e
3
+ metadata.gz: d2386c349a6c233afe50b797b1852e3873cb2297c4c0c90713f6cd6287438a15
4
+ data.tar.gz: 7904f61df00507d0cb200a267748edae86644fff360992ec49f4e3787efac56c
5
5
  SHA512:
6
- metadata.gz: f6e63cfa849a3a73e4ab86f9054e8bca16bb08f042bd5fe5ab91f34cac579b610127eb1d5e465f02ab19e95d3512c17a7dcb9f70cb62d6f573c7a9e13f39c978
7
- data.tar.gz: 611018f7b07ab8d2241379513fe48e30f0501e591a5dfa26f1d80fdf701d23d52c58bd24f455d42c71fb380b725b551c6afee8c785c37885de3acf7a2d40301f
6
+ metadata.gz: d89260cbd6cc4d4e0beac6c31eb3b08d036796fb5d299033dc394ef0d99cdda43d441e189d78cedf08d5c9f663de8ccf94de7f8eda116882d4fdd612f4bcbdad
7
+ data.tar.gz: b2315deec8b6d2711672ec987e2ec470789c45b32c6d1d6d556f95fff46050e309a7392f4cd7a0d5aad0d3695cdbb1c50f7b7a670e469ac7312df26765d1453b
@@ -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
- These inputs are optimised for Arctic Admin theme.
28
- If you are using any other theme you can ignore the css files of this gem and implement your own css.
21
+ spec.description = <<DESC
22
+ == Custom form input fields for active admin + formtastic.
29
23
 
30
- Note: Although these inputs are being actively used in a production app you should use them at your own risk.
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"
@@ -1,3 +1,3 @@
1
1
  module CustomInputs
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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
- I've been using Active Admin for developing admin panels for my clients.
57
- There are number of custom input components accumulated along the way.
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: 'Custom form input fields for active admin + formtastic." Demo app: https://custom-inputs-demo.herokuapp.com/admin
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: []