auto-gemsets 0.2.1 → 0.2.2
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.
- data/VERSION +1 -1
- data/auto-gemsets.gemspec +1 -1
- data/lib/auto-gemsets/application.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/auto-gemsets.gemspec
CHANGED
|
@@ -117,7 +117,7 @@ module AutoGemsets
|
|
|
117
117
|
end
|
|
118
118
|
|
|
119
119
|
def init
|
|
120
|
-
if File.exists?
|
|
120
|
+
if File.exists? "/usr/local/share/auto_gemsets/auto_gemsets.sh"
|
|
121
121
|
@output.puts "auto-gemsets is already installed!"
|
|
122
122
|
confirm("Do you wish overwrite this installation?", {
|
|
123
123
|
accept: -> {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auto-gemsets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -150,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
segments:
|
|
152
152
|
- 0
|
|
153
|
-
hash:
|
|
153
|
+
hash: -1465191191153161153
|
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
none: false
|
|
156
156
|
requirements:
|