convore-simple 0.0.8 → 0.0.9

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.
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "convore-simple"
4
- s.version = "0.0.8"
4
+ s.version = "0.0.9"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Micha Niskin"]
7
7
  s.email = ["micha.niskin@gmail.com"]
@@ -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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micha Niskin