titanic-db 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5481a4207d473cf2a70a665a612ed515c1cf0fe
4
- data.tar.gz: d4bc772af9f546dfbe23456cbb0e64e4cd27601e
3
+ metadata.gz: cc844c7a25dab624884d3613a83d3736cc176f77
4
+ data.tar.gz: 171bb6622c0d6319706efdba49848038f3cf4aea
5
5
  SHA512:
6
- metadata.gz: 691799818b7c83314df6aefc6e1acba21f992d55fad23a043bcf0d51951a26d4a3578587537ad2799d644e8574a3f41b288c40a07ebef9b4f958dc9724dfc584
7
- data.tar.gz: f10a53ce46deaf26472333c5c80e1c5a3a0a7b9bc3371d007188e30b3c714ae075f6ca9f53df48ebb5d5e839ae781d368b954cab416b0cc8c2293613e08d14b7
6
+ metadata.gz: 66f62565708c4699461b6908cb42494f310f5737185a082a6199fd765246592799e4567858987508a5a1668476434406179995b09016a3d990a96d95fef54331
7
+ data.tar.gz: 6bb45b4a16edcbbc5a81404fc31526ccb691d0b133b04a003605d8dac2382bfb7f9979f7ff9fabfa19e27f124765938210ef19f3dfec7ba70394aef3f231417b
@@ -3,7 +3,7 @@ module Titanic
3
3
  class InstallGenerator < Rails::Generators::Base
4
4
  def install
5
5
  # Load rake tasks into project
6
- content = 'spec = Gem::Specification.find_by_name "titanic"' + "\n" + 'load "#{spec.gem_dir}/lib/tasks/titanic.rake"'
6
+ content = 'spec = Gem::Specification.find_by_name "titanic-db"' + "\n" + 'load "#{spec.gem_dir}/lib/tasks/titanic.rake"'
7
7
  append_to_file 'Rakefile', content
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Titanic
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: titanic-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spencer Dixon