rails_core_extensions 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75e544c0a483d1b86ad8520255bb606a5f933aa1
4
- data.tar.gz: 77c1fc668e12ea84ec69ede1991f5a339513b90f
3
+ metadata.gz: c0a2d1edb6ec0ac6591e211c6d2b7ac83d1a5c84
4
+ data.tar.gz: 512cae180b1e0e5d33c4c5601d381fd37982f171
5
5
  SHA512:
6
- metadata.gz: 3ffbf789ea526bf8a86705daa487a620a9ed3210f4a2d7f7ac6b2e19348dd3c4c23541f055b5e088f8e4b2d96e24e50e9ac31c9a6f6abcf899d6660dd0ddde66
7
- data.tar.gz: 9c747e644c79d6ea9db7c427afd4b98fd44dccc7f75f937667f6437f545f055b326093561243596229c955f496921e7d5d93afd3c7e7aeb530e62a74c411b9e8
6
+ metadata.gz: 0d2730d04532398da8a1257a0b75dbcbaf34db1f15c4ffc4677f9ce615317fd1f3ac63b5304ad39e4d3992ae1ca47412ee80acbe4fbdea5791ffb668ea318a2f
7
+ data.tar.gz: dba790cfdbaaf05e1d74daa1852398787dbe41a2daaca3a7302c1bed5a6a4e71db7d2b7343c61e32de84aded19973bbefcfa90000db51ad4e160474b34edb4fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1
4
+
5
+ * Fixes issue with sortable controllers
6
+ implicitly depending on prototype based template rendering
7
+
3
8
  ## 0.1.0
4
9
 
5
10
  * Add rails 5 support
@@ -13,9 +13,7 @@ module RailsCoreExtensions
13
13
  module InstanceMethods
14
14
  def sort
15
15
  RailsCoreExtensions::Sortable.new(params, controller_name).sort
16
-
17
- render :update do |page|
18
- end
16
+ head :ok
19
17
  end
20
18
  end
21
19
  end
@@ -1,3 +1,3 @@
1
1
  module RailsCoreExtensions
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -6,7 +6,7 @@ require 'rails_core_extensions/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'rails_core_extensions'
8
8
  spec.version = RailsCoreExtensions::VERSION
9
- spec.authors = ['Michael Noack', 'Allesandro Berardi']
9
+ spec.authors = ['Michael Noack', 'Alessandro Berardi']
10
10
  spec.email = ['support@travellink.com.au']
11
11
  spec.description = %q{Set of extensions to core rails libraries.}
12
12
  spec.summary = %q{Set of extensions to core rails libraries.}
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_core_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Noack
8
- - Allesandro Berardi
8
+ - Alessandro Berardi
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-07-28 00:00:00.000000000 Z
12
+ date: 2016-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  version: '0'
270
270
  requirements: []
271
271
  rubyforge_project:
272
- rubygems_version: 2.4.8
272
+ rubygems_version: 2.4.5.1
273
273
  signing_key:
274
274
  specification_version: 4
275
275
  summary: Set of extensions to core rails libraries.