genki-dm-is-taggable 0.1.1 → 0.1.2

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.
@@ -1,7 +1,7 @@
1
1
  module DataMapper
2
2
  module Is
3
3
  module Taggable
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  DEPENDENCY_VERSION = ">= 0.9.6"
6
6
  end
7
7
  end
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
  require 'pathname'
4
4
 
5
5
  # Add all external dependencies for the plugin here
6
- gem 'dm-core', '=0.9.6'
6
+ gem 'dm-core', '>=0.9.6'
7
7
  gem 'dm-aggregates', '>=0.9.6'
8
8
  require 'dm-core'
9
9
  require 'dm-aggregates'
@@ -28,4 +28,4 @@ end # module DataMapper
28
28
 
29
29
  # Require the Tag and Tagging Resources
30
30
  require Pathname(__FILE__).dirname.expand_path / 'dm-is-taggable' / 'tag.rb'
31
- require Pathname(__FILE__).dirname.expand_path / 'dm-is-taggable' / 'tagging.rb'
31
+ require Pathname(__FILE__).dirname.expand_path / 'dm-is-taggable' / 'tagging.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genki-dm-is-taggable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Qian, Maxime Guilbot