trello-pipes 1.0.0

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 (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +71 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MWZlMzM3MWJhOGRmODk0MWIyMTIyZTFlYTUwOGIxMDRjZmUxNTZhNQ==
5
+ data.tar.gz: !binary |-
6
+ OWJkNjQxOWFjNDdlYjFiOWI5NmNlZWEyMDM2Yzg3MTlkMWNjNTY0NQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MjdhZGUzOWRmM2ZlZTg2MmFiNmZjYTQ1ODhlYjg0MDRiZmQwMjQwMTRjMWRj
10
+ YjkwMDQyNjUwY2QxMGZiMGE0MjBkNDg5NmQ3MjIyNGI3ZDZjNWExMWY5OGJk
11
+ MTEyMWU2NTVjNTJlZjI4ZDQ0YWEyM2Q2NWU5M2Y3YWVlYjk3Zjc=
12
+ data.tar.gz: !binary |-
13
+ YjM3ODVhZDBhYTM3NWQxYzFmYWUwNzgwYWM4MmEwNzhkYWE5MDUxN2VmNDk2
14
+ ZDk0OTI2ZWNiZmEzNThlNmNjOTZjMWUzNWVmMGEzYTgyZjQxMmM5MzA4YTkz
15
+ NzIzYjc1YjZlMDdmY2NmYzUzZmI4YTc5NjFhNjY5NzBjZjU3M2Q=
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trello-pipes
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - iainjmitchell
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-11-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ruby-trello
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
+ - !ruby/object:Gem::Dependency
28
+ name: trello-factory
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description:
42
+ email: iainjmitchell@gmail.com
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files: []
47
+ homepage: https://github.com/iainjmitchell/trello-pipes
48
+ licenses:
49
+ - MIT
50
+ metadata: {}
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ! '>='
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubyforge_project:
67
+ rubygems_version: 2.2.2
68
+ signing_key:
69
+ specification_version: 4
70
+ summary: Pipes and filters for trello board data
71
+ test_files: []