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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4d80dc0ea2c2af1e2e4c1417a9e7d2cf6414319a3ce45fbb66487134c50e3df
4
- data.tar.gz: 46ae587ae35121d286b1eef4be85893e8f37b046f104aba636012f28ed87f6b5
3
+ metadata.gz: d1ce331cb622a2034e0b97942f2ae582942ef9ed015692b9a7b48418814b7743
4
+ data.tar.gz: af34a619585b9c1343a2f8ac7e01bc0047a457e4146be5cd3075e78e1698cc57
5
5
  SHA512:
6
- metadata.gz: 5ad1c8bd1af1173cd20cfb5a2fae5f63d686aaec02349a5aef8adf9b26283df604ac83e7df6b0484421dd78a7b8cabf9dc13f9bb6c64877648570117133a721a
7
- data.tar.gz: a3aebcd52d8d3de1e3644c95abe976776974dc57862dc0bbf18426f2e14b48cc812772f0dfd98a9b793162775ecb31eca639ba672c6e1a1d7e57e674636ba492
6
+ metadata.gz: d35a99b11f997bce16ed48d1bd9e77991e047886d9a2d53ad9ca8e4aec9518ac688ce0103dea21dc1fd163e17bfe2c1eb8255a7530e87c4607342a6fa0813973
7
+ data.tar.gz: 4b9bb371307b0cac674f5f0aef9f8894589d8157d4219e1c72a58c04addd554c1ce797e277a5dbf484c894f499445e93131e063b48f6677ccd867b1a2a75dc74
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- custom_inputs (0.1.2)
4
+ custom_inputs (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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 = <<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"
@@ -1,3 +1,3 @@
1
1
  module CustomInputs
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.3
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: "== \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
- / 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: "== 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"
112
+ summary: Custom form input fields for active admin + formtastic.
117
113
  test_files: []