kinda-composable 0.0.3 → 0.0.4

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 (1) hide show
  1. metadata +13 -5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinda-composable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Vila
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-05-16 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: kinda-core
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.1
24
+ version:
16
25
  description: Simple implementation of the composite design pattern
17
26
  email: mvila@3base.com
18
27
  executables: []
@@ -27,7 +36,6 @@ files:
27
36
  - README.rdoc
28
37
  has_rdoc: true
29
38
  homepage: http://github.com/kinda/composable
30
- licenses:
31
39
  post_install_message:
32
40
  rdoc_options: []
33
41
 
@@ -48,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
56
  requirements: []
49
57
 
50
58
  rubyforge_project: kinda-composable
51
- rubygems_version: 1.3.5
59
+ rubygems_version: 1.2.0
52
60
  signing_key:
53
61
  specification_version: 2
54
62
  summary: Simple implementation of the composite design pattern