custom-attributes 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom-attributes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthijs Groen
@@ -42,8 +42,8 @@ files:
42
42
  - lib/active_record/custom_attributes/custom_attribute_model.rb
43
43
  - lib/custom-attributes.rb
44
44
  - lib/formtastic/custom_attributes.rb
45
- - lib/generators/acts_as_taggable_on/migration/migration_generator.rb
46
- - lib/generators/acts_as_taggable_on/migration/templates/active_record/migration.rb
45
+ - lib/generators/custom_attributes/migration/migration_generator.rb
46
+ - lib/generators/custom_attributes/migration/templates/active_record/migration.rb
47
47
  - rails/init.rb
48
48
  - spec/custom_attributes/has_custom_attributes_spec.rb
49
49
  - spec/database.yml