relevance-chatterbox 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gitignore +0 -1
  2. data/chatterbox.gemspec +3 -2
  3. data/version.yml +2 -2
  4. metadata +2 -2
data/.gitignore CHANGED
@@ -1,2 +1 @@
1
- .specification
2
1
  coverage
data/chatterbox.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{chatterbox}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rob Sanheim"]
@@ -38,10 +38,11 @@ Gem::Specification.new do |s|
38
38
  "version.yml",
39
39
  "views/chatterbox/mailer/exception_notification.erb"
40
40
  ]
41
+ s.has_rdoc = true
41
42
  s.homepage = %q{http://github.com/relevance/chatterbox}
42
43
  s.rdoc_options = ["--charset=UTF-8"]
43
44
  s.require_paths = ["lib"]
44
- s.rubygems_version = %q{1.3.5}
45
+ s.rubygems_version = %q{1.3.2}
45
46
  s.summary = %q{TODO}
46
47
  s.test_files = [
47
48
  "examples/chatterbox_example.rb",
data/version.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 2
3
- :patch: 1
4
2
  :major: 0
3
+ :minor: 2
4
+ :patch: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relevance-chatterbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim
@@ -44,7 +44,7 @@ files:
44
44
  - todo.markdown
45
45
  - version.yml
46
46
  - views/chatterbox/mailer/exception_notification.erb
47
- has_rdoc: false
47
+ has_rdoc: true
48
48
  homepage: http://github.com/relevance/chatterbox
49
49
  licenses:
50
50
  post_install_message: