lifestreamable 0.0.5 → 0.0.6

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 (2) hide show
  1. data/lifestreamable.gemspec +2 -2
  2. metadata +4 -2
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{lifestreamable}
5
- s.version = "0.0.5"
5
+ s.version = "0.0.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Benoit Goyette"]
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
31
31
  "test/test_helper.rb",
32
32
  "test/test_lifestreamable.rb"]
33
33
  s.homepage = %q{http://github.com/benoitgoyette/lifestreamable}
34
- s.rdoc_options = ["--main", "README.rdoc"]
34
+ s.rdoc_options = ['--include', 'README.rdoc', '--main', 'README.rdoc']
35
35
  s.require_paths = ["lib"]
36
36
  s.rubyforge_project = %q{lifestreamable}
37
37
  s.rubygems_version = %q{1.3.1}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Benoit Goyette
@@ -54,6 +54,8 @@ licenses: []
54
54
 
55
55
  post_install_message:
56
56
  rdoc_options:
57
+ - --include
58
+ - README.rdoc
57
59
  - --main
58
60
  - README.rdoc
59
61
  require_paths: