shelr 0.12.7 → 0.12.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ module Shelr
28
28
  def ensure_unlocked(id)
29
29
  lock_path = File.join(Shelr.data_dir(id), 'lock')
30
30
  if File.exist?(lock_path)
31
- puts "=> Cannot publish"
31
+ puts "=> Cannot publish the record (make sure it finished with exit or Ctrl+D)"
32
32
  puts "=> Record locked on #{File.read(lock_path)}"
33
33
  puts "=> Esure no other shelr process running"
34
34
  puts "=> Or remove lock file manually: #{lock_path}"
data/lib/shelr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Shelr
2
- VERSION = '0.12.7'
2
+ VERSION = '0.12.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shelr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.7
4
+ version: 0.12.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: -3876896625172083167
89
+ hash: 2106849278541316026
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: -3876896625172083167
98
+ hash: 2106849278541316026
99
99
  requirements: []
100
100
  rubyforge_project:
101
101
  rubygems_version: 1.8.21