restify 0.1.0.1.b19 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YWE0N2M2YmUzZDZkZDk1NTJiYjM2MTlhYTIwN2ZhMTg3NDM3MzU3OQ==
5
- data.tar.gz: !binary |-
6
- NjQ0YzU1MDBmM2MyZTkyOGQyOTFiMWI5YTVhMTA4OTkzZTI3NjczNQ==
2
+ SHA1:
3
+ metadata.gz: d8b09b7c83c0c163655be4c766757085627c3eeb
4
+ data.tar.gz: b40bed90de5800a6a4d99541cf9031469b9bcd6d
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NjRhOWRmNDBhNzcxN2RkNzlkNGExZDM4YjdhNzI5YjYzOTg5MjgxOWZmYjE1
10
- MjljZjExZGEyMTU5ZGZjYWYwNTc3ODA2Y2Y5OTQ2M2Q0NjhjMmVjMThhYzM3
11
- NmFkOTlkMWRhMTgyZmU0ZmY1MTljMmZlNjM4MjM0YTI0NzM4NjY=
12
- data.tar.gz: !binary |-
13
- ZWViYWYyZGE2ZWZlOTQ0NmZiMDk0N2M4ZWQxOTQwN2E5ZWRmOTQ4OWYwOTU3
14
- MTdiNDVmNTFjZDExMGZlNDQyMzk5ODUxNTJmYzdlZTc0ODgwNzljZTQwYTU1
15
- YTEyZGVmMDY3MmQwODRjN2ZmMTExNzI3MTY2OWM1ZDdhNmFkYjA=
6
+ metadata.gz: 8c5adac48684c751fba8b366184ee15e0b2913fef4120ef26c28c12af946050557b772917be9523a643339ac7afa4b5b1fcb30d54549831b3827d5e8795942ad
7
+ data.tar.gz: 908c1ed526c22fc936f45becbf0678b8b0b68fe20a9e995afaa00191948ba8a61050c27224b36982d1326e07f00f45bf9ec5e6702de1b8469a3bb4a1cc88bcb0
@@ -0,0 +1,107 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
+ <title>
7
+ File: README
8
+
9
+ &mdash; Documentation by YARD 0.8.7.4
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '';
20
+ framesUrl = "frames.html#!file.README.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="_index.html">Index</a> &raquo;
35
+ <span class="title">File: README</span>
36
+
37
+
38
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
39
+ </div>
40
+
41
+ <div id="search">
42
+
43
+ <a class="full_list_link" id="class_list_link"
44
+ href="class_list.html">
45
+ Class List
46
+ </a>
47
+
48
+ <a class="full_list_link" id="method_list_link"
49
+ href="method_list.html">
50
+ Method List
51
+ </a>
52
+
53
+ <a class="full_list_link" id="file_list_link"
54
+ href="file_list.html">
55
+ File List
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <iframe id="search_frame"></iframe>
63
+
64
+ <div id="content"><div id='filecontents'><h1>Restify</h1>
65
+
66
+ <p>TODO: Write a gem description</p>
67
+
68
+ <h2>Installation</h2>
69
+
70
+ <p>Add this line to your application&#39;s Gemfile:</p>
71
+
72
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>restify</span><span class='tstring_end'>&#39;</span></span>
73
+ </code></pre>
74
+
75
+ <p>And then execute:</p>
76
+
77
+ <pre class="code ruby"><code class="ruby">$ bundle
78
+ </code></pre>
79
+
80
+ <p>Or install it yourself as:</p>
81
+
82
+ <pre class="code ruby"><code class="ruby">$ gem install restify
83
+ </code></pre>
84
+
85
+ <h2>Usage</h2>
86
+
87
+ <p>TODO: Write usage instructions here</p>
88
+
89
+ <h2>Contributing</h2>
90
+
91
+ <ol>
92
+ <li>Fork it ( <a href="http://github.com/">http://github.com/</a><my-github-username>/restify/fork )</li>
93
+ <li>Create your feature branch (<code>git checkout -b my-new-feature</code>)</li>
94
+ <li>Commit your changes (<code>git commit -am &#39;Add some feature&#39;</code>)</li>
95
+ <li>Push to the branch (<code>git push origin my-new-feature</code>)</li>
96
+ <li>Create new Pull Request</li>
97
+ </ol>
98
+ </div></div>
99
+
100
+ <div id="footer">
101
+ Generated on Wed May 7 13:45:16 2014 by
102
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
103
+ 0.8.7.4 (ruby-2.1.1).
104
+ </div>
105
+
106
+ </body>
107
+ </html>
@@ -2,7 +2,7 @@ module Restify
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STAGE = nil
7
7
  STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.').freeze
8
8
 
@@ -0,0 +1,5 @@
1
+ require 'spec_helper'
2
+
3
+ describe Restify::Collection do
4
+
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.1.b19
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Graichen
@@ -14,104 +14,104 @@ dependencies:
14
14
  name: obligation
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: addressable
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.3'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: em-http-request
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activesupport
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '3.2'
62
- - - <
62
+ - - "<"
63
63
  - !ruby/object:Gem::Version
64
64
  version: '5'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - ! '>='
69
+ - - ">="
70
70
  - !ruby/object:Gem::Version
71
71
  version: '3.2'
72
- - - <
72
+ - - "<"
73
73
  - !ruby/object:Gem::Version
74
74
  version: '5'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: multi_json
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ! '>='
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ! '>='
86
+ - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: rack
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ! '>='
93
+ - - ">="
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ! '>='
100
+ - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: bundler
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ~>
107
+ - - "~>"
108
108
  - !ruby/object:Gem::Version
109
109
  version: '1.5'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - ~>
114
+ - - "~>"
115
115
  - !ruby/object:Gem::Version
116
116
  version: '1.5'
117
117
  description: An experimental hypermedia REST client that uses parallel, keep-alive
@@ -124,6 +124,7 @@ extra_rdoc_files: []
124
124
  files:
125
125
  - LICENSE.txt
126
126
  - README.md
127
+ - doc/file.README.html
127
128
  - lib/restify.rb
128
129
  - lib/restify/adapter.rb
129
130
  - lib/restify/client.rb
@@ -137,6 +138,7 @@ files:
137
138
  - lib/restify/response.rb
138
139
  - lib/restify/version.rb
139
140
  - restify.gemspec
141
+ - spec/restify/collection_spec.rb
140
142
  - spec/restify/link_spec.rb
141
143
  - spec/restify/resource_spec.rb
142
144
  - spec/restify_spec.rb
@@ -151,14 +153,14 @@ require_paths:
151
153
  - lib
152
154
  required_ruby_version: !ruby/object:Gem::Requirement
153
155
  requirements:
154
- - - ! '>='
156
+ - - ">="
155
157
  - !ruby/object:Gem::Version
156
158
  version: '0'
157
159
  required_rubygems_version: !ruby/object:Gem::Requirement
158
160
  requirements:
159
- - - ! '>'
161
+ - - ">="
160
162
  - !ruby/object:Gem::Version
161
- version: 1.3.1
163
+ version: '0'
162
164
  requirements: []
163
165
  rubyforge_project:
164
166
  rubygems_version: 2.2.2
@@ -166,7 +168,9 @@ signing_key:
166
168
  specification_version: 4
167
169
  summary: An experimental hypermedia REST client.
168
170
  test_files:
171
+ - spec/restify/collection_spec.rb
169
172
  - spec/restify/link_spec.rb
170
173
  - spec/restify/resource_spec.rb
171
174
  - spec/restify_spec.rb
172
175
  - spec/spec_helper.rb
176
+ has_rdoc: