Skip to content

Commit 9df7263

Browse files
committed
Bump version up to 0.5.0
1 parent f823f73 commit 9df7263

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
github_api (0.5.0.rc1)
4+
github_api (0.5.0)
55
faraday (~> 0.7.6)
66
hashie (~> 1.2.0)
77
multi_json (~> 1.3)

github_api.gemspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ Thank you for installing github_api-#{Github::VERSION::STRING.dup}.
3939
*NOTE*: Version 0.5.0 introduces breaking changes to the way github api is queried.
4040
The interface has been rewritten to be more consistent with REST verbs that
4141
interact with GitHub hypermedia resources. Thus, to list resources 'list' or 'all'
42-
verb is used, to retrieve individual resource 'get' or 'find' verbs are used.
43-
Further CRUDE operations on all resources use preditable verbs as well.
42+
verbs are used, to retrieve individual resource 'get' or 'find' verbs are used.
43+
Other CRUDE operations on all resources use preditable verbs as well, such as
44+
'create', 'delete' etc...
4445
45-
Again sorry for inconvenience but I trust that this will help in easier access to
46-
the GitHub API.
46+
Again sorry for the inconvenience but I trust that this will help in easier access to
47+
the GitHub API and library .
4748
4849
For more information: http://rubydoc.info/github/peter-murach/github/master/frames
4950

0 commit comments

Comments
 (0)