gitlink 0.0.2 → 0.0.3

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: 34e66e95cdfdb088ddb30cdccd20932a6506408e
4
- data.tar.gz: 95c9fe0c91b3db5812d1e456a5a2dcdcba26af47
3
+ metadata.gz: cd6718d8fd4c6c3b2d5acb25ab90be9929c10334
4
+ data.tar.gz: 414ebfb875352369a600783d8f7c99e6ca1639ed
5
5
  SHA512:
6
- metadata.gz: 29afa541be655800154b867056237f3904c90ae26cfd0f2bd8fc3638fc311254266e73ba731615f7d07e496fb893f90e4a0b643af0fe2717564ede3504eba41c
7
- data.tar.gz: 99ec3d49ea1014c985e1fd95e18f5c3a1bf4ebe39f02fa8efbb27697a9fc5cde40e35347342d6d07c018adcb46bbaa4121e59875784445a456188083b3951839
6
+ metadata.gz: f119a31aaeea54cfafc35c8d69066b1c0da5f5d2ecde10eb19313668f07b90d1f05636022498f1149957f3a9b902694b0bce5638a5db3b81476577f47a35f52f
7
+ data.tar.gz: 574358ccf39ea59bc791dcb03eb75c473ccbadfd80a34e04d7e0ce06ce316302efe6c7f4a91991fd0e9d3fe43c44aeefda69d51597257da6b8a6359497a0c0f9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlink (0.0.2)
4
+ gitlink (0.0.3)
5
5
  gli (= 2.13.4)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -23,7 +23,7 @@ $ gitlink p #alias
23
23
  Opens project to specific branch
24
24
 
25
25
  ```shell
26
- $ gitlink branch #default is master
26
+ $ gitlink branch #defaults to current branch
27
27
  $ gitlink branch branch-name
28
28
  $ gitlink b branch-name #alias
29
29
  ```
data/gitlink.gemspec CHANGED
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
5
5
  s.version = Gitlink::VERSION
6
6
  s.author = 'Chase Clettenberg'
7
7
  s.email = 'clettenberg@gmail.com'
8
- s.homepage = 'http://cclettenberg.com'
8
+ s.homepage = 'https://github.com/cacqw7/gitlink'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.summary = 'Open GitHub projects from the command line'
11
11
  s.files = `git ls-files`.split("
data/gitlink.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  == gitlink - Allows you to quickly open your GitHub project in a web browser from the command line
2
2
 
3
- v0.0.2
3
+ v0.0.3
4
4
 
5
5
  === Global Options
6
6
  === -r|--remote remote_name
@@ -1,3 +1,3 @@
1
1
  module Gitlink
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chase Clettenberg
@@ -87,7 +87,7 @@ files:
87
87
  - test/support/aruba.rb
88
88
  - test/test_helper.rb
89
89
  - test/use_aruba_with_minitest.rb
90
- homepage: http://cclettenberg.com
90
+ homepage: https://github.com/cacqw7/gitlink
91
91
  licenses: []
92
92
  metadata: {}
93
93
  post_install_message: