custom_inputs 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2386c349a6c233afe50b797b1852e3873cb2297c4c0c90713f6cd6287438a15
4
- data.tar.gz: 7904f61df00507d0cb200a267748edae86644fff360992ec49f4e3787efac56c
3
+ metadata.gz: d4d80dc0ea2c2af1e2e4c1417a9e7d2cf6414319a3ce45fbb66487134c50e3df
4
+ data.tar.gz: 46ae587ae35121d286b1eef4be85893e8f37b046f104aba636012f28ed87f6b5
5
5
  SHA512:
6
- metadata.gz: d89260cbd6cc4d4e0beac6c31eb3b08d036796fb5d299033dc394ef0d99cdda43d441e189d78cedf08d5c9f663de8ccf94de7f8eda116882d4fdd612f4bcbdad
7
- data.tar.gz: b2315deec8b6d2711672ec987e2ec470789c45b32c6d1d6d556f95fff46050e309a7392f4cd7a0d5aad0d3695cdbb1c50f7b7a670e469ac7312df26765d1453b
6
+ metadata.gz: 5ad1c8bd1af1173cd20cfb5a2fae5f63d686aaec02349a5aef8adf9b26283df604ac83e7df6b0484421dd78a7b8cabf9dc13f9bb6c64877648570117133a721a
7
+ data.tar.gz: a3aebcd52d8d3de1e3644c95abe976776974dc57862dc0bbf18426f2e14b48cc812772f0dfd98a9b793162775ecb31eca639ba672c6e1a1d7e57e674636ba492
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- custom_inputs (0.1.1)
4
+ custom_inputs (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -12,15 +12,19 @@ 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
+ ==
16
16
 
17
+ Custom form input fields for active admin + formtastic.
18
+ ---
17
19
  Demo app: https://custom-inputs-demo.herokuapp.com/admin
18
20
  Demo user: admin@example.com / password
19
21
  SUMMARY
20
22
 
21
23
  spec.description = <<DESC
22
- == Custom form input fields for active admin + formtastic.
24
+ ==
23
25
 
26
+ Custom form input fields for active admin + formtastic.
27
+ ---
24
28
  Demo app: https://custom-inputs-demo.herokuapp.com/admin
25
29
  Demo user: admin@example.com / password
26
30
  DESC
@@ -1,3 +1,3 @@
1
1
  module CustomInputs
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hasan Ali Ayar
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
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
55
+ description: "== \n\nCustom form input fields for active admin + formtastic.\n---\nDemo
56
+ app: https://custom-inputs-demo.herokuapp.com/admin \nDemo user: admin@example.com
57
57
  / password\n"
58
58
  email:
59
59
  - hasan.a.ayar@gmail.com
@@ -111,6 +111,7 @@ requirements: []
111
111
  rubygems_version: 3.0.3
112
112
  signing_key:
113
113
  specification_version: 4
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"
114
+ summary: "== Custom form input fields for active admin + formtastic. --- Demo app:
115
+ https://custom-inputs-demo.herokuapp.com/admin Demo user: admin@example.com /
116
+ password"
116
117
  test_files: []