learn-open 1.0.0 → 1.0.1

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: 9b1416ac2cc4269301b050a0cadf8cde655a72d3
4
- data.tar.gz: 64abe5d3070fcc33cdc1d118b8123bd166eda402
3
+ metadata.gz: 8359c877ac261afb15f1b0528ce86a724b754683
4
+ data.tar.gz: 50df9f3226ba90e44a18d24f4c266cc7d3fbd44d
5
5
  SHA512:
6
- metadata.gz: 19374d28e259f3aef1ee701e8dd3d3df8a1e58c09638af93c71fd223ce10694ff363aab58c541b063aab463d91d8cf3ff8855ea26869da56e0edbab4867f1971
7
- data.tar.gz: 76f77515c889ea771a953b91daa7a23742893219a2ef8942034be0c13a27c403aadaf39dd5204bd21d6849ad3aab56554d0201879cb18e828dd0a0a8728491a2
6
+ metadata.gz: 277251e25bb9b1a1b572a6feec9572cafdc2ad282730c78f7a4af2ae9fdbaf89068d867ada13c66e56418b2fe28fdba85bebbfc60a82277d2d36a66c544427aa
7
+ data.tar.gz: 8da87bc9e3130d56ef409ffaf4955647696542f64aefbb6222808f02bad40f5f48f40b7f3183e5fa367787338ba909238f7719ab6d4c3c5e261234be67133050
@@ -178,7 +178,7 @@ module LearnOpen
178
178
  Dir.chdir("#{lessons_dir}/#{repo_dir}")
179
179
  bundle_install
180
180
  puts "Done."
181
- exec(ENV['SHELL'])
181
+ exec("#{ENV['SHELL']} -l")
182
182
  end
183
183
 
184
184
  def bundle_install
@@ -1,3 +1,3 @@
1
1
  module LearnOpen
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: learn-open
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
  - Flatiron School