rets-sarmiena 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # rets Changelog
2
2
 
3
+ ### 0.1.0 / 2011-06-23
4
+
5
+ * First public release!
6
+
3
7
  ### 0.0.1 / 2011-03-24
4
8
 
5
9
  * Project Created
@@ -43,6 +43,10 @@ module Rets
43
43
 
44
44
  end
45
45
 
46
+ class SearchHelpContainer < RowContainer
47
+ alias search_help rows
48
+ end
49
+
46
50
  class ResourceContainer < RowContainer
47
51
  alias resources rows
48
52
  end
@@ -6,7 +6,8 @@ module Rets
6
6
  :table => "TABLE",
7
7
  :lookup => "LOOKUP",
8
8
  :lookup_type => "LOOKUP_TYPE",
9
- :object => "OBJECT"}
9
+ :object => "OBJECT",
10
+ :search_help => "SEARCH_HELP"}
10
11
  METADATA_TYPES = METADATA_MAP.values
11
12
 
12
13
  # It's useful when dealing with the Rets standard to represent their
@@ -1,5 +1,5 @@
1
1
  module Rets
2
2
  module Sarmiena
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
data/lib/rets.rb CHANGED
@@ -8,7 +8,7 @@ require 'net/http/persistent'
8
8
  require 'nokogiri'
9
9
 
10
10
  module Rets
11
- VERSION = '0.0.1'
11
+ VERSION = '0.1.0'
12
12
 
13
13
  AuthorizationFailure = Class.new(ArgumentError)
14
14
  InvalidRequest = Class.new(ArgumentError)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rets-sarmiena
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Estately, Inc. Open Source
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-12-09 00:00:00 Z
14
+ date: 2011-12-10 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: mocha