towsta 0.3.1 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Towsta
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -74,6 +74,8 @@ module Towsta
74
74
  export = self.attributes
75
75
  export.delete :author
76
76
  export.delete :vertical
77
+ export.delete :created_at
78
+ export.delete :updated_at
77
79
  id_aux = export.delete(:id)
78
80
  export = {:creator => creator, :vertical => self.class.to_s, :attributes => export, :id => id_aux}
79
81
  uri = URI.parse("http://manager.towsta.com/synchronizers/#{$towsta_secret}/import.json")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 4
9
+ version: 0.3.4
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-04-25 00:00:00 -03:00
17
+ date: 2011-04-26 00:00:00 -03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency