bootstrap_v3 0.0.3 → 0.0.4

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: df2f2e5e889e01cef8ba694d6fb09f01f9ccfa6d
4
- data.tar.gz: 41a2aa6d20ed105ca62983e99d2d12d2e2f6acc7
3
+ metadata.gz: 5398bce4550f6d55178ab97ef12fae280f629464
4
+ data.tar.gz: 15e9e96b1a79671499fbcf5c9b820bb68121ad8f
5
5
  SHA512:
6
- metadata.gz: 1b85704750b2f909638786a6b7bdd62d8d369a2b38914f93d1df45d01cc50a294bcf096da420ebebe6e8316d77c9a49055acede6d94ff562f8433b3fed692b38
7
- data.tar.gz: 10633eb9aa9786d573b35a0700dff97e28ef359ce0527922de53e83959ba87cedf38ee0379bcc5e6b90dfb899f1e516070ec22b55e1d13eaf198b06343e02363
6
+ metadata.gz: 9015cc8b8d5a76dff9a47a82ed197badd9e23ae06c4af23e27088846e28ee56738c95cdaefbb0aef55b72c1a8a292e0a8de46ac22c76c086d8021d04f8b48289
7
+ data.tar.gz: 8d5d6d8f498d88942504ed8b2f4100a2a5eca5e96beaeed7aa93b55fffb254582795af43e44857ab92313aec5d74e94d16317a74cae15a79ca36c432054ee51e
data/bootstrap.thor CHANGED
@@ -59,15 +59,15 @@ class Bootstrap < Thor
59
59
 
60
60
  # STYLESHEETS
61
61
  stylesheets_path = "vendor/assets/stylesheets/bootstrap_v3/"
62
- run "rsync -avm --include='*.less' --include='*.css' -f 'hide,! */' #{git_root + 'src/'} #{source_root + stylesheets_path}"
62
+ run "rsync -avm --include='*.less' --include='*.css' -f 'hide,! */' #{git_root + 'less/'} #{source_root + stylesheets_path}"
63
63
 
64
64
  # JAVASCRIPTS
65
65
  javascripts_path = "vendor/assets/javascripts/bootstrap_v3/"
66
- run "rsync -avm --include='*.js' -f 'hide,! */' #{git_root + 'src/'} #{source_root + javascripts_path}"
66
+ run "rsync -avm --include='*.js' -f 'hide,! */' #{git_root + 'js/'} #{source_root + javascripts_path}"
67
67
 
68
68
  # FONTS
69
69
  fonts_path = "vendor/assets/fonts/bootstrap_v3"
70
- run "rsync -avm --include='*.*' -f 'hide,! */' #{git_root + 'src/fonts/'} #{source_root + fonts_path}"
70
+ run "rsync -avm --include='*.*' -f 'hide,! */' #{git_root + 'fonts/'} #{source_root + fonts_path}"
71
71
  end
72
72
 
73
73
  def generate_templates
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module V3
3
3
  module Rails
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - AmirolAhmad