phil_columns 0.1.0 → 0.1.1

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: fae5c938512a010ef32810b8a9a7e95d8a111e03
4
- data.tar.gz: 560dd0e61b42b8300678346b1d1feeeeadfea172
3
+ metadata.gz: 787ea943afc88af92df4f36347ef1086a4552575
4
+ data.tar.gz: b7ecf337f7857e0a80ec53dc353b4912ea825952
5
5
  SHA512:
6
- metadata.gz: 3b0d80f5f82ee4803f1188b47c24c48c7380abf132bceb30bd88bd86583a9669208cfe04fadebdbd9b25acd0e9ece1dcf227f03e3719d4bbb53c4c5b48de7996
7
- data.tar.gz: 678cdb916e14ea29853b488a8ce4464ff9146b6cf8bd00958a2076c418376e0ca34adbb6bcf57e04f5a24d6bff36a58e1379dec4a69612ea8fadc051079103ce
6
+ metadata.gz: 302f533601ac35dc63b763922e34e0ba6586fb784ae98023d4aa1da623e1f4764791db9e37db9c0478bc1e596cf004e726249c618ae1396862304c2b2d310798
7
+ data.tar.gz: 3502c4a139dcd293d2ceb105573daaa7eefc23b591de37fa000f9f97f106675dc51c947f5c36dfb8338a5206b22b7012d08a7cc09c3c8cc7e992751ae58c2638
@@ -16,7 +16,7 @@ module PhilColumns
16
16
  protected
17
17
 
18
18
  def template_filepath
19
- 'templates/seed_class.erb'
19
+ File.expand_path( '../../../../../templates/seed_class.erb', __FILE__ )
20
20
  end
21
21
 
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module PhilColumns
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jason@lookforwardenterprises.com"]
11
11
  spec.summary = %q{A utility for seeding databases for development and production.}
12
12
  spec.description = %q{A utility for seeding databases for development and production. See README for more details.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/midas/phil_columns"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phil_columns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JC. ason Harrelson (midas)
@@ -172,7 +172,7 @@ files:
172
172
  - phil_columns.gemspec
173
173
  - spec/spec_helper.rb
174
174
  - templates/seed_class.erb
175
- homepage: ''
175
+ homepage: https://github.com/midas/phil_columns
176
176
  licenses:
177
177
  - MIT
178
178
  metadata: {}