rafaelp-dbdesigner_generators 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. data/Manifest +8 -0
  2. metadata +2 -1
@@ -0,0 +1,8 @@
1
+ rails_generators/dbdesigner_migration/dbdesigner_migration_generator.rb
2
+ rails_generators/dbdesigner_migration/templates/dbdesigner_migration.rb
3
+ rails_generators/dbdesigner_migration/USAGE
4
+ dbdesigner_generators.gemspec
5
+ Manifest
6
+ MIT-LICENSE
7
+ Rakefile
8
+ README.mkdn
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rafaelp-dbdesigner_generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Lima
@@ -30,6 +30,7 @@ extensions: []
30
30
  extra_rdoc_files:
31
31
  - README.mkdn
32
32
  files:
33
+ - Manifest
33
34
  - MIT-LICENSE
34
35
  - Rakefile
35
36
  - README.mkdn