clivers 1.0.0.dev1 → 1.0.0.dev2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDY2ZTVlYzcyNDdiNDQzYTdkODQ0MGMwOWEyNzEzMTljNGU5MDFlYg==
4
+ NzEyNTIyN2FhMTAyNGE3Mzk5OWIxOGEyN2ZmYTM4MTFiYzlhZmVkZg==
5
5
  data.tar.gz: !binary |-
6
- YTJkOGQ1Y2JlMDc2ZDI3NzhjNGM1NGNlMjAwZGFhNjY5ZmMxNDI1Nw==
6
+ ZTgzNTg0ZjRiM2I5ZDhiYzAyOTNkNjhlNTNlYTczMjQ4ZTZkMDE0Mw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MmJhYzVhNWNkYzc2NjlmMDdjNTU4NDEzZDBmNmM4YmE1NjY3ZDUzMDZmNTQ3
10
- MTBjOTdjNmVmMDA0MTAwMTM4OWI3ZjVlN2FmMmUzZWE1NWUyMzJiYjRjYzI2
11
- YmNiOTI2MjYzZmY3MmEzMWZjYmE2NjFkZGQ0NDE2NzgxZGQ0MjA=
9
+ NGU4N2M1ZmNmNDM5ZTZiNWYzM2Y3MTdmZmJkM2RlOTY2NmMyOGEyYTViNjNj
10
+ MjQ4NDBlNjc2ZjQxNDVjYmEwMTMzNjY4YTdlN2NkMjZjZjYzMDg1NDY5ODA2
11
+ MGM4NThiZjZiZGYwNzU3OTkyOTU0MjZmMjg0YWEyMGNmZDBiYWM=
12
12
  data.tar.gz: !binary |-
13
- ODk1ZGM5YzQ4NjE2M2Y2ZGYyMGJjYjdiZmIyZDc1NGQyZTU1YmM5YjM5NGM1
14
- YTJlM2M5MWI2M2M2YWNlNmIyN2Q5NTJmMjFkMTVhYzdiMDJkYzJhYzA0MWZh
15
- ODkzMTVhMmRhNWYxMzBjNGI1YWYwMTc2Mzk5MzVmNDc4NTRlYjY=
13
+ OTgyNWEzZjkwNWQ5NTU2NTU4YmIwNzc4ZTlkODYxOWQ1NDkyZTNmZjFmMGFj
14
+ NDVhNTlhYjFhYmNkZjNmMDZhZTNhN2U5NDk1NGRhZjIxMWRmODhiOWRmMzJm
15
+ MzUwN2QzMGYwMmE4NWZlYzQzM2M4MjIyYjA3ZmI4NzNkZWVlYzA=
@@ -8,19 +8,19 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Clivers::VERSION
9
9
  spec.authors = ["Matthieu Vachon"]
10
10
  spec.email = ["matthieu.o.vachon@gmail.com"]
11
- spec.description = "Command line tool versions manager"
12
- spec.summary = <<-EOS
13
- This gem has been built to ease switching multiple versions
14
- of command line tools like Ruby, Python, Notepad++, etc. It
15
- is not installer, it's a tool to switch already installed
16
- software.
11
+ spec.summary = "Command line tool versions manager"
12
+ spec.description = <<-EOS
13
+ This gem has been built to ease usage of multiple versions
14
+ of command line tools like Ruby, Python, Vagrant, etc. It
15
+ is not installer, it's a tool to switch between already
16
+ installed versions of a software.
17
17
 
18
18
  By using a configuration file and some conventions, the
19
19
  tool will be able to locate your program and switch
20
- between multiple version of the same command line tool by
21
- tweaking the environment variables, usually simply the
22
- PATH one.
20
+ between multiple version of it be tweaking your
21
+ environment variables, usually simply the PATH one.
23
22
  EOS
23
+
24
24
  spec.homepage = "https://github.com/maoueh/clivers"
25
25
  spec.license = "MIT"
26
26
 
@@ -1,3 +1,3 @@
1
1
  module Clivers
2
- VERSION = "1.0.0.dev1"
2
+ VERSION = "1.0.0.dev2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.dev1
4
+ version: 1.0.0.dev2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu Vachon
@@ -52,7 +52,12 @@ dependencies:
52
52
  - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Command line tool versions manager
55
+ description: ! " This gem has been built to ease usage of multiple versions\n of
56
+ command line tools like Ruby, Python, Vagrant, etc. It\n is not installer, it's
57
+ a tool to switch between already\n installed versions of a software.\n\n By
58
+ using a configuration file and some conventions, the\n tool will be able to locate
59
+ your program and switch\n between multiple version of it be tweaking your\n
60
+ \ environment variables, usually simply the PATH one.\n"
56
61
  email:
57
62
  - matthieu.o.vachon@gmail.com
58
63
  executables: []
@@ -91,10 +96,5 @@ rubyforge_project:
91
96
  rubygems_version: 2.0.3
92
97
  signing_key:
93
98
  specification_version: 4
94
- summary: This gem has been built to ease switching multiple versions of command line
95
- tools like Ruby, Python, Notepad++, etc. It is not installer, it's a tool to switch
96
- already installed software. By using a configuration file and some conventions,
97
- the tool will be able to locate your program and switch between multiple version
98
- of the same command line tool by tweaking the environment variables, usually simply
99
- the PATH one.
99
+ summary: Command line tool versions manager
100
100
  test_files: []