hutch-xamplr 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +2 -2
  2. data/lib/xamplr/persistence.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 3
3
- :major: 1
4
2
  :minor: 0
3
+ :patch: 4
4
+ :major: 1
@@ -640,7 +640,7 @@ module Xampl
640
640
  @@persister.introduce(new_xampl)
641
641
  end
642
642
 
643
- def represent(xampl, mentions)
643
+ def represent(xampl, mentions=[])
644
644
  #puts "REPRESENT #{xampl} load needed: #{xampl.load_needed}"
645
645
  # return nil if xampl.load_needed
646
646
  case xampl.default_persister_format || @format
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hutch-xamplr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Hutchison