jetfuel 1.19.5 → 1.19.6

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: c29a77c9f4258348891fc0619531cf04eeb8e16a
4
- data.tar.gz: 634358c587467c218e775f97670d633ef82509f0
3
+ metadata.gz: aaf3b1c82432a40c0ac6e7b31b8c07616e54a69a
4
+ data.tar.gz: 9585bdbbb686060755434c92f0c7e0de86ad4d4f
5
5
  SHA512:
6
- metadata.gz: 07998d67b8a9750f837d5cc45e37216495de3ede40eeef5529c9d21e098f34de0b2c472d73218ce3f5c62a1b82a1d53b1fb6eac6346c7d449b868a8d8167744f
7
- data.tar.gz: 784b2b8d651ffff31aeaadd1c1b9882ad5b7bb160785240dd0af8e66013e587273b21832cbdb0a8b6ef6b7a6d62d9279c4457b295bb4dd4cfdc14f037894af80
6
+ metadata.gz: 599407cc07253d4f81364b1179b8171b20a122d52b4c8ada1ee958d250ab50c3280c5025f62c91c8a4cf1584bb2d26c8a94be72eb6e4af39256a46543373e408
7
+ data.tar.gz: a246e3a6a7f53b0c1b587d7f530481a24187dd9f93d830fe739038a1f1b84c9ec068e0ef4cfaf3664a606828d511b3889efc074186399f6d4b03cf64db9c3347
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jetfuel (1.19.5)
4
+ jetfuel (1.19.6)
5
5
  bundler (~> 1.3)
6
6
  rails (= 4.1.1)
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Jetfuel
2
2
  RAILS_VERSION = '4.1.1'
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = '1.19.5'
4
+ VERSION = '1.19.6'
5
5
  end
@@ -10,3 +10,12 @@ development: &default
10
10
  test:
11
11
  <<: *default
12
12
  database: <%= app_name %>_test
13
+
14
+ production:
15
+ adapter: postgresql
16
+ encoding: unicode
17
+ host: localhost
18
+ database: <%= app_name %>_production
19
+ pool: 5
20
+ username: <%= app_name %>
21
+ password: <%%= ENV['DB_PASS'] %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetfuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.5
4
+ version: 1.19.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlyoverWorks