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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfc67cbd955d38aabc273ba1e2037cc600116bfe
4
- data.tar.gz: 6593764d5efa75b3e97207add5d6e3f6c3a416d7
3
+ metadata.gz: a84e4da89b2ae2a5e470f91003d7c8034a085d0d
4
+ data.tar.gz: 87b5bbf68d73b5ed2d1be1ed7a0f09f6717f45e0
5
5
  SHA512:
6
- metadata.gz: 9a98a47ff2556530b73157d6838fda2ffafc63ab48656aac3ee628dd10e49aec5ed48d3b698a8d411e343e0589dad649e5a5d7d3aa5b5f40b5c7cfb0a0acf06b
7
- data.tar.gz: a2b91bb80a0f4f0b74878de81e80e2af4e2bebc1ab863edaf67181a35b610b31f1e85a178d3f7f98300a8bd7b6e360a260a252729acb0929bc84c0748d1e18f9
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 wrapepr 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.
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 Automatically have a base url to connect to and retrieve data via the DataCreator module, which parses and returns corresponding obejcts to the method calls.
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
- User has:
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.6.0
99
+ Version 0.7.0
100
100
 
101
101
  ## License
102
102
 
@@ -1,5 +1,7 @@
1
1
  $: << 'lib'
2
2
  require 'gitwrap/data_creator'
3
+ require 'json'
4
+ require 'open-uri'
3
5
 
4
6
  class GithubConnection
5
7
  include DataCreator
@@ -1,3 +1,3 @@
1
1
  module Gitwrap
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
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.6.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-16 00:00:00.000000000 Z
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