bootstrap_v3 0.0.2 → 0.0.3

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: 0d34fd647849f30435ef3d566dc90223e1a3f470
4
- data.tar.gz: 82e63cb6c144e2ce69a064d67f55a70c34009c0b
3
+ metadata.gz: df2f2e5e889e01cef8ba694d6fb09f01f9ccfa6d
4
+ data.tar.gz: 41a2aa6d20ed105ca62983e99d2d12d2e2f6acc7
5
5
  SHA512:
6
- metadata.gz: 83d6d2f99effdd7b6586f7bc4934c4f5c3653acb5cc8c5269c6757bd3d6076f49df9404c74e829b4ffd83758aad1b061acd98524aa17434e5f03f5f6d5e07bbe
7
- data.tar.gz: d4e2f0d015a0bba0fa306317c73021f5fc80e003abe1df5cb207fdf2da84464235f7df1dfe15a349e4f4da44575cba7b34f3eb7744a08e65904b9aa5b7b0e4eb
6
+ metadata.gz: 1b85704750b2f909638786a6b7bdd62d8d369a2b38914f93d1df45d01cc50a294bcf096da420ebebe6e8316d77c9a49055acede6d94ff562f8433b3fed692b38
7
+ data.tar.gz: 10633eb9aa9786d573b35a0700dff97e28ef359ce0527922de53e83959ba87cedf38ee0379bcc5e6b90dfb899f1e516070ec22b55e1d13eaf198b06343e02363
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module V3
3
3
  module Rails
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
@@ -8,7 +8,7 @@ module Bootstrap
8
8
 
9
9
  def add_assets
10
10
  # copy js manifest
11
- js_manifest = 'app/assets/javascripts/bootstrap_v3.js'
11
+ js_manifest = 'app/assets/javascripts/bootstrap.js'
12
12
 
13
13
  if File.exist?(js_manifest)
14
14
  puts <<-EOM
@@ -16,7 +16,7 @@ module Bootstrap
16
16
  #{js_manifest} exist; skipping
17
17
  EOM
18
18
  else
19
- copy_file "bootstrap.js", "app/assets/javascripts/bootstrap_v3.js"
19
+ copy_file "bootstrap.js", "app/assets/javascripts/bootstrap.js"
20
20
  end
21
21
 
22
22
  # copy less manifests
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AmirolAhmad