swivel 0.0.150 → 0.0.152
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -1
- metadata +235 -219
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,264 +1,286 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.4
|
3
|
-
specification_version: 1
|
4
2
|
name: swivel
|
5
3
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2008-01-15 00:00:00 -08:00
|
8
|
-
summary: Ruby interface to the Swivel API.
|
9
|
-
require_paths:
|
10
|
-
- lib
|
11
|
-
email: huned@swivel.com
|
12
|
-
homepage: http://www.swivel.com/developer
|
13
|
-
rubyforge_project:
|
14
|
-
description: This gem installs client library for accessing Swivel through it's API.
|
15
|
-
autorequire:
|
16
|
-
default_executable:
|
17
|
-
bindir: bin
|
18
|
-
has_rdoc: true
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
-
requirements:
|
21
|
-
- - ">"
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 0.0.0
|
24
|
-
version:
|
4
|
+
version: 0.0.152
|
25
5
|
platform: ruby
|
26
|
-
signing_key:
|
27
|
-
cert_chain:
|
28
|
-
post_install_message:
|
29
6
|
authors:
|
30
7
|
- huned
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
|
12
|
+
date: 2008-01-17 00:00:00 -08:00
|
13
|
+
default_executable:
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: activerecord
|
17
|
+
version_requirement:
|
18
|
+
version_requirements: !ruby/object:Gem::Requirement
|
19
|
+
requirements:
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: "0"
|
23
|
+
version:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: activesupport
|
26
|
+
version_requirement:
|
27
|
+
version_requirements: !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: 1.4.0
|
32
|
+
version:
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: cobravsmongoose
|
35
|
+
version_requirement:
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: "0"
|
41
|
+
version:
|
42
|
+
description: This gem installs client library for accessing Swivel through it's API.
|
43
|
+
email: huned@swivel.com
|
44
|
+
executables:
|
45
|
+
- swivel
|
46
|
+
extensions: []
|
47
|
+
|
48
|
+
extra_rdoc_files:
|
49
|
+
- README
|
50
|
+
- CHANGELOG
|
51
|
+
- COPYING
|
31
52
|
files:
|
32
53
|
- COPYING
|
33
54
|
- README
|
34
55
|
- Rakefile
|
35
|
-
- lib/
|
56
|
+
- lib/swivel.rb
|
36
57
|
- lib/swivel2
|
37
|
-
- lib/swivel2/swivelrc.default
|
38
58
|
- lib/swivel2/benchmarking.rb
|
39
|
-
- lib/swivel2/
|
40
|
-
- lib/swivel2/logging.rb
|
59
|
+
- lib/swivel2/config.rb
|
41
60
|
- lib/swivel2/connection.rb
|
42
61
|
- lib/swivel2/formats.rb
|
62
|
+
- lib/swivel2/logging.rb
|
43
63
|
- lib/swivel2/performance.rb
|
44
|
-
- lib/swivel2/
|
45
|
-
- lib/
|
64
|
+
- lib/swivel2/response.rb
|
65
|
+
- lib/swivel2/swivelrc.default
|
66
|
+
- lib/swivel2.rb
|
46
67
|
- bin/swivel
|
68
|
+
- vendor/activeresource-2.0.2-
|
69
|
+
- vendor/activeresource-2.0.2-/CHANGELOG
|
70
|
+
- vendor/activeresource-2.0.2-/lib
|
71
|
+
- vendor/activeresource-2.0.2-/lib/active_resource
|
72
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/base.rb
|
73
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/connection.rb
|
74
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/custom_methods.rb
|
75
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/formats
|
76
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/formats/json_format.rb
|
77
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/formats/xml_format.rb
|
78
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/formats.rb
|
79
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/http_mock.rb
|
80
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/validations.rb
|
81
|
+
- vendor/activeresource-2.0.2-/lib/active_resource/version.rb
|
82
|
+
- vendor/activeresource-2.0.2-/lib/active_resource.rb
|
83
|
+
- vendor/activeresource-2.0.2-/lib/activeresource.rb
|
84
|
+
- vendor/activeresource-2.0.2-/Rakefile
|
85
|
+
- vendor/activeresource-2.0.2-/README
|
86
|
+
- vendor/activeresource-2.0.2-/test
|
87
|
+
- vendor/activeresource-2.0.2-/test/abstract_unit.rb
|
88
|
+
- vendor/activeresource-2.0.2-/test/authorization_test.rb
|
89
|
+
- vendor/activeresource-2.0.2-/test/base
|
90
|
+
- vendor/activeresource-2.0.2-/test/base/custom_methods_test.rb
|
91
|
+
- vendor/activeresource-2.0.2-/test/base/equality_test.rb
|
92
|
+
- vendor/activeresource-2.0.2-/test/base/load_test.rb
|
93
|
+
- vendor/activeresource-2.0.2-/test/base_errors_test.rb
|
94
|
+
- vendor/activeresource-2.0.2-/test/base_test.rb
|
95
|
+
- vendor/activeresource-2.0.2-/test/connection_test.rb
|
96
|
+
- vendor/activeresource-2.0.2-/test/fixtures
|
97
|
+
- vendor/activeresource-2.0.2-/test/fixtures/beast.rb
|
98
|
+
- vendor/activeresource-2.0.2-/test/fixtures/person.rb
|
99
|
+
- vendor/activeresource-2.0.2-/test/fixtures/street_address.rb
|
100
|
+
- vendor/activeresource-2.0.2-/test/format_test.rb
|
101
|
+
- vendor/activeresource-2.0.2-/test/setter_trap.rb
|
47
102
|
- vendor/activesupport-2.0.2-
|
103
|
+
- vendor/activesupport-2.0.2-/CHANGELOG
|
48
104
|
- vendor/activesupport-2.0.2-/lib
|
49
105
|
- vendor/activesupport-2.0.2-/lib/active_support
|
50
|
-
- vendor/activesupport-2.0.2-/lib/active_support/values
|
51
|
-
- vendor/activesupport-2.0.2-/lib/active_support/values/unicode_tables.dat
|
52
|
-
- vendor/activesupport-2.0.2-/lib/active_support/values/time_zone.rb
|
53
|
-
- vendor/activesupport-2.0.2-/lib/active_support/inflector.rb
|
54
|
-
- vendor/activesupport-2.0.2-/lib/active_support/clean_logger.rb
|
55
|
-
- vendor/activesupport-2.0.2-/lib/active_support/duration.rb
|
56
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json.rb
|
57
106
|
- vendor/activesupport-2.0.2-/lib/active_support/basic_object.rb
|
58
|
-
- vendor/activesupport-2.0.2-/lib/active_support/
|
59
|
-
- vendor/activesupport-2.0.2-/lib/active_support/
|
60
|
-
- vendor/activesupport-2.0.2-/lib/active_support/vendor.rb
|
107
|
+
- vendor/activesupport-2.0.2-/lib/active_support/buffered_logger.rb
|
108
|
+
- vendor/activesupport-2.0.2-/lib/active_support/clean_logger.rb
|
61
109
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext
|
62
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
63
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
64
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
65
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
66
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
67
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
68
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/loading.rb
|
69
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/aliasing.rb
|
70
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/delegation.rb
|
71
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/attribute_accessors.rb
|
72
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object
|
73
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/extending.rb
|
74
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/conversions.rb
|
75
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/instance_variables.rb
|
76
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/misc.rb
|
77
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date.rb
|
78
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/test.rb
|
79
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/enumerable.rb
|
110
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array
|
111
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/access.rb
|
112
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/conversions.rb
|
113
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/extract_options.rb
|
114
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/grouping.rb
|
115
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/random_access.rb
|
80
116
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array.rb
|
81
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
82
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
83
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
117
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/bigdecimal
|
118
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/bigdecimal/conversions.rb
|
119
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/bigdecimal.rb
|
84
120
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/blank.rb
|
85
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/duplicable.rb
|
86
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash.rb
|
87
121
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/cgi
|
88
122
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
|
89
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
90
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date_time.rb
|
91
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/pathname.rb
|
92
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string.rb
|
93
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object.rb
|
94
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric
|
95
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric/bytes.rb
|
96
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric/time.rb
|
123
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/cgi.rb
|
97
124
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class
|
125
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class/attribute_accessors.rb
|
98
126
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class/delegating_attributes.rb
|
99
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class/removal.rb
|
100
127
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class/inheritable_attributes.rb
|
101
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class/
|
102
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
103
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module.rb
|
104
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range.rb
|
105
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer
|
106
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer/even_odd.rb
|
107
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer/inflections.rb
|
108
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/load_error.rb
|
128
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class/removal.rb
|
129
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/class.rb
|
109
130
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date
|
110
131
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date/behavior.rb
|
111
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date/conversions.rb
|
112
132
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date/calculations.rb
|
113
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
114
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
115
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/starts_ends_with.rb
|
116
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/iterators.rb
|
117
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/unicode.rb
|
118
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/xchar.rb
|
119
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/inflections.rb
|
120
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/conversions.rb
|
121
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/access.rb
|
122
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array
|
123
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/random_access.rb
|
124
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/conversions.rb
|
125
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/grouping.rb
|
126
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/extract_options.rb
|
127
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/array/access.rb
|
128
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel
|
129
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/requires.rb
|
130
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
|
131
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/reporting.rb
|
132
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/daemonizing.rb
|
133
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/agnostics.rb
|
134
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time
|
135
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time/behavior.rb
|
136
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time/conversions.rb
|
137
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time/calculations.rb
|
133
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date/conversions.rb
|
134
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date.rb
|
138
135
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date_time
|
139
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date_time/conversions.rb
|
140
136
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date_time/calculations.rb
|
137
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date_time/conversions.rb
|
138
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/date_time.rb
|
139
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/duplicable.rb
|
140
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/enumerable.rb
|
141
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/exception.rb
|
142
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/file.rb
|
143
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/float
|
144
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/float/rounding.rb
|
145
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/float.rb
|
141
146
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash
|
147
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/conversions.rb
|
142
148
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/diff.rb
|
143
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/keys.rb
|
144
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/slice.rb
|
145
149
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/except.rb
|
146
150
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/indifferent_access.rb
|
147
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/
|
151
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/keys.rb
|
148
152
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/reverse_merge.rb
|
153
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash/slice.rb
|
154
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/hash.rb
|
155
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer
|
156
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer/even_odd.rb
|
157
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer/inflections.rb
|
158
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/integer.rb
|
159
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel
|
160
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/agnostics.rb
|
161
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/daemonizing.rb
|
162
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/debugger.rb
|
163
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/reporting.rb
|
164
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel/requires.rb
|
165
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/kernel.rb
|
166
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/load_error.rb
|
167
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/logger.rb
|
168
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module
|
169
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/aliasing.rb
|
170
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/attr_accessor_with_default.rb
|
171
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/attr_internal.rb
|
172
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/attribute_accessors.rb
|
173
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/delegation.rb
|
174
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/inclusion.rb
|
175
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/introspection.rb
|
176
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module/loading.rb
|
177
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/module.rb
|
178
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/name_error.rb
|
179
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric
|
180
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric/bytes.rb
|
181
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric/time.rb
|
182
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/numeric.rb
|
183
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object
|
184
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/conversions.rb
|
185
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/extending.rb
|
186
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/instance_variables.rb
|
187
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object/misc.rb
|
188
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/object.rb
|
149
189
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/pathname
|
150
190
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/pathname/clean_within.rb
|
151
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
191
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/pathname.rb
|
192
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/proc.rb
|
152
193
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range
|
194
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range/blockless_step.rb
|
153
195
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range/conversions.rb
|
154
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range/overlaps.rb
|
155
196
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range/include_range.rb
|
156
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range/
|
157
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
158
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
159
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
160
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
161
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
162
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
163
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
164
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
165
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
197
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range/overlaps.rb
|
198
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/range.rb
|
199
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string
|
200
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/access.rb
|
201
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/conversions.rb
|
202
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/inflections.rb
|
203
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/iterators.rb
|
204
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/starts_ends_with.rb
|
205
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/unicode.rb
|
206
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string/xchar.rb
|
207
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/string.rb
|
208
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/symbol.rb
|
166
209
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/test
|
167
210
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/test/unit
|
168
211
|
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/test/unit/assertions.rb
|
169
|
-
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/
|
212
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/test.rb
|
213
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time
|
214
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time/behavior.rb
|
215
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time/calculations.rb
|
216
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time/conversions.rb
|
217
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext/time.rb
|
218
|
+
- vendor/activesupport-2.0.2-/lib/active_support/core_ext.rb
|
219
|
+
- vendor/activesupport-2.0.2-/lib/active_support/dependencies.rb
|
220
|
+
- vendor/activesupport-2.0.2-/lib/active_support/deprecation.rb
|
221
|
+
- vendor/activesupport-2.0.2-/lib/active_support/duration.rb
|
222
|
+
- vendor/activesupport-2.0.2-/lib/active_support/inflections.rb
|
223
|
+
- vendor/activesupport-2.0.2-/lib/active_support/inflector.rb
|
170
224
|
- vendor/activesupport-2.0.2-/lib/active_support/json
|
171
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/
|
225
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/decoding.rb
|
172
226
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders
|
173
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/regexp.rb
|
174
227
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/date.rb
|
228
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/date_time.rb
|
175
229
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/enumerable.rb
|
176
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/
|
230
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/false_class.rb
|
177
231
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/hash.rb
|
232
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/nil_class.rb
|
178
233
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/numeric.rb
|
179
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/date_time.rb
|
180
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/string.rb
|
181
234
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
|
182
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/
|
183
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/
|
184
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/
|
235
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/regexp.rb
|
236
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/string.rb
|
237
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/symbol.rb
|
185
238
|
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/time.rb
|
186
|
-
- vendor/activesupport-2.0.2-/lib/active_support/json/
|
239
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoders/true_class.rb
|
240
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json/encoding.rb
|
187
241
|
- vendor/activesupport-2.0.2-/lib/active_support/json/variable.rb
|
242
|
+
- vendor/activesupport-2.0.2-/lib/active_support/json.rb
|
243
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte
|
244
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/chars.rb
|
245
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/generators
|
246
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/generators/generate_tables.rb
|
247
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers
|
248
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
|
249
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/utf8_handler.rb
|
250
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/utf8_handler_proc.rb
|
251
|
+
- vendor/activesupport-2.0.2-/lib/active_support/multibyte.rb
|
252
|
+
- vendor/activesupport-2.0.2-/lib/active_support/option_merger.rb
|
253
|
+
- vendor/activesupport-2.0.2-/lib/active_support/ordered_options.rb
|
254
|
+
- vendor/activesupport-2.0.2-/lib/active_support/test_case.rb
|
255
|
+
- vendor/activesupport-2.0.2-/lib/active_support/testing
|
256
|
+
- vendor/activesupport-2.0.2-/lib/active_support/testing/default.rb
|
257
|
+
- vendor/activesupport-2.0.2-/lib/active_support/testing.rb
|
258
|
+
- vendor/activesupport-2.0.2-/lib/active_support/values
|
259
|
+
- vendor/activesupport-2.0.2-/lib/active_support/values/time_zone.rb
|
260
|
+
- vendor/activesupport-2.0.2-/lib/active_support/values/unicode_tables.dat
|
188
261
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor
|
189
262
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2
|
190
|
-
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder.rb
|
191
263
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/blankslate.rb
|
192
264
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder
|
265
|
+
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
|
193
266
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/css.rb
|
194
267
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb
|
195
|
-
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
|
196
|
-
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
|
197
268
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb
|
198
|
-
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/
|
269
|
+
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
|
270
|
+
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
|
271
|
+
- vendor/activesupport-2.0.2-/lib/active_support/vendor/builder-2.1.2/builder.rb
|
199
272
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/xml-simple-1.0.11
|
200
273
|
- vendor/activesupport-2.0.2-/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb
|
201
|
-
- vendor/activesupport-2.0.2-/lib/active_support/
|
202
|
-
- vendor/activesupport-2.0.2-/lib/active_support/testing
|
203
|
-
- vendor/activesupport-2.0.2-/lib/active_support/testing/default.rb
|
204
|
-
- vendor/activesupport-2.0.2-/lib/active_support/buffered_logger.rb
|
205
|
-
- vendor/activesupport-2.0.2-/lib/active_support/deprecation.rb
|
206
|
-
- vendor/activesupport-2.0.2-/lib/active_support/whiny_nil.rb
|
207
|
-
- vendor/activesupport-2.0.2-/lib/active_support/testing.rb
|
208
|
-
- vendor/activesupport-2.0.2-/lib/active_support/test_case.rb
|
274
|
+
- vendor/activesupport-2.0.2-/lib/active_support/vendor.rb
|
209
275
|
- vendor/activesupport-2.0.2-/lib/active_support/version.rb
|
210
|
-
- vendor/activesupport-2.0.2-/lib/active_support/
|
211
|
-
- vendor/activesupport-2.0.2-/lib/active_support/ordered_options.rb
|
212
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte
|
213
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers
|
214
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/utf8_handler.rb
|
215
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/utf8_handler_proc.rb
|
216
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
|
217
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/generators
|
218
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/generators/generate_tables.rb
|
219
|
-
- vendor/activesupport-2.0.2-/lib/active_support/multibyte/chars.rb
|
220
|
-
- vendor/activesupport-2.0.2-/lib/active_support/dependencies.rb
|
276
|
+
- vendor/activesupport-2.0.2-/lib/active_support/whiny_nil.rb
|
221
277
|
- vendor/activesupport-2.0.2-/lib/active_support.rb
|
222
278
|
- vendor/activesupport-2.0.2-/lib/activesupport.rb
|
223
|
-
- vendor/activesupport-2.0.2-/CHANGELOG
|
224
279
|
- vendor/activesupport-2.0.2-/README
|
225
|
-
- vendor/activeresource-2.0.2-
|
226
|
-
- vendor/activeresource-2.0.2-/lib
|
227
|
-
- vendor/activeresource-2.0.2-/lib/active_resource
|
228
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/validations.rb
|
229
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/custom_methods.rb
|
230
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/http_mock.rb
|
231
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/connection.rb
|
232
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/formats
|
233
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/formats/json_format.rb
|
234
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/formats/xml_format.rb
|
235
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/formats.rb
|
236
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/base.rb
|
237
|
-
- vendor/activeresource-2.0.2-/lib/active_resource/version.rb
|
238
|
-
- vendor/activeresource-2.0.2-/lib/activeresource.rb
|
239
|
-
- vendor/activeresource-2.0.2-/lib/active_resource.rb
|
240
|
-
- vendor/activeresource-2.0.2-/Rakefile
|
241
|
-
- vendor/activeresource-2.0.2-/CHANGELOG
|
242
|
-
- vendor/activeresource-2.0.2-/README
|
243
|
-
- vendor/activeresource-2.0.2-/test
|
244
|
-
- vendor/activeresource-2.0.2-/test/base_errors_test.rb
|
245
|
-
- vendor/activeresource-2.0.2-/test/setter_trap.rb
|
246
|
-
- vendor/activeresource-2.0.2-/test/connection_test.rb
|
247
|
-
- vendor/activeresource-2.0.2-/test/fixtures
|
248
|
-
- vendor/activeresource-2.0.2-/test/fixtures/street_address.rb
|
249
|
-
- vendor/activeresource-2.0.2-/test/fixtures/beast.rb
|
250
|
-
- vendor/activeresource-2.0.2-/test/fixtures/person.rb
|
251
|
-
- vendor/activeresource-2.0.2-/test/authorization_test.rb
|
252
|
-
- vendor/activeresource-2.0.2-/test/base_test.rb
|
253
|
-
- vendor/activeresource-2.0.2-/test/abstract_unit.rb
|
254
|
-
- vendor/activeresource-2.0.2-/test/base
|
255
|
-
- vendor/activeresource-2.0.2-/test/base/load_test.rb
|
256
|
-
- vendor/activeresource-2.0.2-/test/base/equality_test.rb
|
257
|
-
- vendor/activeresource-2.0.2-/test/base/custom_methods_test.rb
|
258
|
-
- vendor/activeresource-2.0.2-/test/format_test.rb
|
259
280
|
- CHANGELOG
|
260
|
-
|
261
|
-
|
281
|
+
has_rdoc: true
|
282
|
+
homepage: http://www.swivel.com/developer
|
283
|
+
post_install_message:
|
262
284
|
rdoc_options:
|
263
285
|
- --line-numbers
|
264
286
|
- --title
|
@@ -266,32 +288,26 @@ rdoc_options:
|
|
266
288
|
- --main
|
267
289
|
- README
|
268
290
|
- --inline-source
|
269
|
-
|
270
|
-
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
-
|
275
|
-
|
276
|
-
|
291
|
+
require_paths:
|
292
|
+
- lib
|
293
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
294
|
+
requirements:
|
295
|
+
- - ">="
|
296
|
+
- !ruby/object:Gem::Version
|
297
|
+
version: "0"
|
298
|
+
version:
|
299
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
300
|
+
requirements:
|
301
|
+
- - ">="
|
302
|
+
- !ruby/object:Gem::Version
|
303
|
+
version: "0"
|
304
|
+
version:
|
277
305
|
requirements: []
|
278
306
|
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
- !ruby/object:Gem::Version
|
287
|
-
version: 0.0.0
|
288
|
-
version:
|
289
|
-
- !ruby/object:Gem::Dependency
|
290
|
-
name: cobravsmongoose
|
291
|
-
version_requirement:
|
292
|
-
version_requirements: !ruby/object:Gem::Version::Requirement
|
293
|
-
requirements:
|
294
|
-
- - ">"
|
295
|
-
- !ruby/object:Gem::Version
|
296
|
-
version: 0.0.0
|
297
|
-
version:
|
307
|
+
rubyforge_project:
|
308
|
+
rubygems_version: 1.0.1
|
309
|
+
signing_key:
|
310
|
+
specification_version: 2
|
311
|
+
summary: Ruby interface to the Swivel API.
|
312
|
+
test_files: []
|
313
|
+
|