flatiron-rails 1.0.6 → 1.0.7

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/templates/flatiron.rb +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e20359a4b597838c9ae2558a83bf44c82f7f9dcf
4
- data.tar.gz: a4e8e8caabebcc8195a53f083c11049c777e2818
3
+ metadata.gz: 78e8b676407516d91178754a3b4bac11b901b72f
4
+ data.tar.gz: 8406616ac9961b253c3f69e4551d90f29db3d9cf
5
5
  SHA512:
6
- metadata.gz: 9e03f5497e8c12b96bb7d88c3070d134446128739b5fdd29803f15f2f7d28a8510795fa394424d45425ce66527a2db32564f8e85fd85242659f12ac69fd8d328
7
- data.tar.gz: 3236e72a70823edb497a20cc41d360c958504407e617799a8092710f87ca055379a7d950733d23f3089c76a1f4304497c32fec18d666a61211ac6a5e01d722a7
6
+ metadata.gz: 7dc09e1e5e0a5d19fd8920194b38437acf81fb04eba5048d47469e1c4cfe921f636c441a0b0f7aff0d9d631322bc9ee17a8263881f2842c6ed088921d7512396
7
+ data.tar.gz: 342561388d08fef342699ed46cb15391f75b683a4032d1f7b66cb7c63b237c60041652b851b9e66ea667b98783c2d337272e6fa0eeb62e63633c9d16a890ad5c
@@ -1,6 +1,8 @@
1
1
  # Prevent automatic run of bundle install
2
2
  def run_bundle ; end
3
3
 
4
+ # TODO: Add check for postgres
5
+
4
6
  # Helper method to write to secrets.yml
5
7
  def add_secret_for(options)
6
8
  key = "#{options.first[0].to_s}"
@@ -179,7 +181,7 @@ File.open("Gemfile", "r+") do |f|
179
181
  out = ""
180
182
  f.each do |line|
181
183
  if line =~ /gem 'rails'/
182
- out << "#{line.gsub(/, '(.*)'/, ', \'4.1.0.rc2\'')}"
184
+ out << "#{line.gsub(/, '(.*)'/, ', \'4.1.1\'')}"
183
185
  else
184
186
  out << line
185
187
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flatiron-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arel English
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 2.2.1
59
+ rubygems_version: 2.2.2
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: flatiron-rails gem