remotipart 1.4.0 → 1.4.2

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: 8cd835a42fa4b39f9472499d433674c148afed2b
4
- data.tar.gz: 487e0694c4122c8002f6da0f2b6466ec2b870a78
3
+ metadata.gz: 64a58022f26cafc03a5df9677d924414f310a24b
4
+ data.tar.gz: c55e884eae5f737d86881c4b083a61de00346639
5
5
  SHA512:
6
- metadata.gz: 4173afdbc5e749e062b62d7370ff379d70302645fa0be40f0593d17f8a88d494f63c0606a396d79419ad3eb9b8776e53ea34f838deecc3748a9ee73d63688ba7
7
- data.tar.gz: 457e29566c8271872d61703a68db861223dd5686421652cb35bdd7b7a75546bfe5afd900eefc848d7899c2a6bc2ebd056eeed000c13d8e8cd16a5514bfbcd8db
6
+ metadata.gz: af8c8de8a633bebb06ef2e1ca5361465fab8be54a754d956a48078f753ccb4288df27fb01c4e51911783774f01d73489c013646e45c6ec325e386a46c2595e9a
7
+ data.tar.gz: 27ba12dac43255f00ac5e3c00dd7a4a9fe488496619907a4890eaa7f1a678a6ecd73632390b51d75b48d9a45b9a0419323fc625c4a917a33175fec9ebd5c3638
@@ -1,5 +1,9 @@
1
1
  = History
2
2
 
3
+ === 1.4.2 / 2018-04-25
4
+
5
+ * Fixed ActionView::Template::Error in web-console.
6
+
3
7
  === 1.4.0 / 2018-04-09
4
8
 
5
9
  * Added jQuery 3 compatibility.
@@ -1,6 +1,6 @@
1
1
  module Remotipart
2
2
  module Rails
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.2"
4
4
  IFRAMETRANSPORT_VERSION = "02.06.2013"
5
5
  end
6
6
  end
@@ -2,6 +2,8 @@ module Remotipart
2
2
  module RequestHelper
3
3
  def remotipart_submitted?
4
4
  params[:remotipart_submitted] ? true : false
5
+ rescue
6
+ false
5
7
  end
6
8
 
7
9
  alias :remotipart_requested? :remotipart_submitted?
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: remotipart 1.4.0 ruby lib
5
+ # stub: remotipart 1.4.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "remotipart".freeze
9
- s.version = "1.4.0"
9
+ s.version = "1.4.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Greg Leppert".freeze, "Steve Schwartz".freeze]
14
- s.date = "2018-04-09"
14
+ s.date = "2018-04-25"
15
15
  s.description = "Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails.\n This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application.\n ".freeze
16
16
  s.email = ["greg@formasfunction.com".freeze, "steve@alfajango.com".freeze]
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remotipart
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Leppert
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-09 00:00:00.000000000 Z
12
+ date: 2018-04-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake