databasedotcom_emp 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ module Databasedotcom
2
+ VERSION = "1.3.1"
3
+ end
metadata ADDED
@@ -0,0 +1,168 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: databasedotcom_emp
3
+ version: !ruby/object:Gem::Version
4
+ hash: 25
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 1
10
+ version: 1.3.1
11
+ platform: ruby
12
+ authors:
13
+ - Glenn Gillen, Danny Burkes & Richard Zhao, eMerchantPay
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-10-09 00:00:00 +03:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: multipart-post
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 13
30
+ segments:
31
+ - 1
32
+ - 1
33
+ version: "1.1"
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ - !ruby/object:Gem::Dependency
37
+ name: json
38
+ prerelease: false
39
+ requirement: &id002 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ hash: 3
45
+ segments:
46
+ - 0
47
+ version: "0"
48
+ type: :runtime
49
+ version_requirements: *id002
50
+ - !ruby/object:Gem::Dependency
51
+ name: rspec
52
+ prerelease: false
53
+ requirement: &id003 !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ~>
57
+ - !ruby/object:Gem::Version
58
+ hash: 15
59
+ segments:
60
+ - 2
61
+ - 6
62
+ version: "2.6"
63
+ type: :development
64
+ version_requirements: *id003
65
+ - !ruby/object:Gem::Dependency
66
+ name: webmock
67
+ prerelease: false
68
+ requirement: &id004 !ruby/object:Gem::Requirement
69
+ none: false
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
76
+ version: "0"
77
+ type: :development
78
+ version_requirements: *id004
79
+ - !ruby/object:Gem::Dependency
80
+ name: rake
81
+ prerelease: false
82
+ requirement: &id005 !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - "="
86
+ - !ruby/object:Gem::Version
87
+ hash: 51
88
+ segments:
89
+ - 0
90
+ - 8
91
+ - 6
92
+ version: 0.8.6
93
+ type: :development
94
+ version_requirements: *id005
95
+ description: A ruby wrapper for the Force.com REST API
96
+ email:
97
+ - emil@emerchantpay.com
98
+ executables: []
99
+
100
+ extensions: []
101
+
102
+ extra_rdoc_files: []
103
+
104
+ files:
105
+ - README.rdoc
106
+ - MIT-LICENSE
107
+ - lib/databasedotcom/chatter/comment.rb
108
+ - lib/databasedotcom/chatter/conversation.rb
109
+ - lib/databasedotcom/chatter/feed.rb
110
+ - lib/databasedotcom/chatter/feed_item.rb
111
+ - lib/databasedotcom/chatter/feeds.rb
112
+ - lib/databasedotcom/chatter/filter_feed.rb
113
+ - lib/databasedotcom/chatter/group.rb
114
+ - lib/databasedotcom/chatter/group_membership.rb
115
+ - lib/databasedotcom/chatter/like.rb
116
+ - lib/databasedotcom/chatter/message.rb
117
+ - lib/databasedotcom/chatter/photo_methods.rb
118
+ - lib/databasedotcom/chatter/record.rb
119
+ - lib/databasedotcom/chatter/subscription.rb
120
+ - lib/databasedotcom/chatter/user.rb
121
+ - lib/databasedotcom/chatter.rb
122
+ - lib/databasedotcom/client.rb
123
+ - lib/databasedotcom/collection.rb
124
+ - lib/databasedotcom/core_extensions/class_extensions.rb
125
+ - lib/databasedotcom/core_extensions/hash_extensions.rb
126
+ - lib/databasedotcom/core_extensions/string_extensions.rb
127
+ - lib/databasedotcom/core_extensions.rb
128
+ - lib/databasedotcom/sales_force_error.rb
129
+ - lib/databasedotcom/sobject/sobject.rb
130
+ - lib/databasedotcom/sobject.rb
131
+ - lib/databasedotcom/version.rb
132
+ - lib/databasedotcom.rb
133
+ has_rdoc: true
134
+ homepage: http://www.emerchantpay.com
135
+ licenses: []
136
+
137
+ post_install_message:
138
+ rdoc_options: []
139
+
140
+ require_paths:
141
+ - lib
142
+ required_ruby_version: !ruby/object:Gem::Requirement
143
+ none: false
144
+ requirements:
145
+ - - ">="
146
+ - !ruby/object:Gem::Version
147
+ hash: 3
148
+ segments:
149
+ - 0
150
+ version: "0"
151
+ required_rubygems_version: !ruby/object:Gem::Requirement
152
+ none: false
153
+ requirements:
154
+ - - ">="
155
+ - !ruby/object:Gem::Version
156
+ hash: 3
157
+ segments:
158
+ - 0
159
+ version: "0"
160
+ requirements: []
161
+
162
+ rubyforge_project: databasedotcom
163
+ rubygems_version: 1.4.1
164
+ signing_key:
165
+ specification_version: 3
166
+ summary: A ruby wrapper for the Force.com REST API
167
+ test_files: []
168
+