slining 1.6.0 → 1.7.0
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/.ruby-version +1 -1
- data/README.md +1 -2
- data/lib/slining/version.rb +3 -3
- data/templates/Gemfile.erb +3 -3
- metadata +17 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01a93b6f890935daf2035c05e5d9f38f677bea69
|
|
4
|
+
data.tar.gz: df460812bf018ba6f4b066614b8c3a12af0df770
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55daf284113882d3aff6c3a0853694618dec3c69b961830aa1610b1509e3ad9690aa0082dec0fc3a9e7aeedaca0d50cccbc8182d6bc695dc019b9121a1c1939f
|
|
7
|
+
data.tar.gz: 218aeb1dfb8e8571c624ebbc351921914f412c9a26a7b8de3c51befce9dfa31190b6c050e1f2d93ef657a09e27860e4b200d401245f1506cd5f079e6f0f71008
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.4.2
|
data/README.md
CHANGED
|
@@ -31,6 +31,7 @@ It includes application gems like:
|
|
|
31
31
|
|
|
32
32
|
* [Autoprefixer Rails](https://github.com/ai/autoprefixer-rails) for CSS vendor prefixes
|
|
33
33
|
* [Bootstrap](getbootstrap.com) for fast frontend prototyping
|
|
34
|
+
* [Bugsnag](https://www.bugsnag.com/) for exception notification
|
|
34
35
|
* [Delayed Job](https://github.com/collectiveidea/delayed_job) for background
|
|
35
36
|
processing
|
|
36
37
|
* [Email Validator](https://github.com/balexand/email_validator) for email
|
|
@@ -39,9 +40,7 @@ It includes application gems like:
|
|
|
39
40
|
helpers
|
|
40
41
|
* [HAML](http://haml.info/) for cleaner view code
|
|
41
42
|
* [High Voltage](https://github.com/thoughtbot/high_voltage) for static pages
|
|
42
|
-
* [Honeybadger](https://honeybadger.io) for exception notification
|
|
43
43
|
* [jQuery Rails](https://github.com/rails/jquery-rails) for jQuery
|
|
44
|
-
* [New Relic RPM](https://github.com/newrelic/rpm) for monitoring performance
|
|
45
44
|
* [Normalize](https://necolas.github.io/normalize.css/) for resetting browser styles
|
|
46
45
|
* [Postgres](https://github.com/ged/ruby-pg) for access to the Postgres database
|
|
47
46
|
* [Rack Canonical Host](https://github.com/tylerhunt/rack-canonical-host) to
|
data/lib/slining/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Slining
|
|
2
|
-
RAILS_VERSION = "~> 5.
|
|
3
|
-
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
|
|
4
|
-
VERSION = "1.
|
|
2
|
+
RAILS_VERSION = "~> 5.1.4".freeze
|
|
3
|
+
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip.freeze
|
|
4
|
+
VERSION = "1.7.0".freeze
|
|
5
5
|
end
|
data/templates/Gemfile.erb
CHANGED
|
@@ -3,13 +3,13 @@ source "https://rubygems.org"
|
|
|
3
3
|
ruby "<%= Slining::RUBY_VERSION %>"
|
|
4
4
|
|
|
5
5
|
gem "autoprefixer-rails"
|
|
6
|
-
gem "bootstrap-sass", "~> 3.3.
|
|
6
|
+
gem "bootstrap-sass", "~> 3.3.6"
|
|
7
|
+
gem "bugsnag"
|
|
7
8
|
gem "delayed_job_active_record"
|
|
8
9
|
gem "email_validator"
|
|
9
10
|
gem "flutie"
|
|
10
|
-
gem "haml-rails", "~> 0.
|
|
11
|
+
gem "haml-rails", "~> 1.0.0"
|
|
11
12
|
gem "high_voltage"
|
|
12
|
-
gem "honeybadger"
|
|
13
13
|
gem "jquery-rails"
|
|
14
14
|
gem "normalize-rails", "~> 3.0.0"
|
|
15
15
|
gem "pg"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slining
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vaporware
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 5.
|
|
33
|
+
version: 5.1.4
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 5.
|
|
40
|
+
version: 5.1.4
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
requirements:
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 2.
|
|
152
|
+
version: 2.4.2
|
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
requirements:
|
|
155
155
|
- - ">="
|
|
@@ -157,8 +157,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
159
|
rubyforge_project:
|
|
160
|
-
rubygems_version: 2.
|
|
160
|
+
rubygems_version: 2.6.14
|
|
161
161
|
signing_key:
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: Generate a Rails app using vaporware's best practices.
|
|
164
|
-
test_files:
|
|
164
|
+
test_files:
|
|
165
|
+
- spec/adapters/heroku_spec.rb
|
|
166
|
+
- spec/fakes/bin/heroku
|
|
167
|
+
- spec/fakes/bin/hub
|
|
168
|
+
- spec/features/github_spec.rb
|
|
169
|
+
- spec/features/heroku_spec.rb
|
|
170
|
+
- spec/features/new_project_spec.rb
|
|
171
|
+
- spec/spec_helper.rb
|
|
172
|
+
- spec/support/fake_github.rb
|
|
173
|
+
- spec/support/fake_heroku.rb
|
|
174
|
+
- spec/support/slining.rb
|