togist 1.0.3 → 1.0.4
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.
- data/lib/togist.rb +1 -1
- data/lib/togist/version.rb +1 -1
- metadata +4 -4
data/lib/togist.rb
CHANGED
|
@@ -25,7 +25,7 @@ def help
|
|
|
25
25
|
puts " 2g : Uploads to private gist and copies gist url to mac clipboard"
|
|
26
26
|
puts " 2gpub : Same as above except public\n\n"
|
|
27
27
|
puts "Tips:"
|
|
28
|
-
puts " Add an 'o' to the end of a shortcut to make it open your browser to the gist"
|
|
28
|
+
puts " Add an 'o' to the end of a shortcut to make it open your browser to the gist\n\n"
|
|
29
29
|
puts " e.g.:"
|
|
30
30
|
puts " echo 'foo' | 2go # Will open to the private gist url"
|
|
31
31
|
puts " echo 'foo' | 2gpubo # Will open to the public gist url"
|
data/lib/togist/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: togist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Mike Splain
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-01-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
type: :development
|
|
@@ -103,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
104
|
segments:
|
|
105
105
|
- 0
|
|
106
|
-
hash: -
|
|
106
|
+
hash: -2156934195739277451
|
|
107
107
|
version: '0'
|
|
108
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
none: false
|
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
segments:
|
|
114
114
|
- 0
|
|
115
|
-
hash: -
|
|
115
|
+
hash: -2156934195739277451
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
118
|
rubyforge_project:
|