ruby-hooks 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 (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/ruby/hooks/version.rb +6 -0
  3. metadata +59 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODYxMWI5M2UwZTAzMDQxNzVhYThkMWVhMGIzNzU2ZDdkMjAxMzkxNQ==
5
+ data.tar.gz: !binary |-
6
+ MWVjYTA2ZDI4ODY2YWVmNDY2NGNjNDQ5MjJkMDZjN2I3NjgzYjE3OQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YjY4NWYzOTc3NDc5N2Q0N2RjNTdkNmFmZDQyYTMwYTFkZTZlMmM2MTljNzYw
10
+ ZmVjNzljMjg3NGY3YjFjYjZjNTZlOTFmOGE1NTAyMzVlOWNmNWVkYzIyY2Zi
11
+ M2YwMjY2MTRhZTI1Y2Q2Y2FlOGViMGMzMDJmZmI2NjVjMWFlZGM=
12
+ data.tar.gz: !binary |-
13
+ YWI1NmQzYzJmZTk5N2IxNWIyODQ5NWYzZmJiY2IxMmI1YzdlNTgzMDI4MWQ3
14
+ ODdlMjFjNDE0YTBiOGMzODE3NTE1ZjllMWJjMWFjNzY2MTc1NGQ3OTcwNzFi
15
+ NDQwNTUxNzIxMjY5MmEwODdiNGI5M2MwNDIyNGQwNDE3NzJkNzI=
@@ -0,0 +1,6 @@
1
+ module Ruby
2
+ class Hooks
3
+ VERSION = '0.0.1'
4
+ end
5
+ end
6
+
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-hooks
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Michal Papis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Helpers for multiple publish/subscribe hooks
28
+ email:
29
+ - mpapis@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/ruby/hooks/version.rb
35
+ homepage: https://github.com/remote-exec/ruby-hooks
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.4.1
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: Helpers for multiple publish/subscribe hooks
59
+ test_files: []