hutch-xamplr 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
3
- :major: 1
4
2
  :minor: 1
3
+ :patch: 1
4
+ :major: 1
@@ -5,7 +5,7 @@ module Xampl
5
5
  require 'xamplr/persisters/caching'
6
6
  require 'set'
7
7
 
8
- require 'ruby-prof'
8
+ # require 'ruby-prof'
9
9
 
10
10
  class TokyoCabinetPersister < AbstractCachingPersister
11
11
  include TokyoCabinet
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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Hutchison