bootstrap-timepicker-rails-addon 0.2.3.1 → 0.2.3.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.
- data/README.md +1 -1
- data/lib/bootstrap-timepicker-rails-addon/version.rb +1 -1
- metadata +12 -7
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Bootstrap::Timepicker::Rails::Addon
|
|
2
2
|
This is the GEMified version of [bootstrap-timepicker](https://github.com/jdewit/bootstrap-timepicker)
|
|
3
3
|
|
|
4
|
-
bootstrap-timepicker-rails-addon project integrates Timepicker for Twitter Bootstrap 2.x with Rails 3 assets pipeline.
|
|
4
|
+
bootstrap-timepicker-rails-addon project integrates Timepicker for Twitter Bootstrap 2.x with Rails 3 and 4 assets pipeline.
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap-timepicker-rails-addon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.3.
|
|
4
|
+
version: 0.2.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,24 +9,30 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-06-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
|
-
- -
|
|
19
|
+
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '3.1'
|
|
22
|
+
- - <
|
|
23
|
+
- !ruby/object:Gem::Version
|
|
24
|
+
version: '5.0'
|
|
22
25
|
type: :runtime
|
|
23
26
|
prerelease: false
|
|
24
27
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
28
|
none: false
|
|
26
29
|
requirements:
|
|
27
|
-
- -
|
|
30
|
+
- - ! '>='
|
|
28
31
|
- !ruby/object:Gem::Version
|
|
29
32
|
version: '3.1'
|
|
33
|
+
- - <
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '5.0'
|
|
30
36
|
- !ruby/object:Gem::Dependency
|
|
31
37
|
name: bundler
|
|
32
38
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -60,7 +66,7 @@ dependencies:
|
|
|
60
66
|
- !ruby/object:Gem::Version
|
|
61
67
|
version: '0'
|
|
62
68
|
description: This gem provides bootstrap-timepicker.js and bootstrap-timepicker.css
|
|
63
|
-
for your Rails 3 application.
|
|
69
|
+
for your Rails 3 and 4 application.
|
|
64
70
|
email:
|
|
65
71
|
- ywjno.dev@gmail.com
|
|
66
72
|
executables: []
|
|
@@ -96,6 +102,5 @@ rubyforge_project:
|
|
|
96
102
|
rubygems_version: 1.8.24
|
|
97
103
|
signing_key:
|
|
98
104
|
specification_version: 3
|
|
99
|
-
summary: Use bootstrap-timepicker with Rails 3
|
|
105
|
+
summary: Use bootstrap-timepicker with Rails 3 and 4
|
|
100
106
|
test_files: []
|
|
101
|
-
has_rdoc:
|