Skip to content

Commit ee696b2

Browse files
committed
build with ruby 1.9.3
1 parent 8027270 commit ee696b2

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.rbenv-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.2-p290
1+
1.9.3-p0

content/v3/pulls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ would namespace `head` with a user like this: `username:branch`.
7676
:title => "Amazing new feature",
7777
:body => "Please pull this in!",
7878
:head => "octocat:new-feature",
79-
:base => "master",
79+
:base => "master"
8080
%>
8181

8282
### Alternative Input
@@ -91,7 +91,7 @@ Pull Request.
9191
<%= json \
9292
:issue => "5",
9393
:head => "ocotocat:new-feature",
94-
:base => "master",
94+
:base => "master"
9595
%>
9696

9797
### Response
@@ -118,7 +118,7 @@ state
118118
<%= json \
119119
:title => "new title",
120120
:body => "updated body",
121-
:state => "open",
121+
:state => "open"
122122
%>
123123

124124
### Response
@@ -180,7 +180,7 @@ commit\_message
180180
<%= json \
181181
:sha => nil,
182182
:merged => false,
183-
:message => 'Failure reason',
183+
:message => 'Failure reason'
184184
%>
185185

186186
## Custom Mime Types

content/v3/pulls/comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ position
5555
:body => 'Nice change',
5656
:commit_id => '6dcb09b5b57875f334f61aebed695e2e4193db5e',
5757
:path => 'file1.txt',
58-
:position => 4,
58+
:position => 4
5959
%>
6060

6161
### Alternative Input
@@ -73,7 +73,7 @@ in_reply_to
7373

7474
<%= json \
7575
:body => 'Nice change',
76-
:in_reply_to => 4,
76+
:in_reply_to => 4
7777
%>
7878

7979
### Response

content/v3/repos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ organization.
9393
:private => false,
9494
:has_issues => true,
9595
:has_wiki => true,
96-
:has_downloads => true,
96+
:has_downloads => true
9797
%>
9898

9999
### Response
@@ -150,7 +150,7 @@ repository, `false` to disable them. Default is `true`.
150150
:public => true,
151151
:has_issues => true,
152152
:has_wiki => true,
153-
:has_downloads => true,
153+
:has_downloads => true
154154
%>
155155

156156
### Response
@@ -182,7 +182,7 @@ in results.
182182
<%= headers 200 %>
183183
<%= json \
184184
"C" => 78769,
185-
"Python" => 7769,
185+
"Python" => 7769
186186
%>
187187

188188
## List Teams

content/v3/repos/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ position
8282
:commit_id => '6dcb09b5b57875f334f61aebed695e2e4193db5e',
8383
:line => 1,
8484
:path => 'file1.txt',
85-
:position => 4,
85+
:position => 4
8686
%>
8787

8888
### Response

content/v3/repos/downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ content\_type
5151
:name => "new_file.jpg",
5252
:size => 114034,
5353
:description => "Latest release",
54-
:content_type => "text/plain",
54+
:content_type => "text/plain"
5555
%>
5656

5757
### Response

0 commit comments

Comments
 (0)