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 +4 -4
- data/fast_github.gemspec +1 -1
- data/lib/fast_github/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb922be217340b66b33bce1601669254b00aa3cf
|
|
4
|
+
data.tar.gz: bd38c22382915767ee1efd8a28a44ac967de0b05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a17942a5315f79a5e3a09ae93ce3bed4ae298014cdd49d5159a22eba0efb25fd54a149d5c73b30f9e0a22c6471a1c4ea0522ea74057f1beed52faa96704c6d9a
|
|
7
|
+
data.tar.gz: 97a6cb512dde0911ee1d773c8b2525f2935f3a25eeec8b1930f3743d224b957c6195977f51d03077617b7edc9dd5190daba27162f192667116021cea786b2a13
|
data/fast_github.gemspec
CHANGED
|
@@ -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"]
|
data/lib/fast_github/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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.
|