administrate-field-date_picker 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 3ec89ea48f351fa68da53310defb8df131f360bf
4
- data.tar.gz: 7e06cc9b7a5f15c941af37ee7927b461442d6078
3
+ metadata.gz: 6eebc0738950a55cec47f1c392b64d1c13e29912
4
+ data.tar.gz: 93288d25662202f13b4ad4e022c60408a0e3f0c7
5
5
  SHA512:
6
- metadata.gz: f56176c0f5f4b25088d4c7b07fd7dc452533d9b7930786802c7ac3270a12f14477f5fa894c9071d5aebd61165c509cb1c39e869e57667764a69c03346c2e896b
7
- data.tar.gz: ef39a11900b9afc285982f1cf353350154ccd379074d1aaadb26c5ba01d69b83e8b9d3a6983bba2ec928d571d16c9982fe1b41ab8389133b7f9875b3f0de0504
6
+ metadata.gz: db03607a39227539f47fbaa7aac0b967e7f8361776f552ec3f4e0784c58b00904e4d4009421349e9d1015e0a13edc3a6d050bb2766eaadb86388c2ce1cf519d7
7
+ data.tar.gz: 466067d45892076039aea3018d96c5f1f4c7f19b3cd5fddeb5d3dff7fd33c147bd81c8ef65ea931104e0774e539fc5f769691027ca7143e8c9f0d21c992032b9
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## [v0.0.2](https://github.com/z-productions/administrate-field-date_picker/tree/v0.0.2) (2016-11-22)
4
+ [Full Changelog](https://github.com/z-productions/administrate-field-date_picker/compare/v0.0.1...v0.0.2)
5
+
6
+ * Bump up Administrate dependency
7
+
8
+ ## [v0.0.1](https://github.com/z-productions/administrate-field-date_picker/tree/v0.0.1) (2016-11-02)
9
+ First release
@@ -1,63 +1,69 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- administrate-field-date_picker (0.0.1)
5
- administrate (~> 0.2.1)
4
+ administrate-field-date_picker (0.0.3)
5
+ administrate (~> 0.3.0)
6
6
  flatpickr_rails (~> 0.0.2)
7
- rails (~> 4.2)
7
+ rails (>= 4.2)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.7.1)
13
- actionpack (= 4.2.7.1)
14
- actionview (= 4.2.7.1)
15
- activejob (= 4.2.7.1)
12
+ actioncable (5.0.0.1)
13
+ actionpack (= 5.0.0.1)
14
+ nio4r (~> 1.2)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.0.0.1)
17
+ actionpack (= 5.0.0.1)
18
+ actionview (= 5.0.0.1)
19
+ activejob (= 5.0.0.1)
16
20
  mail (~> 2.5, >= 2.5.4)
17
- rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.7.1)
19
- actionview (= 4.2.7.1)
20
- activesupport (= 4.2.7.1)
21
- rack (~> 1.6)
22
- rack-test (~> 0.6.2)
23
- rails-dom-testing (~> 1.0, >= 1.0.5)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.0.0.1)
23
+ actionview (= 5.0.0.1)
24
+ activesupport (= 5.0.0.1)
25
+ rack (~> 2.0)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 2.0)
24
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.7.1)
26
- activesupport (= 4.2.7.1)
29
+ actionview (5.0.0.1)
30
+ activesupport (= 5.0.0.1)
27
31
  builder (~> 3.1)
28
32
  erubis (~> 2.7.0)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
33
+ rails-dom-testing (~> 2.0)
30
34
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- activejob (4.2.7.1)
32
- activesupport (= 4.2.7.1)
33
- globalid (>= 0.3.0)
34
- activemodel (4.2.7.1)
35
- activesupport (= 4.2.7.1)
36
- builder (~> 3.1)
37
- activerecord (4.2.7.1)
38
- activemodel (= 4.2.7.1)
39
- activesupport (= 4.2.7.1)
40
- arel (~> 6.0)
41
- activesupport (4.2.7.1)
35
+ activejob (5.0.0.1)
36
+ activesupport (= 5.0.0.1)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.0.0.1)
39
+ activesupport (= 5.0.0.1)
40
+ activerecord (5.0.0.1)
41
+ activemodel (= 5.0.0.1)
42
+ activesupport (= 5.0.0.1)
43
+ arel (~> 7.0)
44
+ activesupport (5.0.0.1)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
42
46
  i18n (~> 0.7)
43
- json (~> 1.7, >= 1.7.7)
44
47
  minitest (~> 5.1)
45
- thread_safe (~> 0.3, >= 0.3.4)
46
48
  tzinfo (~> 1.1)
47
- administrate (0.2.2)
49
+ administrate (0.3.0)
48
50
  autoprefixer-rails (~> 6.0)
51
+ bourbon (~> 4.2)
49
52
  datetime_picker_rails (~> 0.0.7)
50
53
  jquery-rails (~> 4.0)
51
54
  kaminari (~> 0.16)
52
55
  momentjs-rails (~> 2.8)
53
56
  neat (~> 1.1)
54
57
  normalize-rails (~> 3.0)
55
- rails (~> 4.2)
58
+ rails (>= 4.2, < 5.1)
56
59
  sass-rails (~> 5.0)
57
60
  selectize-rails (~> 0.6)
58
- arel (6.0.3)
59
- autoprefixer-rails (6.5.1.1)
61
+ arel (7.1.4)
62
+ autoprefixer-rails (6.5.3)
60
63
  execjs
64
+ bourbon (4.2.7)
65
+ sass (~> 3.4)
66
+ thor (~> 0.19)
61
67
  builder (3.2.2)
62
68
  concurrent-ruby (1.0.2)
63
69
  datetime_picker_rails (0.0.7)
@@ -73,7 +79,6 @@ GEM
73
79
  rails-dom-testing (>= 1, < 3)
74
80
  railties (>= 4.2.0)
75
81
  thor (>= 0.14, < 2.0)
76
- json (1.8.3)
77
82
  kaminari (0.17.0)
78
83
  actionpack (>= 3.0.0)
79
84
  activesupport (>= 3.0.0)
@@ -81,6 +86,7 @@ GEM
81
86
  nokogiri (>= 1.5.9)
82
87
  mail (2.6.4)
83
88
  mime-types (>= 1.16, < 4)
89
+ method_source (0.8.2)
84
90
  mime-types (3.1)
85
91
  mime-types-data (~> 3.2015)
86
92
  mime-types-data (3.2016.0521)
@@ -91,34 +97,34 @@ GEM
91
97
  neat (1.8.0)
92
98
  sass (>= 3.3)
93
99
  thor (~> 0.19)
100
+ nio4r (1.2.1)
94
101
  nokogiri (1.6.8.1)
95
102
  mini_portile2 (~> 2.1.0)
96
103
  normalize-rails (3.0.3)
97
- rack (1.6.4)
104
+ rack (2.0.1)
98
105
  rack-test (0.6.3)
99
106
  rack (>= 1.0)
100
- rails (4.2.7.1)
101
- actionmailer (= 4.2.7.1)
102
- actionpack (= 4.2.7.1)
103
- actionview (= 4.2.7.1)
104
- activejob (= 4.2.7.1)
105
- activemodel (= 4.2.7.1)
106
- activerecord (= 4.2.7.1)
107
- activesupport (= 4.2.7.1)
107
+ rails (5.0.0.1)
108
+ actioncable (= 5.0.0.1)
109
+ actionmailer (= 5.0.0.1)
110
+ actionpack (= 5.0.0.1)
111
+ actionview (= 5.0.0.1)
112
+ activejob (= 5.0.0.1)
113
+ activemodel (= 5.0.0.1)
114
+ activerecord (= 5.0.0.1)
115
+ activesupport (= 5.0.0.1)
108
116
  bundler (>= 1.3.0, < 2.0)
109
- railties (= 4.2.7.1)
110
- sprockets-rails
111
- rails-deprecated_sanitizer (1.0.3)
112
- activesupport (>= 4.2.0.alpha)
113
- rails-dom-testing (1.0.7)
114
- activesupport (>= 4.2.0.beta, < 5.0)
117
+ railties (= 5.0.0.1)
118
+ sprockets-rails (>= 2.0.0)
119
+ rails-dom-testing (2.0.1)
120
+ activesupport (>= 4.2.0, < 6.0)
115
121
  nokogiri (~> 1.6.0)
116
- rails-deprecated_sanitizer (>= 1.0.1)
117
122
  rails-html-sanitizer (1.0.3)
118
123
  loofah (~> 2.0)
119
- railties (4.2.7.1)
120
- actionpack (= 4.2.7.1)
121
- activesupport (= 4.2.7.1)
124
+ railties (5.0.0.1)
125
+ actionpack (= 5.0.0.1)
126
+ activesupport (= 5.0.0.1)
127
+ method_source
122
128
  rake (>= 0.8.7)
123
129
  thor (>= 0.18.1, < 2.0)
124
130
  rake (11.3.0)
@@ -129,7 +135,7 @@ GEM
129
135
  sprockets (>= 2.8, < 4.0)
130
136
  sprockets-rails (>= 2.0, < 4.0)
131
137
  tilt (>= 1.1, < 3)
132
- selectize-rails (0.12.3)
138
+ selectize-rails (0.12.4)
133
139
  sprockets (3.7.0)
134
140
  concurrent-ruby (~> 1.0)
135
141
  rack (> 1, < 3)
@@ -142,6 +148,9 @@ GEM
142
148
  tilt (2.0.5)
143
149
  tzinfo (1.2.2)
144
150
  thread_safe (~> 0.1)
151
+ websocket-driver (0.6.4)
152
+ websocket-extensions (>= 0.1.0)
153
+ websocket-extensions (0.1.2)
145
154
 
146
155
  PLATFORMS
147
156
  ruby
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Administrate::Field::DatePicker
2
2
 
3
+ [![Code Climate](https://codeclimate.com/github/z-productions/administrate-field-date_picker/badges/gpa.svg)](https://codeclimate.com/github/z-productions/administrate-field-date_picker)
4
+
3
5
  A plugin to pick a date in [Administrate], with the help of [Flatpickr].
4
6
 
5
7
  ![Screenshot](https://raw.githubusercontent.com/z-productions/administrate-field-date_picker/master/screenshot.png)
@@ -9,7 +11,7 @@ A plugin to pick a date in [Administrate], with the help of [Flatpickr].
9
11
  Add it to your `Gemfile`:
10
12
 
11
13
  ```ruby
12
- gem 'administrate-field-date_picker', '~> 0.0.1'
14
+ gem 'administrate-field-date_picker', '~> 0.0.3'
13
15
  ```
14
16
 
15
17
  Run:
@@ -2,7 +2,7 @@ $:.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.2'
5
+ gem.version = '0.0.3'
6
6
  gem.authors = ['Michele Gerarduzzi']
7
7
  gem.email = ['michele.gerarduzzi@gmail.com']
8
8
  gem.homepage = 'https://github.com/z-productions/administrate-field-date_picker'
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
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.2.1'
17
+ gem.add_runtime_dependency 'administrate', '~> 0.3.0'
18
18
  gem.add_runtime_dependency 'rails', '>= 4.2'
19
19
  gem.add_runtime_dependency 'flatpickr_rails', '~> 0.0.2'
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-date_picker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michele Gerarduzzi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-02 00:00:00.000000000 Z
11
+ date: 2016-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.1
19
+ version: 0.3.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.2.1
26
+ version: 0.3.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - CHANGELOG.md
63
64
  - Gemfile
64
65
  - Gemfile.lock
65
66
  - LICENSE.md
@@ -93,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  version: '0'
94
95
  requirements: []
95
96
  rubyforge_project:
96
- rubygems_version: 2.5.1
97
+ rubygems_version: 2.5.2
97
98
  signing_key:
98
99
  specification_version: 4
99
100
  summary: A date picker plugin for Administrate