mongoid_taggable 0.1.3 → 0.1.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 (3) hide show
  1. data/Rakefile +2 -2
  2. data/mongoid_taggable.gemspec +3 -3
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -7,11 +7,11 @@ begin
7
7
  require 'jeweler'
8
8
  Jeweler::Tasks.new do |gemspec|
9
9
  gemspec.name = "mongoid_taggable"
10
- gemspec.version = "0.1.3"
10
+ gemspec.version = "0.1.4"
11
11
  gemspec.summary = "Mongoid taggable behaviour"
12
12
  gemspec.description = "Mongoid Taggable provides some helpers to create taggable documents."
13
13
  gemspec.email = "wilkerlucio@gmail.com"
14
- gemspec.homepage = "http://github.com/wilkerlucio/mongo_taggable"
14
+ gemspec.homepage = "http://github.com/wilkerlucio/mongoid_taggable"
15
15
  gemspec.authors = ["Wilker Lucio", "Kris Kowalik"]
16
16
  end
17
17
  Jeweler::GemcutterTasks.new
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mongoid_taggable}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wilker Lucio", "Kris Kowalik"]
12
- s.date = %q{2011-03-07}
12
+ s.date = %q{2011-03-09}
13
13
  s.description = %q{Mongoid Taggable provides some helpers to create taggable documents.}
14
14
  s.email = %q{wilkerlucio@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "spec/mongoid/taggable_spec.rb",
30
30
  "spec/spec_helper.rb"
31
31
  ]
32
- s.homepage = %q{http://github.com/wilkerlucio/mongo_taggable}
32
+ s.homepage = %q{http://github.com/wilkerlucio/mongoid_taggable}
33
33
  s.rdoc_options = ["--charset=UTF-8"]
34
34
  s.require_paths = ["lib"]
35
35
  s.rubygems_version = %q{1.5.0}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mongoid_taggable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Wilker Lucio
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-03-07 00:00:00 -03:00
14
+ date: 2011-03-09 00:00:00 -03:00
15
15
  default_executable:
16
16
  dependencies: []
17
17
 
@@ -37,7 +37,7 @@ files:
37
37
  - spec/mongoid/taggable_spec.rb
38
38
  - spec/spec_helper.rb
39
39
  has_rdoc: true
40
- homepage: http://github.com/wilkerlucio/mongo_taggable
40
+ homepage: http://github.com/wilkerlucio/mongoid_taggable
41
41
  licenses: []
42
42
 
43
43
  post_install_message: