administrate-field-date_picker 0.0.4 → 0.3.0

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
- SHA1:
3
- metadata.gz: 5483b3d32a33cb470278dc1ea46fdc4f7b97db22
4
- data.tar.gz: 0c0da4236b9f96489ff5d63d4e948e98c5ed2ef7
2
+ SHA256:
3
+ metadata.gz: 0d90809f10c0a59a69c067f4f06fcd79b893fcf028bc83c105d3c68f6559aefe
4
+ data.tar.gz: c2d2bde379fb452485164df90f479a3647440361e8ef0b1695ec3555e2b85394
5
5
  SHA512:
6
- metadata.gz: d3abbc4056560a37e282cdf554260ef2eda64a4874d64a434e7b0f557b1da2689d1b2b9127a08dfd46a2da19e4199ab65df039c4e62882778c0bb987e64f8b1a
7
- data.tar.gz: ba7eb45ebad7cab3fbc7fba36265bb726a2cd90d4f4ec680ebe59638a482c45871a2e65ab84fa4d0f4062391fa71aa81707c7a4766011ed3c3c6e6b6d1343284
6
+ metadata.gz: f2939df17fb8ce210339183cd25c4da8f7247c71be176884fd01c81d948de351ff3b2ac8030a3ff5421ceb9d9a1566bd27987a78daf2a8a7b756fcf7bda3fb51
7
+ data.tar.gz: b8bb4e66fbdd46b2dd2359bd60cf32ebde4386e47b884d9fc6f899ebc74c9883f7cb249b3df079f51af6a70c55e0ecca9ec5c9a3251e50b3e67370ceb684dd0e
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
1
  *.gem
2
+ Gemfile.lock
3
+ .ruby-gemset
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.5
data/.travis.yml ADDED
@@ -0,0 +1 @@
1
+ language: ruby
data/CHANGELOG.md CHANGED
@@ -1,19 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.3.0](https://github.com/zooppa/administrate-field-date_picker/tree/v0.3.0) (2021-01-06)
4
+
5
+ [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.2.0...v0.3.0)
6
+
7
+ * Add support for Rails 7 (thanks @neumayr)
8
+
9
+ ## [v0.2.0](https://github.com/zooppa/administrate-field-date_picker/tree/v0.2.0) (2019-09-02)
10
+
11
+ [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.1.0...v0.2.0)
12
+
13
+ * Update the requirements on Rails to permit the latest version
14
+ * Update the requirements on flatpickr_rails to permit the latest version
15
+
16
+ ## [v0.1.0](https://github.com/zooppa/administrate-field-date_picker/tree/v0.1.0) (2018-02-14)
17
+
18
+ [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.0.5...v0.1.0)
19
+
20
+ * Handle nil values (thanks @NickWarm)
21
+ * Use i18n `:default` date format (thanks @neumayr)
22
+
23
+ ## [v0.0.5](https://github.com/zooppa/administrate-field-date_picker/tree/v0.0.5) (2017-04-03)
24
+
25
+ [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.0.4...v0.0.5)
26
+
27
+ * Bump up Administrate dependency
28
+
3
29
  ## [v0.0.4](https://github.com/zooppa/administrate-field-date_picker/tree/v0.0.4) (2017-03-20)
30
+
4
31
  [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.0.3...v0.0.4)
5
32
 
6
33
  * Bump up Administrate dependency
7
34
 
8
35
  ## [v0.0.3](https://github.com/zooppa/administrate-field-date_picker/tree/v0.0.3) (2016-11-22)
36
+
9
37
  [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.0.2...v0.0.3)
10
38
 
11
39
  * Bump up Administrate dependency
12
40
 
13
41
  ## [v0.0.2](https://github.com/zooppa/administrate-field-date_picker/tree/v0.0.2) (2016-11-02)
42
+
14
43
  [Full Changelog](https://github.com/zooppa/administrate-field-date_picker/compare/v0.0.1...v0.0.2)
15
44
 
16
45
  * Relax `rails` version requirement
17
46
 
18
47
  ## [v0.0.1](https://github.com/zooppa/administrate-field-date_picker/tree/v0.0.1) (2016-11-02)
48
+
19
49
  First release
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-2016 z.productions.
3
+ Copyright (c) 2015-2016 Zooppa.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # Administrate::Field::DatePicker
2
2
 
3
+ [![Build Status](https://travis-ci.com/zooppa/administrate-field-date_picker.svg?branch=master)](https://travis-ci.com/zooppa/administrate-field-date_picker)
3
4
  [![Code Climate](https://codeclimate.com/github/zooppa/administrate-field-date_picker/badges/gpa.svg)](https://codeclimate.com/github/zooppa/administrate-field-date_picker)
4
5
 
5
6
  A plugin to pick a date in [Administrate], with the help of [Flatpickr].
6
7
 
7
8
  ![Screenshot](https://raw.githubusercontent.com/zooppa/administrate-field-date_picker/master/screenshot.png)
8
9
 
10
+ ---
11
+
12
+ ### IMPORTANT NOTICE
13
+
14
+ **This gem is not actively maintained anymore**.
15
+
16
+ If you’re interested in taking over and steward the project moving forward, please get in touch.
17
+
18
+ ---
19
+
9
20
  ## Usage
10
21
 
11
22
  Add it to your `Gemfile`:
12
23
 
13
24
  ```ruby
14
- gem 'administrate-field-date_picker', '~> 0.0.4'
25
+ gem 'administrate-field-date_picker', '~> 0.3.0'
15
26
  ```
16
27
 
17
28
  Run:
@@ -30,9 +41,10 @@ ATTRIBUTE_TYPES = {
30
41
 
31
42
  ## About
32
43
 
33
- Administrate::Field::DatePicker is maintained by [z.productions].
44
+ Administrate::Field::DatePicker is maintained by [Zooppa].
34
45
 
46
+ See also the list of [contributors](https://github.com/zooppa/administrate-field-date_picker/contributors) who participated in this project.
35
47
 
36
- [Flatpickr]: https://github.com/chmln/flatpickr
37
- [Administrate]: https://github.com/thoughtbot/administrate
38
- [z.productions]: https://www.z.productions/
48
+ [flatpickr]: https://github.com/chmln/flatpickr
49
+ [administrate]: https://github.com/thoughtbot/administrate
50
+ [zooppa]: https://www.zooppa.com/
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require 'bundler/gem_tasks'
2
+ require 'rspec/core/rake_task'
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task default: :spec
@@ -2,19 +2,22 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'administrate-field-date_picker'
5
- gem.version = '0.0.4'
6
- gem.authors = ['Michele Gerarduzzi']
7
- gem.email = ['michele.gerarduzzi@gmail.com']
5
+ gem.version = '0.3.0'
6
+ gem.authors = ['Zooppa']
7
+ gem.email = ['dev@zooppa.com']
8
8
  gem.homepage = 'https://github.com/zooppa/administrate-field-date_picker'
9
- gem.summary = 'A date picker plugin for Administrate'
10
- gem.description = gem.summary
9
+ gem.summary = 'Date picker plugin for Administrate'
10
+ gem.description = 'A plugin to select dates with a date picker in Administrate'
11
11
  gem.license = 'MIT'
12
12
 
13
13
  gem.require_paths = ['lib']
14
14
  gem.files = `git ls-files`.split("\n")
15
15
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
 
17
- gem.add_runtime_dependency 'administrate', '~> 0.4.0'
18
- gem.add_runtime_dependency 'rails', '>= 4.2'
19
- gem.add_runtime_dependency 'flatpickr_rails', '~> 0.0.2'
17
+ gem.add_runtime_dependency 'administrate', '< 1.0.0'
18
+ gem.add_runtime_dependency 'rails', '>= 4.2', '< 8'
19
+ gem.add_runtime_dependency 'flatpickr_rails', '>= 0.0.2', '< 1.2.0'
20
+
21
+ gem.add_development_dependency 'rake', '~> 13.0'
22
+ gem.add_development_dependency 'rspec', '~> 3.7'
20
23
  end
@@ -5,7 +5,7 @@ This partial renders a date to be displayed
5
5
  on a resource's index page.
6
6
 
7
7
  By default, the attribute is rendered as string
8
- with the %b %d, %Y format, e.g. `Oct 28, 2016`
8
+ with the :default format
9
9
 
10
10
  ## Local variables:
11
11
 
@@ -13,4 +13,4 @@ with the %b %d, %Y format, e.g. `Oct 28, 2016`
13
13
  An instance of DateTime.
14
14
  %>
15
15
 
16
- <%= field.data.strftime('%b %d, %Y') %>
16
+ <%= field.ldate %>
@@ -5,7 +5,7 @@ This partial renders a date to be displayed
5
5
  on a resource's show page.
6
6
 
7
7
  By default, the attribute is rendered as string
8
- with the %b %d, %Y format, e.g. `Oct 28, 2016`
8
+ with the :default format
9
9
 
10
10
  ## Local variables:
11
11
 
@@ -13,4 +13,4 @@ with the %b %d, %Y format, e.g. `Oct 28, 2016`
13
13
  An instance of DateTime.
14
14
  %>
15
15
 
16
- <%= field.data.strftime('%b %d, %Y') %>
16
+ <%= field.ldate %>
@@ -1,6 +1,6 @@
1
+ require 'rails'
1
2
  require 'administrate/field/text'
2
3
  require 'administrate/engine'
3
- require 'rails'
4
4
  require 'flatpickr_rails'
5
5
 
6
6
  module Administrate
@@ -10,6 +10,10 @@ module Administrate
10
10
  Administrate::Engine.add_javascript 'administrate-field-date_picker/application'
11
11
  Administrate::Engine.add_stylesheet 'administrate-field-date_picker/application'
12
12
  end
13
+
14
+ def ldate(options = {})
15
+ data ? I18n.l(data, **options) : nil
16
+ end
13
17
  end
14
18
  end
15
19
  end
@@ -1,14 +1,53 @@
1
- require 'administrate/field/date_picker'
1
+ require 'spec_helper'
2
2
 
3
3
  describe Administrate::Field::DatePicker do
4
+ subject { Administrate::Field::DatePicker.new(:date_picker, data, :show) }
5
+
4
6
  describe '#to_partial_path' do
7
+ let(:data) { Date.today }
8
+
5
9
  it 'returns a partial based on the page being rendered' do
6
- page = :show
7
- field = Administrate::Field::DatePicker.new(:date_picker, '11/02/2016', page)
10
+ path = subject.to_partial_path
11
+ expect(path).to eq('/fields/date_picker/show')
12
+ end
13
+ end
14
+
15
+ describe '#ldate' do
16
+ let(:output) { subject.ldate(options) }
17
+ let(:options) { {} }
18
+
19
+ context 'with nil' do
20
+ let(:data) { nil }
21
+
22
+ it 'returns nil' do
23
+ expect(output).to be_nil
24
+ end
25
+ end
26
+
27
+ context 'with a date' do
28
+ let(:data) { Date.parse('2018-02-14') }
29
+
30
+ context 'with no options' do
31
+ it 'returns the date with default format' do
32
+ expect(output).to eq '2018-02-14'
33
+ end
34
+ end
35
+
36
+ context 'with long format' do
37
+ let(:options) { { format: :long } }
38
+
39
+ it 'returns the date with long formatted date' do
40
+ expect(output).to eq 'February 14, 2018'
41
+ end
42
+ end
8
43
 
9
- path = field.to_partial_path
44
+ context 'with custom format' do
45
+ let(:options) { { format: '%b %d, %Y' } }
10
46
 
11
- expect(path).to eq("/fields/date_picker/#{page}")
47
+ it 'returns the date with custom formatted date' do
48
+ expect(output).to eq 'Feb 14, 2018'
49
+ end
50
+ end
12
51
  end
13
52
  end
14
53
  end
@@ -0,0 +1,2 @@
1
+ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
2
+ require 'administrate/field/date_picker'
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-date_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Michele Gerarduzzi
8
- autorequire:
7
+ - Zooppa
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-20 00:00:00.000000000 Z
11
+ date: 2022-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.0
19
+ version: 1.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - "<"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.0
26
+ version: 1.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -31,6 +31,9 @@ dependencies:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '4.2'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '8'
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -38,33 +41,73 @@ dependencies:
38
41
  - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '4.2'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '8'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: flatpickr_rails
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
- - - "~>"
51
+ - - ">="
46
52
  - !ruby/object:Gem::Version
47
53
  version: 0.0.2
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: 1.2.0
48
57
  type: :runtime
49
58
  prerelease: false
50
59
  version_requirements: !ruby/object:Gem::Requirement
51
60
  requirements:
52
- - - "~>"
61
+ - - ">="
53
62
  - !ruby/object:Gem::Version
54
63
  version: 0.0.2
55
- description: A date picker plugin for Administrate
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: 1.2.0
67
+ - !ruby/object:Gem::Dependency
68
+ name: rake
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - "~>"
72
+ - !ruby/object:Gem::Version
73
+ version: '13.0'
74
+ type: :development
75
+ prerelease: false
76
+ version_requirements: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - "~>"
79
+ - !ruby/object:Gem::Version
80
+ version: '13.0'
81
+ - !ruby/object:Gem::Dependency
82
+ name: rspec
83
+ requirement: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '3.7'
88
+ type: :development
89
+ prerelease: false
90
+ version_requirements: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - "~>"
93
+ - !ruby/object:Gem::Version
94
+ version: '3.7'
95
+ description: A plugin to select dates with a date picker in Administrate
56
96
  email:
57
- - michele.gerarduzzi@gmail.com
97
+ - dev@zooppa.com
58
98
  executables: []
59
99
  extensions: []
60
100
  extra_rdoc_files: []
61
101
  files:
62
102
  - ".gitignore"
103
+ - ".rspec"
104
+ - ".ruby-version"
105
+ - ".travis.yml"
63
106
  - CHANGELOG.md
64
107
  - Gemfile
65
- - Gemfile.lock
66
108
  - LICENSE.md
67
109
  - README.md
110
+ - Rakefile
68
111
  - administrate-field-date_picker.gemspec
69
112
  - app/assets/javascripts/administrate-field-date_picker/application.js
70
113
  - app/assets/stylesheets/administrate-field-date_picker/application.css
@@ -74,11 +117,12 @@ files:
74
117
  - lib/administrate/field/date_picker.rb
75
118
  - screenshot.png
76
119
  - spec/lib/administrate/field/date_picker_spec.rb
120
+ - spec/spec_helper.rb
77
121
  homepage: https://github.com/zooppa/administrate-field-date_picker
78
122
  licenses:
79
123
  - MIT
80
124
  metadata: {}
81
- post_install_message:
125
+ post_install_message:
82
126
  rdoc_options: []
83
127
  require_paths:
84
128
  - lib
@@ -93,10 +137,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
137
  - !ruby/object:Gem::Version
94
138
  version: '0'
95
139
  requirements: []
96
- rubyforge_project:
97
- rubygems_version: 2.6.8
98
- signing_key:
140
+ rubygems_version: 3.1.6
141
+ signing_key:
99
142
  specification_version: 4
100
- summary: A date picker plugin for Administrate
143
+ summary: Date picker plugin for Administrate
101
144
  test_files:
102
145
  - spec/lib/administrate/field/date_picker_spec.rb
146
+ - spec/spec_helper.rb
data/Gemfile.lock DELETED
@@ -1,162 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- administrate-field-date_picker (0.0.4)
5
- administrate (~> 0.4.0)
6
- flatpickr_rails (~> 0.0.2)
7
- rails (>= 4.2)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (5.0.2)
13
- actionpack (= 5.0.2)
14
- nio4r (>= 1.2, < 3.0)
15
- websocket-driver (~> 0.6.1)
16
- actionmailer (5.0.2)
17
- actionpack (= 5.0.2)
18
- actionview (= 5.0.2)
19
- activejob (= 5.0.2)
20
- mail (~> 2.5, >= 2.5.4)
21
- rails-dom-testing (~> 2.0)
22
- actionpack (5.0.2)
23
- actionview (= 5.0.2)
24
- activesupport (= 5.0.2)
25
- rack (~> 2.0)
26
- rack-test (~> 0.6.3)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.0.2)
30
- activesupport (= 5.0.2)
31
- builder (~> 3.1)
32
- erubis (~> 2.7.0)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.0.2)
36
- activesupport (= 5.0.2)
37
- globalid (>= 0.3.6)
38
- activemodel (5.0.2)
39
- activesupport (= 5.0.2)
40
- activerecord (5.0.2)
41
- activemodel (= 5.0.2)
42
- activesupport (= 5.0.2)
43
- arel (~> 7.0)
44
- activesupport (5.0.2)
45
- concurrent-ruby (~> 1.0, >= 1.0.2)
46
- i18n (~> 0.7)
47
- minitest (~> 5.1)
48
- tzinfo (~> 1.1)
49
- administrate (0.4.0)
50
- autoprefixer-rails (~> 6.0)
51
- bourbon (~> 4.2)
52
- datetime_picker_rails (~> 0.0.7)
53
- jquery-rails (~> 4.0)
54
- kaminari (~> 0.16)
55
- momentjs-rails (~> 2.8)
56
- neat (~> 1.1)
57
- normalize-rails (~> 3.0)
58
- rails (>= 4.2, < 5.1)
59
- sass-rails (~> 5.0)
60
- selectize-rails (~> 0.6)
61
- arel (7.1.4)
62
- autoprefixer-rails (6.7.7)
63
- execjs
64
- bourbon (4.3.3)
65
- sass (~> 3.4)
66
- thor (~> 0.19)
67
- builder (3.2.3)
68
- concurrent-ruby (1.0.5)
69
- datetime_picker_rails (0.0.7)
70
- momentjs-rails (>= 2.8.1)
71
- erubis (2.7.0)
72
- execjs (2.7.0)
73
- flatpickr_rails (0.0.3)
74
- railties (>= 3.0)
75
- globalid (0.3.7)
76
- activesupport (>= 4.1.0)
77
- i18n (0.8.1)
78
- jquery-rails (4.2.2)
79
- rails-dom-testing (>= 1, < 3)
80
- railties (>= 4.2.0)
81
- thor (>= 0.14, < 2.0)
82
- kaminari (0.17.0)
83
- actionpack (>= 3.0.0)
84
- activesupport (>= 3.0.0)
85
- loofah (2.0.3)
86
- nokogiri (>= 1.5.9)
87
- mail (2.6.4)
88
- mime-types (>= 1.16, < 4)
89
- method_source (0.8.2)
90
- mime-types (3.1)
91
- mime-types-data (~> 3.2015)
92
- mime-types-data (3.2016.0521)
93
- mini_portile2 (2.1.0)
94
- minitest (5.10.1)
95
- momentjs-rails (2.17.1)
96
- railties (>= 3.1)
97
- neat (1.8.0)
98
- sass (>= 3.3)
99
- thor (~> 0.19)
100
- nio4r (2.0.0)
101
- nokogiri (1.7.1)
102
- mini_portile2 (~> 2.1.0)
103
- normalize-rails (3.0.3)
104
- rack (2.0.1)
105
- rack-test (0.6.3)
106
- rack (>= 1.0)
107
- rails (5.0.2)
108
- actioncable (= 5.0.2)
109
- actionmailer (= 5.0.2)
110
- actionpack (= 5.0.2)
111
- actionview (= 5.0.2)
112
- activejob (= 5.0.2)
113
- activemodel (= 5.0.2)
114
- activerecord (= 5.0.2)
115
- activesupport (= 5.0.2)
116
- bundler (>= 1.3.0, < 2.0)
117
- railties (= 5.0.2)
118
- sprockets-rails (>= 2.0.0)
119
- rails-dom-testing (2.0.2)
120
- activesupport (>= 4.2.0, < 6.0)
121
- nokogiri (~> 1.6)
122
- rails-html-sanitizer (1.0.3)
123
- loofah (~> 2.0)
124
- railties (5.0.2)
125
- actionpack (= 5.0.2)
126
- activesupport (= 5.0.2)
127
- method_source
128
- rake (>= 0.8.7)
129
- thor (>= 0.18.1, < 2.0)
130
- rake (12.0.0)
131
- sass (3.4.23)
132
- sass-rails (5.0.6)
133
- railties (>= 4.0.0, < 6)
134
- sass (~> 3.1)
135
- sprockets (>= 2.8, < 4.0)
136
- sprockets-rails (>= 2.0, < 4.0)
137
- tilt (>= 1.1, < 3)
138
- selectize-rails (0.12.4)
139
- sprockets (3.7.1)
140
- concurrent-ruby (~> 1.0)
141
- rack (> 1, < 3)
142
- sprockets-rails (3.2.0)
143
- actionpack (>= 4.0)
144
- activesupport (>= 4.0)
145
- sprockets (>= 3.0.0)
146
- thor (0.19.4)
147
- thread_safe (0.3.6)
148
- tilt (2.0.7)
149
- tzinfo (1.2.2)
150
- thread_safe (~> 0.1)
151
- websocket-driver (0.6.5)
152
- websocket-extensions (>= 0.1.0)
153
- websocket-extensions (0.1.2)
154
-
155
- PLATFORMS
156
- ruby
157
-
158
- DEPENDENCIES
159
- administrate-field-date_picker!
160
-
161
- BUNDLED WITH
162
- 1.14.6