gendalf 0.8 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.9. Bugfix
2
+
1
3
  v0.8. Added step model instantination (in terms of attributes values) from WizardModel class instance possible
2
4
 
3
5
  v0.7. Added @wizard_model assignment on every step
data/gendalf.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{gendalf}
5
- s.version = "0.8"
5
+ s.version = "0.9"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ivan Kasatenko"]
@@ -68,7 +68,7 @@ module Gendalf
68
68
  return
69
69
  end
70
70
 
71
- puts "#{attributes.inspect}"
71
+ return if attributes.nil?
72
72
 
73
73
  if attributes.kind_of? WizardModel
74
74
  load_attributes_from_wizard_model attributes
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gendalf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 8
9
- version: "0.8"
8
+ - 9
9
+ version: "0.9"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Kasatenko