mongoid-tags 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +8 -2
- data/lib/mongoid/tags/version.rb +1 -1
- data/mongoid-tags.gemspec +2 -1
- data/spec/integration_spec.rb +1 -1
- data/spec/spec_helper.rb +4 -2
- data/spec/tags_spec.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
data/lib/mongoid/tags/version.rb
CHANGED
data/mongoid-tags.gemspec
CHANGED
data/spec/integration_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -1,8 +1,10 @@
|
|
1
|
+
$: << File.expand_path('../../lib', __FILE__)
|
2
|
+
|
1
3
|
require 'minitest/autorun'
|
2
4
|
require 'minitest/pride'
|
3
5
|
require 'minitest/spec'
|
4
6
|
|
5
|
-
require '
|
7
|
+
require 'mongoid/tags'
|
6
8
|
|
7
9
|
# Load support *.rb files in ./support
|
8
|
-
Dir[File.expand_path('../support/*.rb', __FILE__)].each { |file|
|
10
|
+
Dir[File.expand_path('../support/*.rb', __FILE__)].each { |file| require_relative file }
|
data/spec/tags_spec.rb
CHANGED
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: mongoid-tags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.2.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mario Uher
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
version_requirements: !ruby/object:Gem::Requirement
|