omglog 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/omglog +4 -0
  2. data/lib/omglog.rb +1 -1
  3. metadata +5 -5
data/bin/omglog CHANGED
@@ -1,5 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ # Support UTF-8 in author names & commit messages, even when
4
+ # the system locale isn't set to UTF-8.
5
+ Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7'
6
+
3
7
  $:.unshift File.expand_path('../../lib', __FILE__)
4
8
 
5
9
  require 'omglog'
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
 
3
3
  module Omglog
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.5'
5
5
 
6
6
  def run_on system
7
7
  Omglog::Base.run
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omglog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rb-fsevent
16
- requirement: &70352988124480 !ruby/object:Gem::Requirement
16
+ requirement: &70108648112660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.4.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70352988124480
24
+ version_requirements: *70108648112660
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rb-inotify
27
- requirement: &70352988123920 !ruby/object:Gem::Requirement
27
+ requirement: &70108648111740 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70352988123920
35
+ version_requirements: *70108648111740
36
36
  description: Realtime git logging using fseventsd. omg!
37
37
  email: ben@hoskings.net
38
38
  executables: