basico-octakit 1.1.1 → 1.2.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: dcd6213fdd7aa5f367c0b432b61e71e076d8e75a
4
- data.tar.gz: 550785159235759322e6321d26b9900803c60a78
3
+ metadata.gz: 04c731bb9c1aa5b0e333b47d13049433f8eea676
4
+ data.tar.gz: 5b935db07066a33f5837e73aa8bdb30838f2707b
5
5
  SHA512:
6
- metadata.gz: 7638c26356362956c1918174ec907989418b98c7361152126255b8a521b2e2d1d73b43fa81c714d48c01d449dcfec899bfc1486e8e7666c94c64d33e9a6a0668
7
- data.tar.gz: cf71516681b05620eac7a7c31bec1f1cd5e0516974fc3904ccc2af560b8ee9015597b1d482584c0ac49dbd6561eed845782ffd4f374cd18b6791a46306450377
6
+ metadata.gz: d5ac3dbcd6878d41fb993cab4ebabb37464d340f96c3a071162ad2e284f6ed614a435e99e5334bf45f691ed7628045e896602323f037393da79ececeea638e0b
7
+ data.tar.gz: 668b8d16f56bb603f58c6d213e3b1fdb89dc0aef318a3ada6682a61e9fa9b5070986f705a60450c09377dd99292734c4f74bbc280e729cf0e5c3751fd421ecc5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.2.0
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: basico-octakit 1.1.1 ruby lib
5
+ # stub: basico-octakit 1.2.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "basico-octakit"
9
- s.version = "1.1.1"
9
+ s.version = "1.2.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["rickybell", "renatodex"]
14
- s.date = "2015-10-08"
14
+ s.date = "2015-10-09"
15
15
  s.description = "A cool Github SDK"
16
16
  s.email = "henrique.belloube@gmail.com, renatodex@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -1,5 +1,6 @@
1
1
  require 'configatron'
2
- #configatron.basico_git_token = 'ff51acd475e25cfb3b350cee880877512e93c4fc'
2
+ # configatron.basico_git_token = 'ff51acd475e25cfb3b350cee880877512e93c4fc'
3
3
  # configatron.basico_git_token = '60cc57e7f2cea39cb77d87e34552afaf3c5d9fd9'
4
4
  # configatron.basico_git_token = '22a86739178ae8cf4643dcfaa6f2cffa6fd24ed5'
5
- configatron.basico_git_token = 'Insert your token'
5
+ # configatron.basico_git_token = 'Insert your token'
6
+ configatron.basico_git_token = 'bed530413c47816d7866a4ae4a5ec5a8d862fc77'
@@ -2,7 +2,7 @@ module BasicoOctokit
2
2
  module Helpers
3
3
  module ClientHelper
4
4
  def client
5
- BasicoOctokit::Client.instance.get(configatron.basico_git_token)
5
+ BasicoOctokit::Facade::Client.instance.get(configatron.basico_git_token)
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basico-octakit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rickybell
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-08 00:00:00.000000000 Z
12
+ date: 2015-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: octokit