g 1.7.1 → 1.7.2

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.
Files changed (4) hide show
  1. data/README.markdown +5 -9
  2. data/g.gemspec +1 -1
  3. data/lib/g.rb +1 -1
  4. metadata +2 -2
@@ -1,21 +1,17 @@
1
1
  g
2
2
  ========
3
3
 
4
- [http://github.com/jugyo/g/tree/master](http://github.com/jugyo/g/tree/master)
4
+ [http://github.com/jugyo/g](http://github.com/jugyo/g)
5
5
 
6
6
  Description
7
7
  --------
8
8
 
9
- The Kernel.g that works like Kernel.p on growl :)
9
+ The Kernel.g that works like Kernel.p by using terminal-notifier or growl.
10
10
 
11
11
  Install
12
12
  --------
13
13
 
14
- sudo gem install g
15
-
16
- or
17
-
18
- sudo gem install jugyo-g --source http://gems.github.com
14
+ gem install g
19
15
 
20
16
  Synopsis
21
17
  --------
@@ -38,14 +34,14 @@ Synopsis
38
34
  Requirements
39
35
  --------
40
36
 
41
- * ruby-growl
37
+ `terminal-notifier` or `ruby_gntp`
42
38
 
43
39
  License
44
40
  --------
45
41
 
46
42
  (The MIT License)
47
43
 
48
- Copyright (c) 2008-2009 jugyo
44
+ Copyright (c) 2008-2012 jugyo
49
45
 
50
46
  Permission is hereby granted, free of charge, to any person obtaining
51
47
  a copy of this software and associated documentation files (the
data/g.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "g"
4
- s.version = "1.7.1"
4
+ s.version = "1.7.2"
5
5
  s.authors = ["jugyo"]
6
6
  s.email = ["jugyo.org@gmail.com"]
7
7
  s.homepage = "http://github.com/jugyo/g"
data/lib/g.rb CHANGED
@@ -40,7 +40,7 @@ catch(:break) do
40
40
  %w(terminal-notifier ruby_gntp).each do |lib|
41
41
  begin
42
42
  require lib
43
- require_relative "g/#{lib}"
43
+ require "g/#{lib}"
44
44
  throw :break
45
45
  rescue LoadError
46
46
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-17 00:00:00.000000000 Z
12
+ date: 2013-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby_gntp