towsta 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require "./towsta.rb"
2
2
 
3
3
  require 'dalli'
4
4
  set :cache, Dalli::Client.new
5
- require File.expand_path('../../towsta/memory', __FILE__)
5
+ require File.expand_path('../towsta/memory', __FILE__)
6
6
 
7
7
  Towsta::Synchronizer.new params: {}, request: :structure
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 0
9
- version: 2.0.0
8
+ - 1
9
+ version: 2.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mortaro