filemagic 0.3.5.0 → 0.4.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Filemagic
2
2
  MAJOR = 0
3
- MINOR = 3
4
- TINY = 5
3
+ MINOR = 4
4
+ TINY = 0
5
5
  PRE = "0"
6
6
 
7
7
  VERSION = [MAJOR, MINOR, TINY, PRE].compact.join(".")
@@ -667,3 +667,61 @@ Started GET "/assets/application.self-d088784b7ecb87f1ea17e6f982fa968ffefcc07b79
667
667
 
668
668
 
669
669
  Started GET "/assets/filemagic-icons-69150d1c530b8ae90123e9e0b736f7c7b8538c19346a30512c8c1057600c7e2e.woff" for ::1 at 2016-07-01 13:41:07 -0300
670
+
671
+
672
+ Started GET "/" for ::1 at 2016-07-29 14:45:39 -0300
673
+
674
+ Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).):
675
+ activerecord (4.2.6) lib/active_record/connection_adapters/connection_specification.rb:177:in `rescue in spec'
676
+ activerecord (4.2.6) lib/active_record/connection_adapters/connection_specification.rb:174:in `spec'
677
+ activerecord (4.2.6) lib/active_record/connection_handling.rb:50:in `establish_connection'
678
+ activerecord (4.2.6) lib/active_record/railtie.rb:120:in `block (2 levels) in <class:Railtie>'
679
+ activesupport (4.2.6) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
680
+ activesupport (4.2.6) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
681
+ activesupport (4.2.6) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
682
+ activesupport (4.2.6) lib/active_support/lazy_load_hooks.rb:44:in `each'
683
+ activesupport (4.2.6) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
684
+ activerecord (4.2.6) lib/active_record/base.rb:315:in `<module:ActiveRecord>'
685
+ activerecord (4.2.6) lib/active_record/base.rb:26:in `<top (required)>'
686
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
687
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
688
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
689
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
690
+ activerecord (4.2.6) lib/active_record/migration.rb:383:in `connection'
691
+ activerecord (4.2.6) lib/active_record/migration.rb:370:in `call'
692
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
693
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
694
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
695
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
696
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
697
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
698
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
699
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
700
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
701
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
702
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
703
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
704
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
705
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
706
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
707
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
708
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
709
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
710
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
711
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
712
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
713
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
714
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
715
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
716
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
717
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
718
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
719
+ /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
720
+ /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
721
+ /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
722
+
723
+
724
+ Rendered /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
725
+ Rendered /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
726
+ Rendered /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
727
+ Rendered /Users/wk_air/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.8ms)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filemagic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5.0
4
+ version: 0.4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Kurosawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-09 00:00:00.000000000 Z
11
+ date: 2016-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -98,14 +98,14 @@ dependencies:
98
98
  requirements:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
- version: '0'
101
+ version: 1.3.6
102
102
  type: :development
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - "~>"
107
107
  - !ruby/object:Gem::Version
108
- version: '0'
108
+ version: 1.3.6
109
109
  - !ruby/object:Gem::Dependency
110
110
  name: sprockets-es6
111
111
  requirement: !ruby/object:Gem::Requirement