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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +5 -6
- data/lib/fat_free_crm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12ac74622a278199d8c503a22920fb0b03300bdb
|
|
4
|
+
data.tar.gz: d27004574a068d05ae85751eddcc1c3ab3cc8287
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
475
|
+
1.16.1
|
data/lib/fat_free_crm/version.rb
CHANGED
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.
|
|
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-
|
|
15
|
+
date: 2018-01-24 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rails
|