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.
- data/VERSION.yml +1 -1
- data/lib/{scoped_tags.rb → scoped-tags.rb} +0 -0
- data/spec/spec_helper.rb +1 -1
- data/spec/test.sqlite3 +0 -0
- metadata +2 -2
data/VERSION.yml
CHANGED
File without changes
|
data/spec/spec_helper.rb
CHANGED
data/spec/test.sqlite3
CHANGED
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.
|
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/
|
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
|