Skip to content

Commit 9c9854f

Browse files
committed
update news, cran comments, and bump patch version
1 parent d087964 commit 9c9854f

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description: Work with 'GitHub' 'gists' from 'R' (e.g., http://en.wikipedia.org/
99
'gist' 'commits', and get rate limit information when 'authenticated'. Some
1010
requests require authentication and some do not. 'Gists' website: https://
1111
gist.github.com/.
12-
Version: 0.3.5.9500
12+
Version: 0.3.6
1313
Authors@R: c(
1414
person("Ramnath", "Vaidyanathan", role = "aut", email = "ramnath.vaidya@gmail.com"),
1515
person("Karthik", "Ram", role = "aut", email = "karthik.ram@gmail.com"),

NEWS.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
gistr 0.3.6
2+
===============
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* Added more tests for `as.gist()`
7+
8+
### BUG FIXES
9+
10+
* Fix to `as.gist.list()` method to not break sometimes when not all keys
11+
returned in JSON content from github API (#63)
12+
* Fix to `update()` to work correctly for deleting files. didn't previously
13+
set `null`'s correctly (#64)
14+
115
gistr 0.3.4
216
===============
317

cran-comments.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
R CMD CHECK passed on my local OS X install on R 3.2.2 and R development
1+
R CMD CHECK passed on my local OS X install on R 3.2.3 and R development
22
version, Ubuntu running on Travis-CI, and Win builder.
33

4-
This submission adds a new function to work with gists using git instead
5-
of the GitHub HTTP API, and a bug fix.
4+
This submission fixes a few bugs.
65

76
Thanks! Scott Chamberlain

0 commit comments

Comments
 (0)