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.
- checksums.yaml +4 -4
- data/templates/flatiron.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78e8b676407516d91178754a3b4bac11b901b72f
|
4
|
+
data.tar.gz: 8406616ac9961b253c3f69e4551d90f29db3d9cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dc09e1e5e0a5d19fd8920194b38437acf81fb04eba5048d47469e1c4cfe921f636c441a0b0f7aff0d9d631322bc9ee17a8263881f2842c6ed088921d7512396
|
7
|
+
data.tar.gz: 342561388d08fef342699ed46cb15391f75b683a4032d1f7b66cb7c63b237c60041652b851b9e66ea667b98783c2d337272e6fa0eeb62e63633c9d16a890ad5c
|
data/templates/flatiron.rb
CHANGED
@@ -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.
|
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.
|
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.
|
59
|
+
rubygems_version: 2.2.2
|
60
60
|
signing_key:
|
61
61
|
specification_version: 4
|
62
62
|
summary: flatiron-rails gem
|