engine_cart 1.0.0 → 1.0.1

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: 8aa18a8e8f45266a8f194866541e61ab3db7c9b8
4
- data.tar.gz: 8ab588fb5abcb9c192c96f4bb95fbecf31f1a29f
3
+ metadata.gz: 65a4d3e58b1a5594e1383bc02687f5a0de22ae08
4
+ data.tar.gz: 5ee11d01f30e66e7dd9b533c036dbef4cb3c0239
5
5
  SHA512:
6
- metadata.gz: b2643ac9390770f6101da94bd5f720cb9621ba849da7ca9d374d341cbc8dd57bc4f1a44d1ec81bdb567044778f911e3cec47eb00493fa17124d25e300aaccc74
7
- data.tar.gz: c6b91a8a882496a0e86abd115d3d4b458dafbd0b90a182c83a003efa128e4ef30a507d1be578ca9df88c0e0d5a7935ed390c2d9b587e8cd188438f760f2ee5d4
6
+ metadata.gz: 2bfcc58076c8ba039916704767ff9015ca8856b2e75415ac83ff8c0ef0cd085f586f23b3185798a22e31667827c295517e8cf6420ac69d9c1914de4b0dcf96a8
7
+ data.tar.gz: 903808ec0aa17e76b60f5dcc08ecee5a73f163c85f7f1c4ea1ce17e8d66dc5d05a4b8d0c686c9579f1663678cfbd6020b4db6edb9d28a2d669a65b0bb2893c9b
@@ -69,7 +69,7 @@ namespace :engine_cart do
69
69
  task :inject_gemfile_extras => [:setup] do
70
70
  # Add our gem and extras to the generated Rails app
71
71
  open(File.expand_path('Gemfile', EngineCart.destination), 'a') do |f|
72
- f.puts "gem '#{EngineCart.engine_name}', path: '#{File.expand_path('.')}'"
72
+ f.puts "gemspec path: '#{File.expand_path('.')}'"
73
73
 
74
74
  gemfile_extras_path = File.expand_path("Gemfile.extra", EngineCart.templates_path)
75
75
  f.puts "eval_gemfile File.expand_path('#{gemfile_extras_path}', File.dirname(__FILE__)) if File.exist?('#{gemfile_extras_path}')"
@@ -1,3 +1,3 @@
1
1
  module EngineCart
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engine_cart
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-25 00:00:00.000000000 Z
11
+ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails