pimple 0.0.2.beta → 0.0.3.beta

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. data/lib/pimple.rb +1 -1
  2. data/ruby-pimple.gemspec +0 -2
  3. metadata +2 -3
@@ -1,6 +1,6 @@
1
1
  class Pimple < Hash
2
2
 
3
- VERSION = '0.0.2.beta'
3
+ VERSION = '0.0.3.beta'
4
4
 
5
5
  # Initialize a container with some default parameters
6
6
  def initialize(parameters={})
@@ -10,8 +10,6 @@ Gem::Specification.new do |s|
10
10
  s.description = s.summary = "A lightweight dependency injection container for Ruby"
11
11
 
12
12
  s.platform = Gem::Platform::RUBY
13
- s.has_rdoc = true
14
- s.extra_rdoc_files = ['README.md']
15
13
  s.license = 'MIT'
16
14
 
17
15
  s.add_development_dependency "rake"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pimple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.beta
4
+ version: 0.0.3.beta
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -80,8 +80,7 @@ email:
80
80
  - florian.mhun@gmail.com
81
81
  executables: []
82
82
  extensions: []
83
- extra_rdoc_files:
84
- - README.md
83
+ extra_rdoc_files: []
85
84
  files:
86
85
  - .gitignore
87
86
  - Gemfile