convore-simple 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/convore-simple.gemspec +1 -1
- data/lib/convore-simple.rb +0 -1
- metadata +2 -2
data/convore-simple.gemspec
CHANGED
data/lib/convore-simple.rb
CHANGED
@@ -12,7 +12,6 @@ module ConvoreSimple
|
|
12
12
|
`git config user.convore #{user}`
|
13
13
|
end
|
14
14
|
if topic.empty?
|
15
|
-
raise "Fail. Set topic id number: git config convore.topic <topic_id>"
|
16
15
|
puts "Setting convore topic id number (git config convore.topic <id>)."
|
17
16
|
print "Enter topic id number: "
|
18
17
|
topic = gets.chomp
|