wagon_rails 0.4.6 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 101f5777d7f8ff5143d2ecf6f8913939e596ca53
4
- data.tar.gz: 8fa073d4efc86ff13b7d6f25848d66fac7970e26
3
+ metadata.gz: f4ab80210cffa0787cceb833647a89d54c9874c0
4
+ data.tar.gz: a6a948147e093b2d037a2762d2134305c1cfdb21
5
5
  SHA512:
6
- metadata.gz: 80b68176f1268d5d35ae34c5120b5a54ec8bafd69c78b2c68fc192b59ff09a693c84da49401aad80f1a8d78f5825039f1aca1e13b46de047370635b0e3110b66
7
- data.tar.gz: 1d45893a873a0c1ab1782bda7913d2500f76e029ebabc9abff739bef20141694d1c7c145a462f9cd3751ce68231e106bdff011e5f45222407698f2f2c3270d54
6
+ metadata.gz: 5c6ecded11e64eef98904786727e11317d4a1bbb80e94e9a171073baadc9e45609d6b6daf1a10590f6f1ee7072e80da6349ffa8ccdae2a28c038a94dec8ab77c
7
+ data.tar.gz: b47287862517a4b542629774d0bd454276168a9d3c60be20842a37d89f703c95048caaae098c6646f13ed4c41c4aa5d9da361659dde71cf6cc4a28121871f01f
@@ -188,7 +188,6 @@ module WagonRails
188
188
  end
189
189
 
190
190
  def outro
191
- run "cd #{defined_app_name}"
192
191
  say ""
193
192
  say "----> Open config/initializers/devise.rb and update the `mailer_sender`"
194
193
  say ""
@@ -1,5 +1,5 @@
1
1
  module WagonRails
2
2
  RAILS_VERSION = "4.2.3"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = "0.4.6"
4
+ VERSION = "0.5.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wagon_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ssaunier