convore-simple 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.10"
4
+ s.version = "0.0.11"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Micha Niskin"]
7
7
  s.email = ["micha.niskin@gmail.com"]
@@ -5,7 +5,7 @@ module ConvoreSimple
5
5
  def self.say(message)
6
6
  user = `git config user.convore`.chomp
7
7
  topic = `git config convore.topic`.chomp
8
- err = "Error: can't set git config"
8
+ err = "error: can't set git config"
9
9
  if user.empty?
10
10
  puts "Setting convore username (git config user.convore <username>)."
11
11
  print "Enter username: "
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 10
9
- version: 0.0.10
8
+ - 11
9
+ version: 0.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micha Niskin