horse_power 0.2.1 → 0.3.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d770a4ce5969daa628a749df85d354a968792700
|
|
4
|
+
data.tar.gz: 879351fd2bdf970338a19c869d2be3c0374802bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24d1b7d58a4d946ffac39b4965763efbf39d0f4a09f05ba797045f5e253c4db41dafa7eb8e36004acfae2929c510a3fe8c23d9acff4de3b0343873810f55fc9c
|
|
7
|
+
data.tar.gz: 867575351689cd69a2f6462d38cdf2d4ad9c24f4da2f7564be1338a7d945a179464e54be4ddf718a61b9436f4628841eb7d9384e7cfd7253a2c8459b74840665
|
|
@@ -3,11 +3,11 @@ module HorsePower
|
|
|
3
3
|
source_root File.expand_path('../templates', __FILE__)
|
|
4
4
|
|
|
5
5
|
def sprint
|
|
6
|
-
createSettings
|
|
7
6
|
createDev
|
|
8
7
|
createTest
|
|
9
8
|
createPro
|
|
10
9
|
addToApplication
|
|
10
|
+
createSettings
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
private
|
|
@@ -107,6 +107,8 @@ module HorsePower
|
|
|
107
107
|
::Settings.reload!
|
|
108
108
|
inject_into_file 'config/environments/production.rb', after: "configure do\n" do <<-'RUBY'
|
|
109
109
|
|
|
110
|
+
#identity_cache
|
|
111
|
+
config.force_ssl = true
|
|
110
112
|
config.action_mailer.perform_deliveries = true
|
|
111
113
|
config.action_mailer.raise_delivery_errors = true
|
|
112
114
|
config.action_mailer.default_options = {from: ENV['GMAIL_USERNAME']}
|
|
@@ -143,7 +143,7 @@ module HorsePower
|
|
|
143
143
|
gem 'bcrypt', '~> 3.1.7'
|
|
144
144
|
gem 'type_cartographer'
|
|
145
145
|
gem 'devise', "~> 3.2.4"
|
|
146
|
-
gem 'arcadex'
|
|
146
|
+
gem 'arcadex', "~> 1.2.3"
|
|
147
147
|
gem 'autoprefixer-rails'
|
|
148
148
|
gem 'bootstrap-sass', '~> 3.2.0'
|
|
149
149
|
gem 'activeadmin', :git => 'https://github.com/activeadmin/activeadmin.git', :branch => "master"
|
data/lib/horse_power/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: horse_power
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cleophus Robinson IV
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|