helena 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: 953e4f6e08a4cf90ff46250765c04b248037c01fb08bf330b9eaef401e20fa5c
4
- data.tar.gz: aeaad7c34b0e58da989102fa096ad930402512b6a28a77c02c690aa53e96aeb8
3
+ metadata.gz: cd54cf64d9741d090c21a1a2e0952cbe8e1cc550ac44a468c93f9298d03f427e
4
+ data.tar.gz: 4242990aaab852694b161ce883445f50c5e4bca72cd7efda26fbe37dc6db519b
5
5
  SHA512:
6
- metadata.gz: 5d89d0bc4eb18dd6b4c62d2499fdd315c3b708de4546ad5cadc274547a41f5eec241e338e431689b21c9bc1ebc581f1255fde82dc6e7d232dc66de4030fdee92
7
- data.tar.gz: c3afdbe42aae6b9bab9663994ac62f55c7a0f103d1c942e10720ebf77c9e58339261fea912367cbcbc71c20b20efa93f85f8f7106c39423dfd748376d93c9f1f
6
+ metadata.gz: ea93a51b1aa33a3814d6de979be82ccc442140e1a08c24494fe2241cb54cdaf41b494d4b594f52f2d43b583715bef0b05dd7098d5079a6a5297cfd7577f15734
7
+ data.tar.gz: 40ef17b703b1036ffa85a7b52e8e94a8a04bea0a62e924441b93cc33c4557a412b91dc61e4687fba1fcf9d4f1b84e5c6fe1df3d5375d46b85ba7ce33c884b2f9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helena (2.0.0)
4
+ helena (2.0.1)
5
5
  mongoid (>= 4.0)
6
6
  mongoid-simple-tags (>= 0.1.3)
7
7
  mongoid-tree (>= 2.0)
@@ -98,7 +98,7 @@ GEM
98
98
  faker (1.9.1)
99
99
  i18n (>= 0.7)
100
100
  ffi (1.9.25)
101
- globalid (0.4.1)
101
+ globalid (0.4.2)
102
102
  activesupport (>= 4.2.0)
103
103
  i18n (1.1.1)
104
104
  concurrent-ruby (~> 1.0)
@@ -178,7 +178,7 @@ GEM
178
178
  nokogiri (>= 1.6)
179
179
  rails-html-sanitizer (1.0.4)
180
180
  loofah (~> 2.2, >= 2.2.2)
181
- rails-i18n (5.1.2)
181
+ rails-i18n (5.1.3)
182
182
  i18n (>= 0.7, < 2)
183
183
  railties (>= 5.0, < 6)
184
184
  railties (5.2.2)
@@ -192,9 +192,9 @@ GEM
192
192
  rb-fsevent (0.10.3)
193
193
  rb-inotify (0.10.0)
194
194
  ffi (~> 1.0)
195
- responders (2.4.0)
196
- actionpack (>= 4.2.0, < 5.3)
197
- railties (>= 4.2.0, < 5.3)
195
+ responders (2.4.1)
196
+ actionpack (>= 4.2.0, < 6.0)
197
+ railties (>= 4.2.0, < 6.0)
198
198
  rspec (3.8.0)
199
199
  rspec-core (~> 3.8.0)
200
200
  rspec-expectations (~> 3.8.0)
@@ -24,7 +24,7 @@ module Helena
24
24
  end
25
25
 
26
26
  def answers_as_yaml=(yaml)
27
- parsed_answers = YAML.safe_load yaml
27
+ parsed_answers = YAML.load yaml
28
28
  update_answers parsed_answers
29
29
  end
30
30
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- helena (2.0.0)
4
+ helena (2.0.1)
5
5
  mongoid (>= 4.0)
6
6
  mongoid-simple-tags (>= 0.1.3)
7
7
  mongoid-tree (>= 2.0)
@@ -178,9 +178,9 @@ GEM
178
178
  rb-fsevent (0.10.3)
179
179
  rb-inotify (0.10.0)
180
180
  ffi (~> 1.0)
181
- responders (2.4.0)
182
- actionpack (>= 4.2.0, < 5.3)
183
- railties (>= 4.2.0, < 5.3)
181
+ responders (2.4.1)
182
+ actionpack (>= 4.2.0, < 6.0)
183
+ railties (>= 4.2.0, < 6.0)
184
184
  rspec (3.8.0)
185
185
  rspec-core (~> 3.8.0)
186
186
  rspec-expectations (~> 3.8.0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- helena (2.0.0)
4
+ helena (2.0.1)
5
5
  mongoid (>= 4.0)
6
6
  mongoid-simple-tags (>= 0.1.3)
7
7
  mongoid-tree (>= 2.0)
@@ -172,7 +172,7 @@ GEM
172
172
  nokogiri (>= 1.6)
173
173
  rails-html-sanitizer (1.0.4)
174
174
  loofah (~> 2.2, >= 2.2.2)
175
- rails-i18n (5.1.2)
175
+ rails-i18n (5.1.3)
176
176
  i18n (>= 0.7, < 2)
177
177
  railties (>= 5.0, < 6)
178
178
  railties (5.2.2)
@@ -185,9 +185,9 @@ GEM
185
185
  rb-fsevent (0.10.3)
186
186
  rb-inotify (0.10.0)
187
187
  ffi (~> 1.0)
188
- responders (2.4.0)
189
- actionpack (>= 4.2.0, < 5.3)
190
- railties (>= 4.2.0, < 5.3)
188
+ responders (2.4.1)
189
+ actionpack (>= 4.2.0, < 6.0)
190
+ railties (>= 4.2.0, < 6.0)
191
191
  rspec (3.8.0)
192
192
  rspec-core (~> 3.8.0)
193
193
  rspec-expectations (~> 3.8.0)
@@ -5,7 +5,7 @@ module Helena
5
5
  attr_accessor :survey
6
6
 
7
7
  def initialize(yaml_string)
8
- @parsed = YAML.safe_load yaml_string
8
+ @parsed = YAML.load yaml_string
9
9
 
10
10
  create_survey
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Helena
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helena
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Graf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-07 00:00:00.000000000 Z
11
+ date: 2019-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid