diffgist 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 +15 -0
  2. data/README.md +4 -0
  3. data/lib/diffgist.rb +2 -0
  4. metadata +72 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MzJlZDE5ZTZkMzc4OTFjOTc5MmQ0ZTJhODhjYzY2MWE4MWNkNTA2Mw==
5
+ data.tar.gz: !binary |-
6
+ M2RjYjE4NGE4ZGNkYjhkMjZmMjU2YzU3MDU3MWY1Mzg0YzVhYWI1YQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MWE2ZjgxYWM2OGVjMTY2ZjdmYzE5NDgzNGFjMmMyNTllZDcxNjFiNTFjZGE5
10
+ YjA2NTZiOTUwY2EyYmNkZmI1ZDNiMzM5OWI0YmM3ZTljMWZkOTY2NzkxYzM1
11
+ ZDk2OTJhMmM1ZjFlZGZmZjA5ODRkYmJlMjkxZGYxMGE1YWU4NmU=
12
+ data.tar.gz: !binary |-
13
+ ODk5NWVhMTNiMTIzNjNhOGQxMTA1YThjYjUxNmVkMWRjMjQzNjQ0YzkwMjZj
14
+ OWRmMzQ1MDllMDQyYWU3NThjNmIzYWJjODhmOWM1NTY1NGRiMjI0ODdmMzdk
15
+ NGQyZWViMmRjY2RlMDc2ZmI1MTc2MThhNDY2YWI1MzlmNDk0Nzk=
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ diffgist
2
+ ========
3
+
4
+ Gist your diffs.
data/lib/diffgist.rb ADDED
@@ -0,0 +1,2 @@
1
+ require 'rubhub'
2
+ require ''
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: diffgist
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - BitPivot
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-04-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rubhub
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 0.1.7
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 0.1.7
27
+ - !ruby/object:Gem::Dependency
28
+ name: git
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 1.2.5
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: 1.2.5
41
+ description: Gist your diffs.
42
+ email: cspheregreen@gmail.com
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files:
47
+ - README.md
48
+ - lib/diffgist.rb
49
+ homepage: http://rubygems.org/gems/diffgist
50
+ licenses: []
51
+ metadata: {}
52
+ post_install_message:
53
+ rdoc_options: []
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ requirements: []
67
+ rubyforge_project:
68
+ rubygems_version: 2.0.3
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: Gist your diffs.
72
+ test_files: []