gitwrap 0.6.0 → 0.7.0
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.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/gitwrap/base_connection.rb +2 -0
- data/lib/gitwrap/version.rb +1 -1
- metadata +2 -3
- data/gitwrap-0.5.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a84e4da89b2ae2a5e470f91003d7c8034a085d0d
|
4
|
+
data.tar.gz: 87b5bbf68d73b5ed2d1be1ed7a0f09f6717f45e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e57875f16bbffccda55ff3b0c220a41341e5c5fde5a2f29d0f2fa317f259e4b6bbece88e7cd8927bee48d9243559b5d35359ce6246bbfa2b2be8228caa5fd533
|
7
|
+
data.tar.gz: dc34267fe3d242b728e9802a9665d30a4be8f01fd84304246f0cc17a21df230221e2208b6b4bb251cbc79a16d749697c42b88fadd238aa376062ddb5287e0cef
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Gitwrap
|
2
2
|
|
3
|
-
Welcome to GitWrap! A simple client
|
3
|
+
Welcome to GitWrap! A simple client wrapper that interacts with the GitHub API. What does it do? It basically renders public data from Users, Repositories and Organizations. These include name, email, location, stars, etc.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
After installing the gem just include it in your gemfile and off you go!
|
24
24
|
|
25
|
-
The obejcts generated
|
25
|
+
The obejcts are generated automatically. They have a base url to connect to and retrieve data via the DataCreator module, which parses and returns corresponding obejcts to the method calls.
|
26
26
|
|
27
27
|
Each object method is listed here:
|
28
28
|
|
@@ -56,9 +56,9 @@ user.email
|
|
56
56
|
user.location
|
57
57
|
```
|
58
58
|
|
59
|
-
Each class (Users, Repos and Orgs) has their unique attributes
|
59
|
+
Each class (Users, Repos and Orgs) has their unique attributes.
|
60
60
|
|
61
|
-
|
61
|
+
Users have:
|
62
62
|
|
63
63
|
```
|
64
64
|
user.name
|
@@ -96,7 +96,7 @@ It is worth noting that due to the Github API format, not all attributes are ava
|
|
96
96
|
3. Create a pull request.
|
97
97
|
|
98
98
|
##Current Version
|
99
|
-
Version 0.
|
99
|
+
Version 0.7.0
|
100
100
|
|
101
101
|
## License
|
102
102
|
|
data/lib/gitwrap/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitwrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- oscarmarcelo95
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -53,7 +53,6 @@ files:
|
|
53
53
|
- Rakefile
|
54
54
|
- bin/console
|
55
55
|
- bin/setup
|
56
|
-
- gitwrap-0.5.0.gem
|
57
56
|
- gitwrap.gemspec
|
58
57
|
- lib/gitwrap.rb
|
59
58
|
- lib/gitwrap/.DS_Store
|
data/gitwrap-0.5.0.gem
DELETED
Binary file
|