wagon_rails 0.4.1 → 0.4.2

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: 74b408eb26fb8b7382a1f5a644176575a4836df1
4
- data.tar.gz: 2d147e5d22d8963b7400029632e4fa453654b225
3
+ metadata.gz: 79a82e8732a132ac457a72addaac9f2f6160febc
4
+ data.tar.gz: 6223d1b0301835348e6469e9e660b8267b995e3d
5
5
  SHA512:
6
- metadata.gz: 5314188d3f28d5c6733ba6962ccce1e32a5ab68bddd73c341ae04e5ab56d2c935c2fc9313e21e2803b7d3f5e2cdb1df2906ab073b1b6f081d3d2fccbe1ecc1bc
7
- data.tar.gz: dce142276746b64748b26b7b583dd8a3a0f9eff8c8c3410d09d7bca46858a3ff10510c150d0a72c841ead5009431a5505889f15bf833c7e2656d6ab956a670f5
6
+ metadata.gz: b517eedb1268cceb24ca8737161a14ae4be63e6066bbc5fb85e7b5e469483e1121a2b112dbc74bf1a90deeaad3d8b66299058cd0f0692b68806fbd1630efeece
7
+ data.tar.gz: 38a359ec740ee28efcfe1c75cfc061eb3226a97890bb9d7ac6044f2ecf0100f5568840b88cbcf4a93dd0ff3393e9942808d1384ce6bc03e125852026acf2a02d
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/wagon_rails.svg)](http://badge.fury.io/rb/wagon_rails)
4
4
 
5
- Wagon Rails is the base Rails application used by [Le Wagon](http://www.lewagon.org/en)'s students during the 9-week FullStack bootcamp. It's the scripted version of [lewagon/rails-kickoff](http://github.com/lewagon/rails-kickoff) where you would manually copy/paste commands to achieve the same result as justone.
5
+ Wagon Rails is the base Rails application used by [Le Wagon](http://www.lewagon.org/en)'s students during the 9-week FullStack bootcamp. It's the scripted version of [lewagon/rails-kickoff](http://github.com/lewagon/rails-kickoff) where you would manually copy/paste commands to achieve the same result with just one command line.
6
6
 
7
7
  ## Installation
8
8
 
@@ -28,7 +28,7 @@ If you don't want to create a GitHub repo, use the `--skip-github` flag, and
28
28
  if you don't want to create an Heroku app, use the `--skip-heroku` flag.
29
29
 
30
30
  ```bash
31
- $ wagon_rails bew YOUR_PROJECT_NAME --skip-github --skip-heroku
31
+ $ wagon_rails new YOUR_PROJECT_NAME --skip-github --skip-heroku
32
32
  ```
33
33
 
34
34
  ## Dependencies
@@ -206,7 +206,7 @@ module WagonRails
206
206
  def add_host_to_application_yml
207
207
  host = <<-EOF
208
208
  production:
209
- HOST: https://<%= #{heroku_app_name} %>.herokuapp.com
209
+ HOST: https://#{heroku_app_name}.herokuapp.com
210
210
  EOF
211
211
 
212
212
  append_file "config/application.yml", host
@@ -1,5 +1,5 @@
1
1
  module WagonRails
2
2
  RAILS_VERSION = "4.2.0"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wagon_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ssaunier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-22 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler