lines-engine 1.2.1.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1682f59ba3b67269b0a8f308f803b1679e5459e4
4
- data.tar.gz: c7aa762c8362ef9c295be621c285f1908697803e
3
+ metadata.gz: 9d783e21d838d7aa76b9832d67a1e78f8b0f4c8d
4
+ data.tar.gz: 7544fcd145785c195449f64f83b36d60d8e317c8
5
5
  SHA512:
6
- metadata.gz: e1a4254acc8ce5666f0c6fcc2c651a0f5e269e1a5c73c7f317675d1cc74c4bb8e445a11b25470d3465959dd6e141263e6a255ef327acb8fbb57b4804da467442
7
- data.tar.gz: 9a36179657b78a3793434b6718cde686c9f13beb6204845e5548e3612e18a7b2cef8317d07c8390492c4ec7de1b9abe80046c23fabdedb9b269e73361ac8ec56
6
+ metadata.gz: 63409b07a5359f1d0d4376439a2ea99e903a756e3ac48a44dbc342babdb81dae7ab090a8c9801969fd8de37364c62c6ec94688b0820d1ac5a604bbd11135189e
7
+ data.tar.gz: bf474198669f0088dc07ebf0423102786ee129a37d24ee99d4256de554bdc8cc7d9645973ab90c10bbe4174316d9c1ace5cd0c0be6972165c933c86fc3a81919
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.2
4
+ - Fix JqueryUI datepicker (Thanks to @edgarlepe)
5
+
3
6
  ## 1.2.1.1
4
7
  - Fix activerecord.errors.models translations being truncated by gem.
5
8
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lines-engine (1.2.1.1)
4
+ lines-engine (1.2.2)
5
5
  acts-as-taggable-on (>= 3.5)
6
6
  bcrypt (~> 3.1.0, >= 3.1.0)
7
7
  bcrypt-ruby (>= 3.0.0)
@@ -69,8 +69,8 @@ GEM
69
69
  i18n (~> 0.7)
70
70
  minitest (~> 5.1)
71
71
  tzinfo (~> 1.1)
72
- acts-as-taggable-on (4.0.0)
73
- activerecord (>= 4.0)
72
+ acts-as-taggable-on (5.0.0)
73
+ activerecord (>= 4.2.8)
74
74
  addressable (2.4.0)
75
75
  airbrussh (1.1.1)
76
76
  sshkit (>= 1.6.1, != 1.7.0)
@@ -95,12 +95,10 @@ GEM
95
95
  rack (>= 1.0.0)
96
96
  rack-test (>= 0.5.4)
97
97
  xpath (~> 2.0)
98
- carrierwave (0.11.2)
99
- activemodel (>= 3.2.0)
100
- activesupport (>= 3.2.0)
101
- json (>= 1.7)
98
+ carrierwave (1.2.1)
99
+ activemodel (>= 4.0.0)
100
+ activesupport (>= 4.0.0)
102
101
  mime-types (>= 1.16)
103
- mimemagic (>= 0.3.0)
104
102
  coderay (1.1.1)
105
103
  coffee-rails (4.2.2)
106
104
  coffee-script (>= 2.2.0)
@@ -123,7 +121,7 @@ GEM
123
121
  i18n (~> 0.5)
124
122
  ffi (1.9.14)
125
123
  formatador (0.2.5)
126
- friendly_id (5.2.1)
124
+ friendly_id (5.2.3)
127
125
  activerecord (>= 4.0.0)
128
126
  globalid (0.4.0)
129
127
  activesupport (>= 4.2.0)
@@ -150,19 +148,18 @@ GEM
150
148
  thor (>= 0.14, < 2.0)
151
149
  jquery-ui-rails (6.0.1)
152
150
  railties (>= 3.2.16)
153
- json (2.1.0)
154
- kaminari (1.0.1)
151
+ kaminari (1.1.0)
155
152
  activesupport (>= 4.1.0)
156
- kaminari-actionview (= 1.0.1)
157
- kaminari-activerecord (= 1.0.1)
158
- kaminari-core (= 1.0.1)
159
- kaminari-actionview (1.0.1)
153
+ kaminari-actionview (= 1.1.0)
154
+ kaminari-activerecord (= 1.1.0)
155
+ kaminari-core (= 1.1.0)
156
+ kaminari-actionview (1.1.0)
160
157
  actionview
161
- kaminari-core (= 1.0.1)
162
- kaminari-activerecord (1.0.1)
158
+ kaminari-core (= 1.1.0)
159
+ kaminari-activerecord (1.1.0)
163
160
  activerecord
164
- kaminari-core (= 1.0.1)
165
- kaminari-core (1.0.1)
161
+ kaminari-core (= 1.1.0)
162
+ kaminari-core (1.1.0)
166
163
  launchy (2.4.3)
167
164
  addressable (~> 2.3)
168
165
  listen (3.1.5)
@@ -172,17 +169,17 @@ GEM
172
169
  loofah (2.0.3)
173
170
  nokogiri (>= 1.5.9)
174
171
  lumberjack (1.0.10)
175
- mail (2.6.5)
172
+ mail (2.6.6)
176
173
  mime-types (>= 1.16, < 4)
177
- meta-tags (2.4.1)
178
- actionpack (>= 3.2.0, < 5.2)
174
+ meta-tags (2.6.0)
175
+ actionpack (>= 3.2.0, < 5.3)
179
176
  method_source (0.8.2)
180
177
  mime-types (3.1)
181
178
  mime-types-data (~> 3.2015)
182
179
  mime-types-data (3.2016.0521)
183
- mimemagic (0.3.2)
184
180
  mini_portile2 (2.1.0)
185
181
  minitest (5.9.1)
182
+ multi_json (1.12.2)
186
183
  mysql2 (0.4.5)
187
184
  nenv (0.3.0)
188
185
  net-scp (1.2.1)
@@ -191,20 +188,18 @@ GEM
191
188
  nio4r (1.2.1)
192
189
  nokogiri (1.6.8.1)
193
190
  mini_portile2 (~> 2.1.0)
194
- nokogumbo (1.4.10)
191
+ nokogumbo (1.4.13)
195
192
  nokogiri
196
193
  notiffany (0.1.1)
197
194
  nenv (~> 0.1)
198
195
  shellany (~> 0.0)
199
196
  orm_adapter (0.5.0)
200
- posix-spawn (0.3.12)
201
197
  pry (0.10.4)
202
198
  coderay (~> 1.1.0)
203
199
  method_source (~> 0.8.1)
204
200
  slop (~> 3.4)
205
- pygments.rb (0.6.3)
206
- posix-spawn (~> 0.3.6)
207
- yajl-ruby (~> 1.2.0)
201
+ pygments.rb (1.2.0)
202
+ multi_json (>= 1.0.0)
208
203
  rack (2.0.1)
209
204
  rack-test (0.6.3)
210
205
  rack (>= 1.0)
@@ -257,11 +252,15 @@ GEM
257
252
  rspec-expectations (~> 2.14.0)
258
253
  rspec-mocks (~> 2.14.0)
259
254
  ruby_dep (1.5.0)
260
- sanitize (4.4.0)
255
+ sanitize (4.5.0)
261
256
  crass (~> 1.0.2)
262
257
  nokogiri (>= 1.4.4)
263
258
  nokogumbo (~> 1.4.1)
264
- sass (3.4.24)
259
+ sass (3.5.2)
260
+ sass-listen (~> 4.0.0)
261
+ sass-listen (4.0.0)
262
+ rb-fsevent (~> 0.9, >= 0.9.4)
263
+ rb-inotify (~> 0.9, >= 0.9.7)
265
264
  sass-rails (5.0.6)
266
265
  railties (>= 4.0.0, < 6)
267
266
  sass (~> 3.1)
@@ -275,7 +274,7 @@ GEM
275
274
  sprockets (3.7.1)
276
275
  concurrent-ruby (~> 1.0)
277
276
  rack (> 1, < 3)
278
- sprockets-rails (3.2.0)
277
+ sprockets-rails (3.2.1)
279
278
  actionpack (>= 4.0)
280
279
  activesupport (>= 4.0)
281
280
  sprockets (>= 3.0.0)
@@ -284,7 +283,7 @@ GEM
284
283
  net-ssh (>= 2.8.0)
285
284
  thor (0.19.1)
286
285
  thread_safe (0.3.5)
287
- tilt (2.0.7)
286
+ tilt (2.0.8)
288
287
  tzinfo (1.2.2)
289
288
  thread_safe (~> 0.1)
290
289
  uglifier (3.2.0)
@@ -294,7 +293,6 @@ GEM
294
293
  websocket-extensions (0.1.2)
295
294
  xpath (2.0.0)
296
295
  nokogiri (~> 1.3)
297
- yajl-ruby (1.2.1)
298
296
  yard (0.9.5)
299
297
 
300
298
  PLATFORMS
@@ -1,6 +1,6 @@
1
1
  //= require jquery
2
2
  //= require jquery_ujs
3
- //= require jquery-ui/datepicker
3
+ //= require jquery-ui/widgets/datepicker
4
4
  //= require autocomplete-rails
5
5
  //= require jquery-fileupload/basic
6
6
  //= require jquery-fileupload/vendor/tmpl
@@ -296,4 +296,4 @@ $(document).ready(function() {
296
296
  };
297
297
  });
298
298
 
299
- });
299
+ });
@@ -1,3 +1,3 @@
1
1
  module Lines
2
- VERSION = "1.2.1.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lines-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Opoloo GbR
@@ -30,7 +30,7 @@ cert_chain:
30
30
  wY3tQr5y6n09S9cmFLHMM1DRAqhYQWSbqw/R0RTB9gqsI+4uX4gW4Qd4bDPdL+i5
31
31
  SdefFMfOAx3jQTFQ
32
32
  -----END CERTIFICATE-----
33
- date: 2017-07-24 00:00:00.000000000 Z
33
+ date: 2017-10-16 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: orm_adapter
metadata.gz.sig CHANGED
Binary file