burgundy-lord-thrift 0.0.2

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 (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/burgundy-lord-thrift.rb +1 -0
  3. metadata +57 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MjcwYTg0MzY0YjYxZTczOThiM2Q4N2IyODllYTYzZjcxNWJhNTcxNw==
5
+ data.tar.gz: !binary |-
6
+ MWY2ZmQ4ODllMDYwYzVkYzg5NjYyMGYyNmE2NDRlNGFiMzliMDQ0OQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZGE5NzJiODcxYTRlYjQyNGU0ZTZjMjJjZjY2NWMxZjkzZjZlMjYxNWY4OGI3
10
+ ZDdmZmNmZjk3OGVkNDE3MWM3M2ViODM5MTExMTE2MGYyMDA5Y2QyNWJkNzYw
11
+ NGFkYmIxMTU1ZTdkMTc2MGYzYWI3ZDU2ZTdiNGU2YjQ4M2Y2YTI=
12
+ data.tar.gz: !binary |-
13
+ ZWVlZWVhMzI5NDMxZWQxOWYzM2IyM2I4YjRiZTJhNjAxNTRmZTdhOGVmY2Fh
14
+ ZGEzZWE5MDdkMDllMTkyOTY2NDQ1MGEzMzRlN2M5MjVhNmJmZTc4OGMwM2E4
15
+ YWQ2NzNjYTBkMmVhN2IxZTYwYjIyOWE1YWUxNzhlODc4YzgxNzM=
@@ -0,0 +1 @@
1
+ require './gen-rb/lord.rb'
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: burgundy-lord-thrift
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - William Bronitsky
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: thrift
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Thrift Bindings for Burgundy Reporting
28
+ email: will@pagerduty.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/burgundy-lord-thrift.rb
34
+ homepage:
35
+ licenses: []
36
+ metadata: {}
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ! '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 2.1.3
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: Pagerduty Burgundy Lord Thrift Bindings
57
+ test_files: []