saddle 0.0.2

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.
Files changed (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +87 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NGFhZDY4OTM0NzlkNjg5ZDczYTg3YTMzMDMxYzYzOGRmOGQxMDM1Yw==
5
+ data.tar.gz: !binary |-
6
+ ZjYyMjg1MDQyNDVmMDJmM2E0MzFhNmY3MWJhMTRhZDk2OTUwNDlmNw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MTcxOGE0YzI0Y2YyMGJjZjZmNWNjMTYzOGE0ZTJkYzVkZDA3MmU1YTVmNDI2
10
+ ZDE3ZDFjMGU1ZTZjYjJkOTM1NDk4MzM1ZGE4MzQ4NzI2ZjE5MjJmYmZjZWY4
11
+ N2NjMzI2NDkyODJiYTUxNGI1ZmQ0ZjA5NjM5MDIyNzI3NDk3YjY=
12
+ data.tar.gz: !binary |-
13
+ MTUxOWI0MDI1ZDk0ZTBhZTlmNWFmNWI0OTFhMTQ0ZDQ1Y2I3NzQyYmRiODU4
14
+ MTYwN2E1MDhhZDk3NzNhOTg5YmJlYWU4ZmY1ZmMzYjEwZDljMDUzNjg1YTIy
15
+ ZTk1NGEyOThjZDk2MmViY2FkYzI0NzQ5ODZkNzA0OWVlOTFmYzI=
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: saddle
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Mike Lewis
8
+ - Naseem Hakim
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-04-04 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: activesupport
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ~>
19
+ - !ruby/object:Gem::Version
20
+ version: 3.2.13
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ~>
26
+ - !ruby/object:Gem::Version
27
+ version: 3.2.13
28
+ - !ruby/object:Gem::Dependency
29
+ name: faraday
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ~>
33
+ - !ruby/object:Gem::Version
34
+ version: 0.8.6
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ~>
40
+ - !ruby/object:Gem::Version
41
+ version: 0.8.6
42
+ - !ruby/object:Gem::Dependency
43
+ name: faraday_middleware
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ~>
47
+ - !ruby/object:Gem::Version
48
+ version: 0.9.0
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ~>
54
+ - !ruby/object:Gem::Version
55
+ version: 0.9.0
56
+ description: Makes writing API clients as easy as giving high fives
57
+ email: mike@cleverkoala.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files: []
62
+ homepage: https://github.com/mLewisLogic/saddle
63
+ licenses:
64
+ - MIT
65
+ metadata: {}
66
+ post_install_message:
67
+ rdoc_options: []
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ! '>='
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ requirements: []
81
+ rubyforge_project:
82
+ rubygems_version: 2.0.3
83
+ signing_key:
84
+ specification_version: 4
85
+ summary: A generic client wrapper for building service-specific wrappers. Base functionality,
86
+ meant to be extended to concrete implementations.
87
+ test_files: []