scoped-tags 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 0
4
4
  :minor: 3
File without changes
@@ -4,7 +4,7 @@ require 'shoulda'
4
4
  require 'active_support'
5
5
  require 'active_record'
6
6
 
7
- require 'scoped_tags'
7
+ require 'scoped-tags'
8
8
 
9
9
  Spec::Runner.configure do |config|
10
10
  config.include(Shoulda::ActiveRecord::Matchers, :type => :model)
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scoped-tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Kalderimis
@@ -36,7 +36,7 @@ files:
36
36
  - generators/scoped_tags_migration/scoped_tags_generator.rb
37
37
  - generators/scoped_tags_migration/templates/migration.rb
38
38
  - install.rb
39
- - lib/scoped_tags.rb
39
+ - lib/scoped-tags.rb
40
40
  - lib/scoped_tags/active_record_additions.rb
41
41
  - lib/scoped_tags/tag.rb
42
42
  - lib/scoped_tags/tag_list_collection.rb