j7w1 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd7bf02bf7f31fdbbfbf6bd4df8c0ae973aa34f5
4
- data.tar.gz: 5e174eecc3cacaa92069d711e9c9ed90734c20df
3
+ metadata.gz: f55f92a699dd2b37de15fa462e714e34511ab25c
4
+ data.tar.gz: 20098cdab668224048201a367ed2617567bdc5a5
5
5
  SHA512:
6
- metadata.gz: 9e01923d701f151179037030225e262cb83dc6a7a0fe39f83d8e402a8cc4b498567eae396c98c7e838210cab271b5e9a42f7ca2331e22e4da1a88c6d2252a6be
7
- data.tar.gz: 0b2ba4533938b3b3a747bd7e94eab11889e495352d6cce691162dba24e76ffac2c834f626f20af09f3b03332639788296daa80d4b788d6467079782e2564b146
6
+ metadata.gz: 80a5c72319dd31edce44f25b5ebfe00ca143c10773af7465e333ccd33b8b1339b2952ac31887ed6483773f558abdc0a746225f710df7e38663db38fd4c0807f7
7
+ data.tar.gz: ee4588c6ca1b1f79917894f216be9a0bbff5ae254ec22c8c004c54accb16eaef6be4e0f7e9d216261ac214495a8df3e8797a3332e6495274ac4f42a81a3ff1ec
@@ -30,7 +30,7 @@ module J7W1
30
30
  desc "This generator provides the tables which the J7W1 uses."
31
31
  def create_migration_file
32
32
  if self.class.orm_has_migration?
33
- migration_template 'migration.rb', 'db/migrate/j7w1_application_devices'
33
+ migration_template 'migration.rb', 'db/migrate/j7_w1_application_devices'
34
34
  end
35
35
  end
36
36
 
@@ -1,3 +1,3 @@
1
1
  module J7W1
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j7w1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - condor