g 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +5 -9
- data/g.gemspec +1 -1
- data/lib/g.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -1,21 +1,17 @@
|
|
1
1
|
g
|
2
2
|
========
|
3
3
|
|
4
|
-
[http://github.com/jugyo/g
|
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
|
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
|
-
|
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
|
-
|
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-
|
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
data/lib/g.rb
CHANGED
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.
|
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:
|
12
|
+
date: 2013-01-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby_gntp
|