informator 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.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: informator
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Kozin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-05-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: hexx-rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.4'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.4'
27
+ description:
28
+ email: andrew.kozin@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files:
32
+ - README.md
33
+ - LICENSE
34
+ files:
35
+ - ".coveralls.yml"
36
+ - ".gitignore"
37
+ - ".metrics"
38
+ - ".rspec"
39
+ - ".rubocop.yml"
40
+ - ".travis.yml"
41
+ - ".yardopts"
42
+ - CHANGELOG.md
43
+ - Gemfile
44
+ - Guardfile
45
+ - LICENSE
46
+ - README.md
47
+ - Rakefile
48
+ - config/metrics/STYLEGUIDE
49
+ - config/metrics/cane.yml
50
+ - config/metrics/churn.yml
51
+ - config/metrics/flay.yml
52
+ - config/metrics/metric_fu.yml
53
+ - config/metrics/reek.yml
54
+ - config/metrics/roodi.yml
55
+ - config/metrics/rubocop.yml
56
+ - config/metrics/saikuro.yml
57
+ - config/metrics/simplecov.yml
58
+ - config/metrics/yardstick.yml
59
+ - informator.gemspec
60
+ - lib/informator.rb
61
+ - lib/informator/event.rb
62
+ - lib/informator/reporter.rb
63
+ - lib/informator/subscriber.rb
64
+ - lib/informator/version.rb
65
+ - spec/integration/informator_spec.rb
66
+ - spec/spec_helper.rb
67
+ - spec/unit/informator/event_spec.rb
68
+ - spec/unit/informator/reporter_spec.rb
69
+ - spec/unit/informator/subscriber_spec.rb
70
+ homepage: https://github.com/nepalez/informator
71
+ licenses:
72
+ - MIT
73
+ metadata: {}
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.4.6
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: Implementation of subscribe/publish design pattern
94
+ test_files:
95
+ - spec/spec_helper.rb
96
+ - spec/integration/informator_spec.rb
97
+ - spec/unit/informator/event_spec.rb
98
+ - spec/unit/informator/reporter_spec.rb
99
+ - spec/unit/informator/subscriber_spec.rb
100
+ has_rdoc: