gunner 0.0.1

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. checksums.yaml +7 -0
  2. data/README.md +0 -0
  3. data/test/helper.rb +0 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 049f73053cf99fbd3b1d0f6000cb2fd98743b59c
4
+ data.tar.gz: bb704cb843a02a6dc22f0a47b24ec2869ab82430
5
+ SHA512:
6
+ metadata.gz: c4b309471d35d8f91c741be677584337b8bd04028f07ad92e6aab9f6f69bdbab85fc1998ad99361920d2abc5cb4e8c934a5d3ad6b1192d8a82bfdf89fa68670c
7
+ data.tar.gz: 035f6637bc6ff85bd55041c95f80eee26d8a8dc6106d4f9b959404391915926426230d69d228ef7253c9e3e0f7c1d5567c492ba2ed7730d20e880cff85b9d1c6
File without changes
File without changes
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gunner
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Matthew Higgins
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-05-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Execute gists from the command line
14
+ email: developer@matthewhiggins.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files:
18
+ - README.md
19
+ files:
20
+ - test/helper.rb
21
+ - README.md
22
+ homepage: http://github.com/matthuhiggins/gunner
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - '>='
33
+ - !ruby/object:Gem::Version
34
+ version: 1.9.3
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: 1.8.11
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.0.0
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A gist runner
46
+ test_files: []