chimps 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +32 -0
- data/VERSION +1 -1
- metadata +9 -69
data/.gitignore
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
|
2
|
+
# editors
|
3
|
+
*~
|
4
|
+
\#*
|
5
|
+
\.#*
|
6
|
+
*.tmproj
|
7
|
+
tmtags
|
8
|
+
TAGS
|
9
|
+
*.swp
|
10
|
+
|
11
|
+
## PROJECT::GENERAL
|
12
|
+
coverage
|
13
|
+
rdoc
|
14
|
+
pkg
|
15
|
+
|
16
|
+
# editors
|
17
|
+
# miscellaneous
|
18
|
+
# version control
|
19
|
+
*.tmproj
|
20
|
+
*DO_NOT_VERSION*
|
21
|
+
*~
|
22
|
+
.#*
|
23
|
+
.DS_Store
|
24
|
+
.bak
|
25
|
+
.bzr
|
26
|
+
.hg
|
27
|
+
.svn
|
28
|
+
/chimps.gemspec
|
29
|
+
TAGS
|
30
|
+
\#*
|
31
|
+
\.#*
|
32
|
+
pkg/*
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chimps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 3
|
10
|
+
version: 0.3.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dhruv Bansal
|
@@ -17,79 +17,19 @@ cert_chain: []
|
|
17
17
|
|
18
18
|
date: 2011-03-25 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
|
-
dependencies:
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - "="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
hash: 11
|
30
|
-
segments:
|
31
|
-
- 1
|
32
|
-
- 4
|
33
|
-
- 6
|
34
|
-
version: 1.4.6
|
35
|
-
requirement: *id001
|
36
|
-
type: :runtime
|
37
|
-
- !ruby/object:Gem::Dependency
|
38
|
-
prerelease: false
|
39
|
-
name: configliere
|
40
|
-
version_requirements: &id002 !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
|
-
requirements:
|
43
|
-
- - ">="
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
hash: 23
|
46
|
-
segments:
|
47
|
-
- 0
|
48
|
-
- 3
|
49
|
-
- 2
|
50
|
-
version: 0.3.2
|
51
|
-
requirement: *id002
|
52
|
-
type: :runtime
|
53
|
-
- !ruby/object:Gem::Dependency
|
54
|
-
prerelease: false
|
55
|
-
name: rest-client
|
56
|
-
version_requirements: &id003 !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
|
-
requirements:
|
59
|
-
- - ">="
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
hash: 13
|
62
|
-
segments:
|
63
|
-
- 1
|
64
|
-
- 6
|
65
|
-
- 1
|
66
|
-
version: 1.6.1
|
67
|
-
requirement: *id003
|
68
|
-
type: :runtime
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
prerelease: false
|
71
|
-
name: addressable
|
72
|
-
version_requirements: &id004 !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
|
-
requirements:
|
75
|
-
- - ">="
|
76
|
-
- !ruby/object:Gem::Version
|
77
|
-
hash: 3
|
78
|
-
segments:
|
79
|
-
- 0
|
80
|
-
version: "0"
|
81
|
-
requirement: *id004
|
82
|
-
type: :runtime
|
83
|
-
description: Chimps allows you to easily make API calls against Infochimps web services. Chimps!'s Request and Response classes take care of all the details so you can remain calm and RESTful.
|
84
|
-
email: coders@infochimps.com
|
20
|
+
dependencies: []
|
21
|
+
|
22
|
+
description: Chimps allows you to easily make API calls against Infochimps web services. Chimps's Request and Response classes take care of all the details so you can remain calm and RESTful.
|
23
|
+
email:
|
24
|
+
- coders@infochimps.com
|
85
25
|
executables: []
|
86
26
|
|
87
27
|
extensions: []
|
88
28
|
|
89
29
|
extra_rdoc_files:
|
90
|
-
- LICENSE
|
91
30
|
- README.rdoc
|
92
31
|
files:
|
32
|
+
- .gitignore
|
93
33
|
- Gemfile
|
94
34
|
- Gemfile.lock
|
95
35
|
- LICENSE
|