github_setup 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db6ff632623fd8417c9cfeeb348e3dd48da7d349
4
- data.tar.gz: ccbb56a6d644b7044cfcfff65f32edad7f9b4294
3
+ metadata.gz: 0bad1d0d2c76783aeaa5d8d86bd0de2e99a7b2ed
4
+ data.tar.gz: 0d279682d475a934bc3859cce87d4975192df283
5
5
  SHA512:
6
- metadata.gz: ed6e7bfaf2711ce4b32dbf63a16ce1be13cfd4b724defd08a732231e982b15656bc5ce36b0e5123b0a6b2b56dfbdf5d988c261431188f5a8aacee4202699d8d7
7
- data.tar.gz: 4c5f50f839a66fbcbf591c879bcaba383e2c2d05d666e79ef53184064a434bc5af2ce36134dca3248adf59c13621a6fd4cc9c0a243645502d62bde9db0cb6b98
6
+ metadata.gz: 80e0d5559d3a6450f7f92692bde01f167b0bad9fb23c1859a63acedbdddf93a662f1b5b768b79d6e41ebfc614b88b7ebe9a091a78d9314a459a6ad4b37640f1e
7
+ data.tar.gz: 14a65024836b9e95f652d10e9d02583224c6521d9c644a0198e0f6cd085476efadc27c4f4f2f83e0a595841441338f425c00a2abcf934ada3b2ac9142b7d7f08
data/exe/github_setup ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "github_setup"
5
+
6
+ puts 'Hello, github_setup'
@@ -1,3 +1,3 @@
1
1
  module GithubSetup
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_setup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshihide Chubachi
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: Automatically setup SSH connection to GitHub if you have the GitHub account.
56
56
  email:
57
57
  - yoshi@chubachi.net
58
- executables: []
58
+ executables:
59
+ - github_setup
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -67,6 +68,7 @@ files:
67
68
  - Rakefile
68
69
  - bin/console
69
70
  - bin/setup
71
+ - exe/github_setup
70
72
  - github_setup.gemspec
71
73
  - lib/github_setup.rb
72
74
  - lib/github_setup/version.rb