jetfuel 1.18.2 → 1.18.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8dcac90ec00d7ad73af4a5098a427c74aec2f5cd
4
- data.tar.gz: 76a6225e0a2f98622c0fe14dc73955a036fd0312
3
+ metadata.gz: 323d68faf4ba12090401abd27bd98386ce52b1cc
4
+ data.tar.gz: f40575e3b6060defa5a750a961038226c8bdab3f
5
5
  SHA512:
6
- metadata.gz: ef237c7a6b42e9299c87a879b05569dc3c114742b9bed78049c7dda1a50826e51b49350a5f6280fcda0148f2ce9a75f04e32f533dc4ca7aa782f254b9dfa7f6d
7
- data.tar.gz: 35408200fbc1f17bedcc872984b3a216d7456b755461b1d57a9059a31d7bbf6340f644e5c642012c5c557c3811ccd9bbbb032ec44b622ff254bb85922b05daa0
6
+ metadata.gz: 72076227d833b9978987fffc92e14fb958d7c96b2af8f6df6a30bccd5e17b327143fe080e381f5e0711e971210617847615689b212f1d4204f764d349b3792ad
7
+ data.tar.gz: 7afd634721ba89658385240a0691aeb3cac237702197f606c3fd3d5aaaeb81342b73f4b4606a3735cb5d4419907b40a20e20a4c98d49e9a7de505e4d94736adf
data/CONTRIBUTING.md CHANGED
@@ -4,7 +4,7 @@ We love pull requests. Here's a quick guide.
4
4
 
5
5
  Fork the repo:
6
6
 
7
- git clone git@github.com:thoughtbot/suspenders.git
7
+ git clone https://github.com/FlyoverWorks/jetfuel.git
8
8
 
9
9
  Set up your machine:
10
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jetfuel (1.18.2)
4
+ jetfuel (1.18.3)
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.18.2'
4
+ VERSION = '1.18.3'
5
5
  end
@@ -14,7 +14,7 @@ module JetfuelTestHelpers
14
14
  Bundler.with_clean_env do
15
15
  ENV['TESTING'] = '1'
16
16
 
17
- %x(#{suspenders_bin} #{APP_NAME} #{arguments})
17
+ %x(#{jetfuel_bin} #{APP_NAME} #{arguments})
18
18
  end
19
19
  end
20
20
  end
@@ -39,8 +39,8 @@ module JetfuelTestHelpers
39
39
  @tmp_path ||= Pathname.new("#{root_path}/tmp")
40
40
  end
41
41
 
42
- def suspenders_bin
43
- File.join(root_path, 'bin', 'suspenders')
42
+ def jetfuel_bin
43
+ File.join(root_path, 'bin', 'jetfuel')
44
44
  end
45
45
 
46
46
  def root_path
@@ -26,6 +26,6 @@ notifications:
26
26
  email:
27
27
  - false
28
28
  rvm:
29
- - <%= Suspenders::RUBY_VERSION %>
29
+ - <%= Jetfuel::RUBY_VERSION %>
30
30
  addons:
31
31
  postgresql: "9.3"
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.18.2
4
+ version: 1.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlyoverWorks