towsta 2.0.6 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/towsta/memory.rb CHANGED
@@ -11,6 +11,7 @@ module Towsta
11
11
  puts "\nCreating cache"
12
12
  syn = Towsta::Synchronizer.new params: params, request: :horizontals
13
13
  settings.cache.set(md5,syn.response)
14
+ syn
14
15
  end
15
16
  end
16
17
 
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 6
9
- version: 2.0.6
8
+ - 7
9
+ version: 2.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mortaro
@@ -267,8 +267,6 @@ files:
267
267
  - lib/towsta/sinatra_extension.rb
268
268
  - lib/towsta/synchronizer.rb
269
269
  - lib/towsta/version.rb
270
- - lib/towsta/vertical-core/.attributes.rb.swn
271
- - lib/towsta/vertical-core/.references.rb.swn
272
270
  - lib/towsta/vertical-core/attributes.rb
273
271
  - lib/towsta/vertical-core/base.rb
274
272
  - lib/towsta/vertical-core/crud.rb