bootstrap_v3 0.0.10 → 0.0.11

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: 0ce90f2f014e95fdbddd9a66b1a0bb0758e9729f
4
- data.tar.gz: 8cb0b0c75b892c0fc78d71390c42230a945415f8
3
+ metadata.gz: 7c708de32b086d3c257c3b5057c1e4ab927509b2
4
+ data.tar.gz: dbcf4cf045e3bcea55bfd1c939ae692baf43b1fe
5
5
  SHA512:
6
- metadata.gz: 02d94ca132dde0a7d5eaa83d0b74691dd50917dff6a9c064e3196c6e3b7d440b8e9d87d074ccb9c324745449331ed038343e8d991d05cf68b6206ed911e34c20
7
- data.tar.gz: 8fcdd88504f7be64a599a7eb46cfb723f43af2c2568a083d34ebea1a3bc67649de35b81d9bdd96acd888c21f0036000d287b010dc315f853e382381bbb8cac38
6
+ metadata.gz: 92f7a5faeb6a1890102799226ddfc6140b1226e331619b18c71175d6e22212316d6bb62138609c4318eae98eb29b450d6f9c0843f2cd752f7c97c9738c848eb9
7
+ data.tar.gz: 0ffbdc55c321b23530751b4190cc2702050342dfd3640e50a9bb23c5bc787d9d1073f34ebd67a277bc4b56f74d17e14d50de6d7537ee09c1a8a66edbc415b2b8
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module V3
3
3
  module Rails
4
- VERSION = "0.0.10"
4
+ VERSION = "0.0.11"
5
5
  end
6
6
  end
7
7
  end
@@ -20,15 +20,15 @@ module Bootstrap
20
20
  end
21
21
 
22
22
  # copy less manifests
23
- css_manifests = 'app/assets/stylesheets/bootstrap'
23
+ css_manifests = 'app/assets/stylesheets/bootstrap.less'
24
24
 
25
- if File.directory?(css_manifests)
25
+ if File.exist?(css_manifests)
26
26
  puts <<-EOM
27
27
  Notice:
28
28
  #{css_manifests} exist; skipping
29
29
  EOM
30
30
  else
31
- directory "bootstrap", css_manifests, :recursive => true
31
+ copy_file "bootstrap.less", "app/assets/stylesheets/bootstrap.less"
32
32
  end
33
33
 
34
34
  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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - AmirolAhmad