activeset 0.6.2 → 0.6.3

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: b5b7a0fb4bee14702c5860357142fabb13d05b56
4
- data.tar.gz: 5b4abfbf57c42b7ea378b3524211370f4871ead7
3
+ metadata.gz: f863b0e0436325554096d5b387ff337f833498f0
4
+ data.tar.gz: 88b9619be39f0cf578f4d93e453a5dce53eebaab
5
5
  SHA512:
6
- metadata.gz: ddeb4273ae651f05ed155ed0f511989b08757a2b284f226750a7fd4c63669e790ced91bb817fe5f8e621092d9d3d69dc8c98181cb4499eb50128d490de9b6614
7
- data.tar.gz: c6d4b300588d604c70cc2878c728086ec2fcd0d3bd746bab91fe6ab0c7531ce5f831ca56ea4b8be7be1aaf57b2e3ad650fab1744c56f8ceec96b6b57ce7a9dd1
6
+ metadata.gz: 5f1435bf42f919b9beb32c6f96359c2f0d3464ed9b0756450eefe8146cd7574b518196d86f486a8e8ec6165ee80e6562fa994873d568d4c89c0d821c7327cfde
7
+ data.tar.gz: f5d14ae25144cb6145fbe9a790489573c76ab60863abb26b3cc4407f069f19f44fba0d49013a3b53699fed7d29862ea4e3867d919f29d2990c6d892bb2648af4
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v 0.6.3
2
+ - Fix a typo in the CSV transform adapter
1
3
  v 0.6.2
2
4
  - ensure that the default paginate instructions are saved into the ActiveSet#instructions attr
3
5
  v 0.6.1
@@ -45,7 +45,7 @@ class ActiveSet
45
45
 
46
46
  def key
47
47
  return @hash[:key] if @hash.key? :key
48
- return attribute_model.human_attribute_name(instructions_entry.attribute) if attribute_model.respond_to? :human_attribute_name
48
+ return attribute_model.human_attribute_name(instruction_entry.attribute) if attribute_model.respond_to? :human_attribute_name
49
49
  instruction_entry.keypath.map(&:titleize).join(' ')
50
50
  end
51
51
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ActiveSet
4
- VERSION = '0.6.2'
4
+ VERSION = '0.6.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeset
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Margheim
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-20 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport