datetime_picker_rails 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{vendor → app}/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/{vendor → app}/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -0
- data/{vendor → app}/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/{vendor → app}/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/{vendor → app}/assets/javascripts/datetime_picker.js +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/_component-animations.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/_dropdowns.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/_glyphicons.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/_mixins.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/_tables.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/_variables.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/mixins/_nav-divider.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/mixins/_reset-filter.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/mixins/_table-row.scss +0 -0
- data/{vendor → app}/assets/stylesheets/datetime_picker/mixins/_vendor-prefixes.scss +0 -0
- data/lib/datetime_picker_rails/version.rb +1 -1
- metadata +20 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 393882b83bc0057306cf2845617cd00fc0c33132
|
4
|
+
data.tar.gz: 3cbde972bb6f1c4a1fcea0867fbfc11c037c71e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f7e794d74a3982e8c5d2e4cca9ed3440edc07d1860b74c98e4470139222a03bf2afcb54f97fcb02410876b1de7df6674baee793fef0a37437dc5da199388553
|
7
|
+
data.tar.gz: 64c5a41119a2586adb8cd27827ee56fc12b2667080d35d5335573f593699d98d96ec50ff765a9a6dbe710a2f25c67cb23cf1b8dfd516c64b3541ba759a5058cb
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: datetime_picker_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grayson Wright
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -62,24 +62,24 @@ extra_rdoc_files: []
|
|
62
62
|
files:
|
63
63
|
- LICENSE.txt
|
64
64
|
- README.md
|
65
|
+
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
|
66
|
+
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
|
67
|
+
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
|
68
|
+
- app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
|
69
|
+
- app/assets/javascripts/datetime_picker.js
|
70
|
+
- app/assets/stylesheets/datetime_picker.scss
|
71
|
+
- app/assets/stylesheets/datetime_picker/_component-animations.scss
|
72
|
+
- app/assets/stylesheets/datetime_picker/_dropdowns.scss
|
73
|
+
- app/assets/stylesheets/datetime_picker/_glyphicons.scss
|
74
|
+
- app/assets/stylesheets/datetime_picker/_mixins.scss
|
75
|
+
- app/assets/stylesheets/datetime_picker/_tables.scss
|
76
|
+
- app/assets/stylesheets/datetime_picker/_variables.scss
|
77
|
+
- app/assets/stylesheets/datetime_picker/mixins/_nav-divider.scss
|
78
|
+
- app/assets/stylesheets/datetime_picker/mixins/_reset-filter.scss
|
79
|
+
- app/assets/stylesheets/datetime_picker/mixins/_table-row.scss
|
80
|
+
- app/assets/stylesheets/datetime_picker/mixins/_vendor-prefixes.scss
|
65
81
|
- lib/datetime_picker_rails.rb
|
66
82
|
- lib/datetime_picker_rails/version.rb
|
67
|
-
- vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
|
68
|
-
- vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
|
69
|
-
- vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
|
70
|
-
- vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
|
71
|
-
- vendor/assets/javascripts/datetime_picker.js
|
72
|
-
- vendor/assets/stylesheets/datetime_picker.scss
|
73
|
-
- vendor/assets/stylesheets/datetime_picker/_component-animations.scss
|
74
|
-
- vendor/assets/stylesheets/datetime_picker/_dropdowns.scss
|
75
|
-
- vendor/assets/stylesheets/datetime_picker/_glyphicons.scss
|
76
|
-
- vendor/assets/stylesheets/datetime_picker/_mixins.scss
|
77
|
-
- vendor/assets/stylesheets/datetime_picker/_tables.scss
|
78
|
-
- vendor/assets/stylesheets/datetime_picker/_variables.scss
|
79
|
-
- vendor/assets/stylesheets/datetime_picker/mixins/_nav-divider.scss
|
80
|
-
- vendor/assets/stylesheets/datetime_picker/mixins/_reset-filter.scss
|
81
|
-
- vendor/assets/stylesheets/datetime_picker/mixins/_table-row.scss
|
82
|
-
- vendor/assets/stylesheets/datetime_picker/mixins/_vendor-prefixes.scss
|
83
83
|
homepage: http://github.com/graysonwright/datetime_picker_rails
|
84
84
|
licenses:
|
85
85
|
- MIT
|
@@ -100,8 +100,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project:
|
103
|
-
rubygems_version: 2.4.
|
103
|
+
rubygems_version: 2.4.1
|
104
104
|
signing_key:
|
105
105
|
specification_version: 4
|
106
106
|
summary: Bootstrap3 bootstrap-datetimepicker"s JS + CSS for Rails 3.1+ asset pipeline.
|
107
107
|
test_files: []
|
108
|
+
has_rdoc:
|