pebbles-river 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,16 @@
1
1
  require 'logger'
2
2
  require 'mercenary'
3
3
 
4
+ # Monkeypatch Mercenary to fix a hash function. See
5
+ # https://github.com/jekyll/mercenary/pull/35
6
+ Mercenary::Option.class_eval do
7
+ def hash
8
+ instance_variables.map do |var|
9
+ instance_variable_get(var).hash
10
+ end.reduce(:^)
11
+ end
12
+ end
13
+
4
14
  module Pebbles
5
15
  module River
6
16
 
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module River
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-river
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-07-09 00:00:00.000000000 Z
13
+ date: 2014-07-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pebblebed