towsta 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ module Towsta
4
4
  attr_accessor :secret, :path, :json, :params, :cache
5
5
 
6
6
  def initialize args
7
+ Vertical.all = []
7
8
  @secret = args[:secret]
8
9
  @path = "#{args[:path]}.json"
9
10
  @params = args[:params]
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
@@ -4,7 +4,7 @@ module Towsta
4
4
 
5
5
  class << self
6
6
  attr_accessor :all
7
- Vertical.all = []
7
+ # Vertical.all = []
8
8
  end
9
9
 
10
10
  def self.create(args)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mortaro
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-11-06 00:00:00 -02:00
17
+ date: 2011-11-10 00:00:00 -02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency