fat_free_crm 0.16.2 → 0.16.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: 5a2cc83bfe13fdffd81f6608cffab843cbc7add9
4
- data.tar.gz: 6e7827563fb7f910f8bc1b6293e375100abd0faf
3
+ metadata.gz: 12ac74622a278199d8c503a22920fb0b03300bdb
4
+ data.tar.gz: d27004574a068d05ae85751eddcc1c3ab3cc8287
5
5
  SHA512:
6
- metadata.gz: 5a7dbf30ae93fa539b4bd963a366201e0fae146cabd6b02d1d9802f6e13b8e6d42c54d0caf18f6442cd9d9e8ab47e650d41e36b8f8a65a7c4602c8af2f881a17
7
- data.tar.gz: 6b1ea5c9ee62949d5ee56f471ab8b02772d3edcd73acd808838e2d56553d730d24c93c377d99bd0bdb60668f99c699a556a63218a29c8ad5c284e22a959f324f
6
+ metadata.gz: b9506e765aa71eb03c1cfc23f2b4a08656703bb9fbd5415ce7dc7717523427476cdc5f162543d6ff042abf70ae1893f0711611cf455ab3fc172562c92c16381f
7
+ data.tar.gz: d9ae88d69ecf12e9778441457e1b45d6a49c1ce3d2a1c4dfa51a07c990e866d4f3dcdd9d8ad5695a6a2f44382022b06081dfada2c7c3e2109823331a499ac062
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ It does not matter how slowly you go as long as you do not stop.
4
4
  First they ignore you, then they laugh at you, then they fight you,
5
5
  then you win. –- Mahatma Gandhi
6
6
 
7
+ Wed Jan 24, 2018 (0.16.3)
8
+ ---------------------------------------------------------------------
9
+ CVE-2017-0889
10
+
7
11
  Mon Jan 22, 2018 (0.16.2)
8
12
  ---------------------------------------------------------------------
9
13
  Fix #687
data/Gemfile.lock CHANGED
@@ -161,7 +161,7 @@ GEM
161
161
  tilt
162
162
  headless (2.3.1)
163
163
  htmlentities (4.3.4)
164
- i18n (0.9.1)
164
+ i18n (0.9.3)
165
165
  concurrent-ruby (~> 1.0)
166
166
  i18n_data (0.8.0)
167
167
  io-like (0.3.0)
@@ -190,7 +190,7 @@ GEM
190
190
  mimemagic (0.3.2)
191
191
  mini_mime (1.0.0)
192
192
  mini_portile2 (2.3.0)
193
- minitest (5.10.3)
193
+ minitest (5.11.1)
194
194
  money (6.10.1)
195
195
  i18n (>= 0.6.4, < 1.0)
196
196
  msgpack (1.2.0)
@@ -207,7 +207,7 @@ GEM
207
207
  paper_trail (6.0.2)
208
208
  activerecord (>= 4.0, < 5.2)
209
209
  request_store (~> 1.1)
210
- paperclip (5.1.0)
210
+ paperclip (5.2.0)
211
211
  activemodel (>= 4.2.0)
212
212
  activesupport (>= 4.2.0)
213
213
  cocaine (~> 0.5.5)
@@ -381,8 +381,6 @@ GEM
381
381
  timecop (0.9.1)
382
382
  tzinfo (1.2.4)
383
383
  thread_safe (~> 0.1)
384
- tzinfo-data (1.2017.3)
385
- tzinfo (>= 1.0.0)
386
384
  uglifier (4.0.2)
387
385
  execjs (>= 0.3.0, < 3)
388
386
  unicode-display_width (1.3.0)
@@ -443,6 +441,7 @@ DEPENDENCIES
443
441
  puma
444
442
  rails (~> 5.1.0)
445
443
  rails-controller-testing
444
+ rails-i18n
446
445
  rails-observers
447
446
  rails3-jquery-autocomplete
448
447
  rails_12factor
@@ -473,4 +472,4 @@ DEPENDENCIES
473
472
  zeus
474
473
 
475
474
  BUNDLED WITH
476
- 1.16.0
475
+ 1.16.1
@@ -7,7 +7,7 @@ module FatFreeCRM
7
7
  module VERSION #:nodoc:
8
8
  MAJOR = 0
9
9
  MINOR = 16
10
- TINY = 2
10
+ TINY = 3
11
11
  PRE = nil
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fat_free_crm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dvorkin
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2018-01-22 00:00:00.000000000 Z
15
+ date: 2018-01-24 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails