teleporter 0.0.20 → 0.0.21

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: eaa2a429fc45bb06b635710e9c2092010d184a6c
4
- data.tar.gz: 09bfd2ea47d1a15b6afb3b450b2e8fa16c046863
3
+ metadata.gz: 4cd5f3d730960eb8675f824a38cf652a8d5a75cc
4
+ data.tar.gz: 1538fd0291dfb374156317382bb329efe1ca2a09
5
5
  SHA512:
6
- metadata.gz: ec6049b8c876c423c7158ab4a96e3cd94d4563c102edead2f3e204e03ea95a334351afe223230923a5ec6572bfc712f4cc205e5f951b10ae14c68a56c98a27b2
7
- data.tar.gz: f295610ba06ed4204cb62c0463ea2844cc0d62abf470d047c4a9b99e2ad1bc631b31f8ee75859fd47e5417c22557f4c93d3a4499ae82aa3c9984c6861cea946d
6
+ metadata.gz: 8e20d7b438f5eb84b725622af304398500348bdb0584c21b900061448ffe7157426e1aec8e425e794764e59f2d1cf53403b997974ef9b814b7d3ea1d18941f48
7
+ data.tar.gz: 15eab7c1ca7657695a4271738b260ec9519d8f01888485b4cc39747e38c74166ea7e10bf2e890bc65d9a196a79017a25a7165b1846cae11df612a1de8e49bbaa
@@ -15,10 +15,10 @@ module Initial
15
15
  copy_file 'bootstrap/bootstrap-base.scss',
16
16
  'app/assets/stylesheets/shared/bootstrap-base.scss'
17
17
  insert_into_file "app/assets/stylesheets/application.css",
18
- "*= require shared/bootstrap_base\n",
18
+ "*= require shared/bootstrap-base\n",
19
19
  after: "/*\n"
20
20
  prepend_to_file "app/assets/javascripts/application.js",
21
- "//= require bootstrap\n"
21
+ " //= require bootstrap\n"
22
22
 
23
23
  end
24
24
  end
@@ -18,7 +18,9 @@ module Initial
18
18
  gem 'webmock'
19
19
  end
20
20
 
21
- run "bundle install"
21
+ Bundler.with_clean_env do
22
+ run "bundle install"
23
+ end
22
24
 
23
25
  generate 'rspec:install'
24
26
 
@@ -1,3 +1,3 @@
1
1
  module Teleporter
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teleporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ponomarev Nikolay