gitwrap 0.8.0 → 0.9.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: 1e996179963fd4497d2afe9e14aac0f590e058be
4
- data.tar.gz: d7f8573235a4d709b862bca821c0aad3c36ef2ac
3
+ metadata.gz: 849733797259a9d1b6ba9e3032bbee55fb7bd510
4
+ data.tar.gz: e6bb3e04c735d6089222aec76116ceeb6e43273a
5
5
  SHA512:
6
- metadata.gz: bc7dc08a63cbb8b1a7091651f6981cc52a2f6332b2872e6c5b0365bf4af8ff900d77ad1ad1d732ddcd96772d92b2d826cc07f07fcf3a9f8855289dd837f3ed74
7
- data.tar.gz: 2e0d191948ae7c9c413ca437b4a2ca791c7ae8cada54a2793d3804530b2a15a907b8d70ad47979b583d2bd49632e09615a785240af8095f261599350b672e6e3
6
+ metadata.gz: 0c9a04321dd7cf589b720c25511a0cab1ab2ae7256233d42d1f760837d98b9faac902b05b14b58f85c5e6cffc8132150925cf5635bda76ad7415368528606f3a
7
+ data.tar.gz: eec2d8945eaeaafd6accec33c78dce031bb1b8b3b1c7c3cc64f3312754cbde39ae83ca6cbcd0f7ad4cda94f117f3e60c3f0787d78c289564140659360467ec8d
data/gitwrap-0.8.0.gem ADDED
Binary file
@@ -3,7 +3,9 @@ require 'json'
3
3
  require 'open-uri'
4
4
  require 'gitwrap/data_creator'
5
5
 
6
- class GithubConnection
7
- include DataCreator
8
- BASE_URL = "https://api.github.com/"
6
+ module Gitwrap
7
+ class GithubConnection
8
+ include DataCreator
9
+ BASE_URL = "https://api.github.com/"
10
+ end
9
11
  end
@@ -1,3 +1,3 @@
1
1
  module Gitwrap
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitwrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - oscarmarcelo95
@@ -53,6 +53,7 @@ files:
53
53
  - Rakefile
54
54
  - bin/console
55
55
  - bin/setup
56
+ - gitwrap-0.8.0.gem
56
57
  - gitwrap.gemspec
57
58
  - lib/gitwrap.rb
58
59
  - lib/gitwrap/.DS_Store