fat_free_crm 0.14.0 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fat_free_crm might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 972425d38619d7d68e3bd38cb48100330eccfb4e
4
- data.tar.gz: 277d1c9ced5c9aab08401055ac99225c5e4e2698
3
+ metadata.gz: a1c0c4ac354d4c2c34a0d84b51715fc28b0ac02c
4
+ data.tar.gz: 7bccf3592685da1a91f9485a1067742714e26610
5
5
  SHA512:
6
- metadata.gz: f6de1f85df7655e8291f9aeb443feeb6903a26022ae80814c43455d9c19a7d32454d2d8e59519b837e8a2ba916a5865b9f286fe35296f4455da68809b0d7545c
7
- data.tar.gz: 99cc9eb122da724fffbdfae33738b10453dc4c366b0f67e1a1164f58ab074006033bc95475966b21bf8ed13e83fd395070944d278b505ff6afee66ba8725e052
6
+ metadata.gz: 8a200942ebeca8d1c4a2a45e05b462efdaf8f853d763275e238a60b89bd9c75986f72eb78d85f446d13f924cf75299af6386ebbb210b219ddcc98ab6a2108dd1
7
+ data.tar.gz: 2116a9355c23c583385275c3b86a68d8766dfa81d0d8b2f557c39ebbf6267dce2cfa085bf0f27342117b109b3c53c23d53f5e9242ce64681a9752c9c0bd928d3
@@ -52,7 +52,7 @@ GEM
52
52
  activesupport (>= 3.2)
53
53
  request_store (~> 1.0)
54
54
  scrypt (>= 1.2, < 3.0)
55
- builder (3.2.2)
55
+ builder (3.2.3)
56
56
  byebug (8.2.1)
57
57
  cancancan (1.15.0)
58
58
  capistrano (3.4.0)
@@ -77,8 +77,7 @@ GEM
77
77
  childprocess (0.5.9)
78
78
  ffi (~> 1.0, >= 1.0.11)
79
79
  chronic (0.10.2)
80
- climate_control (0.0.3)
81
- activesupport (>= 3.0)
80
+ climate_control (0.2.0)
82
81
  cocaine (0.5.8)
83
82
  climate_control (>= 0.0.3, < 1.0)
84
83
  coderay (1.1.1)
@@ -143,7 +142,8 @@ GEM
143
142
  tilt
144
143
  headless (2.2.0)
145
144
  htmlentities (4.3.4)
146
- i18n (0.7.0)
145
+ i18n (0.9.3)
146
+ concurrent-ruby (~> 1.0)
147
147
  i18n_data (0.7.0)
148
148
  jquery-migrate-rails (1.2.1)
149
149
  jquery-rails (4.0.5)
@@ -152,7 +152,7 @@ GEM
152
152
  thor (>= 0.14, < 2.0)
153
153
  jquery-ui-rails (5.0.5)
154
154
  railties (>= 3.2.16)
155
- json (1.8.3)
155
+ json (1.8.6)
156
156
  kgio (2.10.0)
157
157
  libv8 (3.16.14.17)
158
158
  listen (3.0.5)
@@ -167,9 +167,9 @@ GEM
167
167
  mime-types (3.1)
168
168
  mime-types-data (~> 3.2015)
169
169
  mime-types-data (3.2016.0521)
170
- mimemagic (0.3.0)
170
+ mimemagic (0.3.2)
171
171
  mini_portile2 (2.1.0)
172
- minitest (5.10.0)
172
+ minitest (5.11.1)
173
173
  multi_json (1.11.2)
174
174
  nenv (0.3.0)
175
175
  net-scp (1.2.1)
@@ -184,12 +184,12 @@ GEM
184
184
  activerecord (>= 3.0, < 6.0)
185
185
  activesupport (>= 3.0, < 6.0)
186
186
  request_store (~> 1.1)
187
- paperclip (4.3.6)
188
- activemodel (>= 3.2.0)
189
- activesupport (>= 3.2.0)
187
+ paperclip (5.2.0)
188
+ activemodel (>= 4.2.0)
189
+ activesupport (>= 4.2.0)
190
190
  cocaine (~> 0.5.5)
191
191
  mime-types
192
- mimemagic (= 0.3.0)
192
+ mimemagic (~> 0.3.0)
193
193
  pg (0.18.4)
194
194
  polyamorous (1.3.0)
195
195
  activerecord (>= 3.0)
@@ -335,10 +335,10 @@ GEM
335
335
  eventmachine (~> 1.0, >= 1.0.4)
336
336
  rack (~> 1.0)
337
337
  thor (0.19.4)
338
- thread_safe (0.3.5)
338
+ thread_safe (0.3.6)
339
339
  tilt (2.0.5)
340
340
  timecop (0.8.1)
341
- tzinfo (1.2.2)
341
+ tzinfo (1.2.4)
342
342
  thread_safe (~> 0.1)
343
343
  uglifier (2.7.2)
344
344
  execjs (>= 0.3.0)
@@ -427,4 +427,4 @@ DEPENDENCIES
427
427
  zeus
428
428
 
429
429
  BUNDLED WITH
430
- 1.12.5
430
+ 1.16.1
@@ -7,7 +7,7 @@ module FatFreeCRM
7
7
  module VERSION #:nodoc:
8
8
  MAJOR = 0
9
9
  MINOR = 14
10
- TINY = 0
10
+ TINY = 1
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.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dvorkin
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-01-31 00:00:00.000000000 Z
14
+ date: 2018-01-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -1559,7 +1559,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1559
1559
  version: '0'
1560
1560
  requirements: []
1561
1561
  rubyforge_project:
1562
- rubygems_version: 2.5.1
1562
+ rubygems_version: 2.6.14
1563
1563
  signing_key:
1564
1564
  specification_version: 4
1565
1565
  summary: Fat Free CRM