ruby_enum 0.5.0.beta5 → 0.5.0.beta6

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: 039e38ba0b3212efcda8c871d493f4bb109f805d
4
- data.tar.gz: d2943100d3d4432b2d18833a438be26998a6ea47
3
+ metadata.gz: 3faca2c5d110f416778382782d5dc0785426298d
4
+ data.tar.gz: 6a95d68fcf055de98e55a20ba6d41ba2d79174fb
5
5
  SHA512:
6
- metadata.gz: 3c84c28daadf465010b231e20ca753ee52b68c59ca1ab69c5514a4cb029b84e776ff53912e8edd7541b11b963d299f5a16f80afed8d8618ad9b01cf4b44ff447
7
- data.tar.gz: 2610abaf5e52fdfccee25bc3ea3f7fa794ef504ad9228284ad8cabd5cef374fe87e2341cbff1de49dd52902e8d09fd8afafad2cc4d2f47913678f299768981a3
6
+ metadata.gz: ba293eb925c0f9890e7e393ecb5d8fd925b6811d3acfae82a991c24842af44bb17a4e54a745bee002c6337dcfa84b4d86c110a74ae00fe5ecbcdf8899928f76b
7
+ data.tar.gz: ded4f20e714838dcf8fc87d2424a6e23886b8e34cd3bdc0d115d6796578eed65351461688675b54b2db30fc43bce36d94681c547149b2fab6bd78e314eddc83b
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_enum (0.5.0.beta5)
4
+ ruby_enum (0.5.0.beta6)
5
5
  activesupport (>= 3.2)
6
6
  railties (>= 3.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (4.2.0)
12
- actionview (= 4.2.0)
13
- activesupport (= 4.2.0)
14
- rack (~> 1.6.0)
11
+ actionpack (4.2.4)
12
+ actionview (= 4.2.4)
13
+ activesupport (= 4.2.4)
14
+ rack (~> 1.6)
15
15
  rack-test (~> 0.6.2)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
18
- actionview (4.2.0)
19
- activesupport (= 4.2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
+ actionview (4.2.4)
19
+ activesupport (= 4.2.4)
20
20
  builder (~> 3.1)
21
21
  erubis (~> 2.7.0)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
- activesupport (4.2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
+ activesupport (4.2.4)
25
25
  i18n (~> 0.7)
26
26
  json (~> 1.7, >= 1.7.7)
27
27
  minitest (~> 5.1)
@@ -32,26 +32,26 @@ GEM
32
32
  erubis (2.7.0)
33
33
  i18n (0.7.0)
34
34
  json (1.8.3)
35
- loofah (2.0.1)
35
+ loofah (2.0.3)
36
36
  nokogiri (>= 1.5.9)
37
37
  mini_portile (0.6.2)
38
- minitest (5.5.1)
38
+ minitest (5.8.1)
39
39
  nokogiri (1.6.6.2)
40
40
  mini_portile (~> 0.6.0)
41
- rack (1.6.0)
41
+ rack (1.6.4)
42
42
  rack-test (0.6.3)
43
43
  rack (>= 1.0)
44
44
  rails-deprecated_sanitizer (1.0.3)
45
45
  activesupport (>= 4.2.0.alpha)
46
- rails-dom-testing (1.0.6)
46
+ rails-dom-testing (1.0.7)
47
47
  activesupport (>= 4.2.0.beta, < 5.0)
48
48
  nokogiri (~> 1.6.0)
49
49
  rails-deprecated_sanitizer (>= 1.0.1)
50
50
  rails-html-sanitizer (1.0.2)
51
51
  loofah (~> 2.0)
52
- railties (4.2.0)
53
- actionpack (= 4.2.0)
54
- activesupport (= 4.2.0)
52
+ railties (4.2.4)
53
+ actionpack (= 4.2.4)
54
+ activesupport (= 4.2.4)
55
55
  rake (>= 0.8.7)
56
56
  thor (>= 0.18.1, < 2.0)
57
57
  rake (10.4.2)
@@ -10,7 +10,7 @@ module RubyEnum
10
10
  enumeration_attrs = self.class.attr_enums
11
11
 
12
12
  new_attributes.each do |k, v|
13
- enum_attr = enumeration_attrs[k]
13
+ enum_attr = enumeration_attrs[k.to_sym]
14
14
 
15
15
  if enum_attr.present? && _is_not_enum?(v)
16
16
  enum_class_name = enum_attr[:class_name]
data/ruby_enum.gemspec CHANGED
@@ -5,7 +5,7 @@ require 'ruby_enum/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ruby_enum"
8
- spec.version = "0.5.0.beta5"
8
+ spec.version = "0.5.0.beta6"
9
9
  spec.authors = ["Lefteris Laskaridis"]
10
10
  spec.email = ["l.laskaridis@pamediakopes.gr"]
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_enum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.beta5
4
+ version: 0.5.0.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lefteris Laskaridis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-22 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: 1.3.1
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.4.6
112
+ rubygems_version: 2.2.2
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Simple enumeration type for ruby