fast_github 0.0.5 → 0.1.1

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: 20f341b4a7d25127878b33b69f2b35dad81e7273
4
- data.tar.gz: c5537b8f4e4c8a0f4b813be9d1542ca02fcc6b20
3
+ metadata.gz: cb922be217340b66b33bce1601669254b00aa3cf
4
+ data.tar.gz: bd38c22382915767ee1efd8a28a44ac967de0b05
5
5
  SHA512:
6
- metadata.gz: 1d2655b6885811a503172ba7763400f9b440be0249ca3d7bbd7e2cd439a312ad66561c0a4257abc2d1dd65d3a66ae06a0979e0162cb29b8732bf78cb0766aff2
7
- data.tar.gz: df775a54bd584a4b228440834144836a51d698fb31d1a76065087de98be6f1538bb9edb63e503fc9a0ac51deff5656b959145c5c8373f13006d0e06118970ed1
6
+ metadata.gz: a17942a5315f79a5e3a09ae93ce3bed4ae298014cdd49d5159a22eba0efb25fd54a149d5c73b30f9e0a22c6471a1c4ea0522ea74057f1beed52faa96704c6d9a
7
+ data.tar.gz: 97a6cb512dde0911ee1d773c8b2525f2935f3a25eeec8b1930f3743d224b957c6195977f51d03077617b7edc9dd5190daba27162f192667116021cea786b2a13
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "http://www.github.com/jbsmith86/fast_github"
14
14
  spec.license = "BSD-3-Clause-Clear"
15
15
 
16
- spec.files = `git ls-files -z`.split("\x0")
16
+ spec.files = `git ls-files -z`.split("\x0") << "client_secret"
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module FastGithub
2
- VERSION = "0.0.5"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-23 00:00:00.000000000 Z
11
+ date: 2017-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -53,6 +53,7 @@ files:
53
53
  - README.md
54
54
  - Rakefile
55
55
  - bin/fast_github
56
+ - client_secret
56
57
  - fast_github.gemspec
57
58
  - lib/fast_github.rb
58
59
  - lib/fast_github/version.rb
@@ -76,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
77
  version: '0'
77
78
  requirements: []
78
79
  rubyforge_project:
79
- rubygems_version: 2.2.2
80
+ rubygems_version: 2.6.11
80
81
  signing_key:
81
82
  specification_version: 4
82
83
  summary: Fast Github does the initial setup of a new Github repo for you.