gist 4.0.0 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +29 -4
- data/bin/gist +1 -1
- data/build/gist +1821 -0
- data/build/gist.1 +215 -0
- data/lib/gist.rb +1 -1
- data/vendor/json.rb +1304 -0
- metadata +5 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-05-
|
13
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: json
|
@@ -108,6 +108,8 @@ files:
|
|
108
108
|
- README.md
|
109
109
|
- Rakefile
|
110
110
|
- bin/gist
|
111
|
+
- build/gist
|
112
|
+
- build/gist.1
|
111
113
|
- gist.gemspec
|
112
114
|
- lib/gist.rb
|
113
115
|
- spec/clipboard_spec.rb
|
@@ -116,6 +118,7 @@ files:
|
|
116
118
|
- spec/proxy_spec.rb
|
117
119
|
- spec/shorten_spec.rb
|
118
120
|
- spec/spec_helper.rb
|
121
|
+
- vendor/json.rb
|
119
122
|
homepage: https://github.com/defunkt/gist
|
120
123
|
licenses:
|
121
124
|
- MIT
|