website 1.0.0 → 1.0.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 +5 -5
- data/CHANGELOG.md +6 -1
- data/MIT-LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/website/version.rb +3 -1
- data/website.gemspec +3 -3
- metadata +7 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 637ddedfca446719261715b9e4c04a4958530d2e21fe80269883741b531a2ff8
|
|
4
|
+
data.tar.gz: 1ba196733d1d3080fec7f4398151c39fac324b9ec02cccbe88ffe9fdfc7725ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a60e52d2cd8a7b5955cfcfddb31ba1a4a065781bbbbaf8b11cf7b0c5c86f1b0d5632042e4126d6d37424369015c00e3025e7740235a294894bfdb1d92ceeae15
|
|
7
|
+
data.tar.gz: 36f2a459723be1afa7e32c326419d02a24191f5cc5615b82342537ba83a71b215f8e96ae99c508c482319a86cf3381a3f5113ba890a2ee881a79df723a26faaf
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE.txt
CHANGED
data/README.md
CHANGED
data/lib/website/version.rb
CHANGED
data/website.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.summary = "Open the github repo for the current project in your default browser."
|
|
9
9
|
gem.description = "Open the github repo for the current project in your default browser. Usage: In a folder with a git repo, run: $ website"
|
|
10
10
|
gem.authors = ["Jan Lelis"]
|
|
11
|
-
gem.email = ["
|
|
11
|
+
gem.email = ["hi@ruby.consulting"]
|
|
12
12
|
gem.homepage = "https://github.com/janlelis/website"
|
|
13
13
|
gem.license = "MIT"
|
|
14
14
|
|
|
@@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
|
|
20
|
-
gem.required_ruby_version = "
|
|
21
|
-
gem.add_dependency "launchy", "~> 2.
|
|
20
|
+
gem.required_ruby_version = ">= 2.0"
|
|
21
|
+
gem.add_dependency "launchy", "~> 2.5"
|
|
22
22
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: website
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Lelis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: launchy
|
|
@@ -16,18 +16,18 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2.
|
|
19
|
+
version: '2.5'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '2.
|
|
26
|
+
version: '2.5'
|
|
27
27
|
description: 'Open the github repo for the current project in your default browser.
|
|
28
28
|
Usage: In a folder with a git repo, run: $ website'
|
|
29
29
|
email:
|
|
30
|
-
-
|
|
30
|
+
- hi@ruby.consulting
|
|
31
31
|
executables:
|
|
32
32
|
- website
|
|
33
33
|
extensions: []
|
|
@@ -51,7 +51,7 @@ require_paths:
|
|
|
51
51
|
- lib
|
|
52
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
-
- - "
|
|
54
|
+
- - ">="
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '2.0'
|
|
57
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -60,10 +60,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
requirements: []
|
|
63
|
-
|
|
64
|
-
rubygems_version: 2.4.6
|
|
63
|
+
rubygems_version: 3.1.2
|
|
65
64
|
signing_key:
|
|
66
65
|
specification_version: 4
|
|
67
66
|
summary: Open the github repo for the current project in your default browser.
|
|
68
67
|
test_files: []
|
|
69
|
-
has_rdoc:
|