kinda-composable 0.0.2 → 0.0.3

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 +3 -2
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Vila
@@ -27,6 +27,7 @@ files:
27
27
  - README.rdoc
28
28
  has_rdoc: true
29
29
  homepage: http://github.com/kinda/composable
30
+ licenses:
30
31
  post_install_message:
31
32
  rdoc_options: []
32
33
 
@@ -47,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
48
  requirements: []
48
49
 
49
50
  rubyforge_project: kinda-composable
50
- rubygems_version: 1.2.0
51
+ rubygems_version: 1.3.5
51
52
  signing_key:
52
53
  specification_version: 2
53
54
  summary: Simple implementation of the composite design pattern