datetimepicker_gea 0.0.7 → 0.0.8
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 +8 -8
- data/lib/datetimepicker_gea/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Mjk1ZGIxYmFhMzZmZjAzY2FmMDY3OTBiYjJhYzEzNTNiNTQzZWVkZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTEyMTBkNDczNGRiNmRlZGYzZDM4NTEyZWRlNzJhNTU3NTQ2MTE5Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDRhMTdjNDFkYTdjMTg4ZDczOGE4NDE3MTJiMWVjODc3NDg4ZDVjMDQ3ZTQ2
|
|
10
|
+
M2Q3YWZkNzkyMzJkODU0NjM0YmQwM2JhOTFhY2QyNGE1YmEzYmE1ZmNiMGFi
|
|
11
|
+
MjVhMzViY2Y5YmJjNmI2MWY3NTlkYTZlNzYxOTJiZmYzMTNjZTU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDJlYzk1NTk4YmU1OGVmYzE0NjAzZTViNDRkOThmZjlkZThlYWRkZmY2ZjRj
|
|
14
|
+
MTAwMWQ2MzA3MmZiYzVlOGU1OWQyODM3MGIxNzQ0NzJkOTJhMzNiZGU1OWYx
|
|
15
|
+
NTdiOGE5ZWY5OGYwYjJiNTU2ODAxYmVmMzhlZDQ1MjgzZjM3ZGE=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: datetimepicker_gea
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emile Victor
|
|
@@ -24,20 +24,6 @@ dependencies:
|
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.2'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: bootstrap-datetimepicker-rails
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ! '>='
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0'
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - ! '>='
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0'
|
|
41
27
|
description: Using three different methods, you can easily insert a rails datetimepicker
|
|
42
28
|
into your project.
|
|
43
29
|
email:
|