junction 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/{junction → junction:start} +0 -0
- data/junction.gemspec +1 -1
- data/lib/junction/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c34b75c1e9cf973211476df6dcb5517249e83401aec92c293c07be12e8ae9225
|
4
|
+
data.tar.gz: 962c36e31f3caaef80b67c4c3c23535690cb6d3ea39ac865e9d4b9c110aa6a3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af711426f294e8c5a87d045afea28f7a7e921399d390e7eb981548448bbf51da6244a563b1299eec3233c5b31fee20c09f0f4f6aa9ca798460de301a1d81ed6
|
7
|
+
data.tar.gz: 29a284d1a374978bda32ef700098a73250f184bba22ef0ef5b88551fa6d6d080bbb6152c3f45d672f17e416c6011ac5d0a46a0a7b7d6d99ad81601f373e8a131
|
data/Gemfile.lock
CHANGED
File without changes
|
data/junction.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.version = Junction::VERSION
|
8
8
|
spec.authors = ['keegankb93']
|
9
9
|
spec.email = ['keegankb@gmail.com']
|
10
|
-
spec.executables = ['junction']
|
10
|
+
spec.executables = ['junction:start']
|
11
11
|
|
12
12
|
spec.summary = 'Placeholder'
|
13
13
|
spec.description = 'Placeholder'
|
data/lib/junction/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: junction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- keegankb93
|
@@ -14,7 +14,7 @@ description: Placeholder
|
|
14
14
|
email:
|
15
15
|
- keegankb@gmail.com
|
16
16
|
executables:
|
17
|
-
- junction
|
17
|
+
- junction:start
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
@@ -31,7 +31,7 @@ files:
|
|
31
31
|
- LICENSE.txt
|
32
32
|
- README.md
|
33
33
|
- Rakefile
|
34
|
-
- bin/junction
|
34
|
+
- bin/junction:start
|
35
35
|
- junction.gemspec
|
36
36
|
- lib/junction.rb
|
37
37
|
- lib/junction/pane_manager.rb
|