gitwrap 0.2.0 → 0.3.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: 6e22bb9a5b5d7f00b0ef3871401e15b06da7e663
4
- data.tar.gz: 3d8432e0d0d93a2e093b5835d94a234c4b1e904a
3
+ metadata.gz: f3f755cae7100517313feee4a709c23c38b88af6
4
+ data.tar.gz: 3edb53ec6b5f7220ef216cfff6e556861a4cbd8d
5
5
  SHA512:
6
- metadata.gz: 76a0a1cbc65b62444860b7f0576a294ce74374d432568f3a0cc4e7e75def0497bd80107b303561479270428d34ca274438ab8a22d0b44ed0ee314df703d99990
7
- data.tar.gz: 493e10f23b06a94f07ddd1db57f0d670f75e3e0021a8849e73e11941f86c49517f7ac2015a8e95d24b389f784e99cd941faaca55f751e83791c7a21efa353fc3
6
+ metadata.gz: d476b2d58c6410be24c6f603d790f3d72d21bb761d59ec9daa0f6d4c0100f9aaf7854866a089acaf91efc97655329cad9e6f324684fd48c261aa87c52784f0b5
7
+ data.tar.gz: d580c0b5552d48f803a23f606d0d3bf4083b24b6ba5b33c34bfd7f0a3fd736d69a9a97783c668bdfc274e6b02279d9c56fe0c80c0c2c9886ae8e449ffad1ebe6
data/gitwrap-0.2.0.gem ADDED
Binary file
@@ -1,7 +1,7 @@
1
1
  require 'open-uri'
2
2
  require 'json'
3
- require './lib/classes/base_connection.rb'
3
+ require './lib/base_connection.rb'
4
4
  require './lib/data_creator.rb'
5
- require './lib/classes/users.rb'
6
- require './lib/classes/orgs.rb'
7
- require './lib/classes/repos.rb'
5
+ require './lib/users.rb'
6
+ require './lib/orgs.rb'
7
+ require './lib/repos.rb'
@@ -1,3 +1,3 @@
1
1
  module Gitwrap
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
data/lib/gitwrap.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require "gitwrap/version"
2
2
  require "gitwrap/dependencies"
3
3
  module Gitwrap
4
- # Your code goes here...
5
4
  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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - oscarmarcelo95
@@ -53,16 +53,17 @@ files:
53
53
  - Rakefile
54
54
  - bin/console
55
55
  - bin/setup
56
+ - gitwrap-0.2.0.gem
56
57
  - gitwrap.gemspec
57
58
  - lib/gitwrap.rb
58
59
  - lib/gitwrap/.DS_Store
59
- - lib/gitwrap/classes/base_connection.rb
60
- - lib/gitwrap/classes/orgs.rb
61
- - lib/gitwrap/classes/repos.rb
62
- - lib/gitwrap/classes/users.rb
60
+ - lib/gitwrap/base_connection.rb
63
61
  - lib/gitwrap/data_creator.rb
64
62
  - lib/gitwrap/dependencies.rb
65
63
  - lib/gitwrap/fetch.rb
64
+ - lib/gitwrap/orgs.rb
65
+ - lib/gitwrap/repos.rb
66
+ - lib/gitwrap/users.rb
66
67
  - lib/gitwrap/version.rb
67
68
  homepage: https://github.com/oelizondo/gitwrap
68
69
  licenses:
File without changes
File without changes
File without changes